View Single Post
  #2  
Old 07-26-2009, 01:26 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

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..
Code:
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
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote