Windows 7 How to register OCX or DLL files to system32

Buddhi

New Member
Joined
Dec 1, 2009
Messages
10
Can someone tell me How to register OCX or DLL files to system32 ?
 

Solution
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"

reghakr

Essential Member
Joined
Jan 26, 2009
Messages
14,186
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
 

reghakr

Essential Member
Joined
Jan 26, 2009
Messages
14,186
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"
 

Solution
Back
Top