Win7: Will doing "Run as administrator" on a .BAT file allow regsvr32 enough privlieges to register
- by Craig Johnston
Will doing "Run as administrator" on a .BAT file allow regsvr32 enough privlieges to register a DLL or OCX?
The .bat file contains:
regsvr32 -u SomeOCX.ocx
regsvr32 SomeOCX.ocx
Or, does the logged in user need to be an administrator?