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

Sorry I can't. I got an error.

Error Code : 0x8002801c

Plz help me
 

Then it doesn;t have an entry point in it,. so it cannot be registered.

Could you tell me what file it is?
 

then it doesn;t have an entry point in it,. So it cannot be registered.

Could you tell me what file it is?


msinet.ocx
 

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