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?
|
Will doing "Run as administrator" on a The .bat file contains:
Or, does the logged in user need to be an administrator?
| |||
|
feedback
|
|
if you not administrator then you cannot do "Run as administrator" (but you allways can use "RunAs") and ofcouse "Run as administrator" gives you all necessary rights to do "regsvr32" | |||
|
feedback
|
|
There can be issues with running | |||
|
feedback
|
|
run as administrator should allow it to register as long as it is setup by a domain administrator. Did you tested it ? | |||
|
feedback
|