Quote:
Originally Posted by Bookstooge
YOu can also "run as admin" if you right click on the msi file. It should be there as one of the options to select.
|
???? I have never seen a Run as Administrator option right-clicking on an .msi file unless someone has added "runas" under the shell options for the Msi.Package key in HKCR. Actually, that kludge gives Install as Administrator. The lines in the code block can be saved into a file called whatever.reg and will give you that right-click option.
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Msi.Package\shell\RunAs]
@="Install as &Administrator"
[HKEY_CLASSES_ROOT\Msi.Package\shell\RunAs\command]
@="msiexec /i “%1”"