B Buddhi New Member Joined Dec 1, 2009 Messages 10 Dec 1, 2009 Thread Author #1 Can someone tell me How to register OCX or DLL files to system32 ?
Solution reghakr Dec 1, 2009 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"
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 Dec 1, 2009 #2 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 Upvote 0 Downvote
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
B Buddhi New Member Joined Dec 1, 2009 Messages 10 Dec 1, 2009 Thread Author #3 Sorry I can't. I got an error. Error Code : 0x8002801c Plz help me Upvote 0 Downvote
reghakr Essential Member Joined Jan 26, 2009 Messages 14,186 Dec 1, 2009 #4 Then it doesn;t have an entry point in it,. so it cannot be registered. Could you tell me what file it is? Upvote 0 Downvote
Then it doesn;t have an entry point in it,. so it cannot be registered. Could you tell me what file it is?
B Buddhi New Member Joined Dec 1, 2009 Messages 10 Dec 1, 2009 Thread Author #5 reghakr said: then it doesn;t have an entry point in it,. So it cannot be registered. Could you tell me what file it is? Click to expand... msinet.ocx Upvote 0 Downvote
reghakr said: then it doesn;t have an entry point in it,. So it cannot be registered. Could you tell me what file it is? Click to expand... msinet.ocx
reghakr Essential Member Joined Jan 26, 2009 Messages 14,186 Dec 1, 2009 #6 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" Upvote 0 Downvote 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"