View Single Post
  #4  
Old 09-09-2009, 07:27 AM
Pandaman
Fire Beetle
 
Join Date: Sep 2009
Posts: 28
Default

Quote:
Originally Posted by GeorgeS View Post
Are you having this just for a.ocx?

If so, then run the register bat as an administrator -- right click, run as admin.

If that's not the problem, then what's the OS?
I think it's possible the file got corrupted?

The other tools use a.ocx - do they work?

GeorgeS
I fixed it, replacing the standard lines with

Code:
C:\windows\system32\regsvr32 /u C:\Users\Tim\Desktop\eqitems\resources\DXAnimatedGIF.ocx /s
C:\windows\system32\regsvr32 /u C:\Users\Tim\Desktop\eqitems\resources\a.ocx /s
C:\windows\system32\regsvr32 /u C:\Users\Tim\Desktop\eqitems\resources\msdxm.ocx /s
C:\windows\system32\regsvr32 /u C:\Users\Tim\Desktop\eqitems\resources\MSCOMCTL.OCX /s
C:\windows\system32\regsvr32 /u C:\Users\Tim\Desktop\eqitems\resources\MSINET.OCX /S
C:\windows\system32\regsvr32 /u C:\Users\Tim\Desktop\eqitems\resources\MSDATGRD.OCX /s
C:\windows\system32\regsvr32 C:\Users\Tim\Desktop\eqitems\resources\DXAnimatedGIF.ocx /s
C:\windows\system32\regsvr32 C:\Users\Tim\Desktop\eqitems\resources\a.ocx /s
C:\windows\system32\regsvr32 C:\Users\Tim\Desktop\eqitems\resources\msdxm.ocx /s
C:\windows\system32\regsvr32 C:\Users\Tim\Desktop\eqitems\resources\MSCOMCTL.OCX /s
C:\windows\system32\regsvr32 C:\Users\Tim\Desktop\eqitems\resources\MSINET.OCX /S
C:\windows\system32\regsvr32 C:\Users\Tim\Desktop\eqitems\resources\MSDATGRD.OCX /s
Reply With Quote