View Single Post
Old 06-09-2020, 11:33 AM   #7
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,864
Karma: 169712582
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Bookstooge View Post
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”"
DNSB is offline   Reply With Quote