Tagged Questions
0
votes
3answers
644 views
Win7: Will doing “Run as administrator” on a .BAT file allow regsvr32 enough privlieges to register a DLL or OCX?
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 ...