Plan for failures, hope for success!
Add “Run as…” to MSI files
Im going to keep it short,
If you need to run MSI as another user, possibly admin users, then add this to your registry
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Msi.Package\shell\runas]
@=”Run &as…”[HKEY_CLASSES_ROOT\Msi.Package\shell\runas\command]
@=”msiexec /i “%1″”
Enjoy!!
Comments are closed.