Friday, December 16, 2005

Adding "Install as..." to context menu

This comes from Michael Willers, by way of Dana Epp. This makes it easier to install .msi packages when logged in as a non-admin use. Too many home PC's are running in Admin mode, one of the many reasons why we have so many virus attacks out there.

If you run your box with a non admin account the "Run as..." entry in the context menu is very comfortable. Wouldn't it be nice to have something like "Install as..." for MSI-Packages? This is just a registry hack away

  1. Run regedit.exe under an account with administrative privileges

  2. Create the key HKEY_CLASSES_ROOT\Msi.Package\shell\runas\

  3. Set the default value to Install &as...

  4. Create the key HKEY_CLASSES_ROOT\Msi.Package\shell\runas\command\

  5. Set the default value to msiexec /i "%1"

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.