Archive

Archive for May, 2009

MSI Package Run as Admin

May 4, 2009 mrgnome 4 comments

http://mtecsystems.com/images/stories/Computer_Problem.jpg

Want to right-click on a .msi file and select Run As? Here’s how!

For example you want to install quake live on your work laptop :)

Open Registry Editor as administrator and create the following key under HKCRMsi.Packageshell:

HKCRMsi.Packageshellrunas

Now set the default value of this key to the following:

Install &as…

Now create the following subkey:

HKCRMsi.Packageshellrunascommand

Set the default value of this subkey to the following:

msiexec /i “%1″

Thanx Windowsnetworking.com

Categories: Uncategorized