Windows 7 How to register OCX or DLL files to system32

Copy the name of the file and path in the Start Run box

Lets say regsvr32 C:\Windows\System32\msvcp70.dll This will say Failed to load

regsvr32 C:\Windows\System32\NCTAudioCDGrabber2.dll If it succeeds,. a message will say succeeded

If you have a path with spaces like C:\Program Files,. you need to put quotes on both ends
 
Then it doesn;t have an entry point in it,. so it cannot be registered.

Could you tell me what file it is?
 
That should work perfectly.

Ocx's are more easuly register.

In fact,. many are self-registering,. so you don;y even have to naually refister them.
regsvr32 C:\Windows\System32\MSINET.OCX

I'll attach a screen shot"
 
Back
Top