PDA

View Full Version : Problems with the .ocx files


Lucian.of.mysidia
07-25-2009, 08:15 PM
Im running Windows Vista 32. I found a couple of posts dealing with the issues people have been having with these files but none have helped me. I ran the connection test and it came out fine. I tried making the shortcut and editing the .bat file. Still nothing. The only one I dont get an error message for is MSCOMCTL.OCX .

Would really appreciate any help with this.

GeorgeS
07-26-2009, 01:26 PM
The problem may be that regsvr32.exe may not be executed without admin privelages on your system.

so I would right click on register_ocx.bat and RUN as Administrator
I run vista as well, and this might be the issue

modify your file so that the /s are all removed so you can see the results..

regsvr32 a.ocx
regsvr32 DXAnimatedGIF.ocx
regsvr32 imagelist.ocx
regsvr32 MSCOMCTL.OCX


After running the bat file, you will get a sucess or fail. please report your findings

GeorgeS

Lucian.of.mysidia
07-26-2009, 05:07 PM
I should have mentioned that I did run it as an admin. I also removed the /s already. I tried it again tho, just to be sure. Same thing. Errors on all except the last.

Lucian.of.mysidia
07-26-2009, 09:55 PM
Sorry bout the double post, but I didnt see an edit button.

Fixed the problem myself. I opened a command prompt as an Administrator and registered them manually.