- Thread Author
- #1
Is your VPS blocking you from installing MIS? Tired of not having the Install As Administrator option with MSI files? Well, this is how you can fix that issue!!!
Open your Run program and type in regedit
Once in regedit go to HKEY_CLASSES_ROOT\Msi.Package\shell
Right Click on shell and create a new Key and name that new Key "runas" without the quotes
Now, double click on the (Default) and change its value to
Install as &administrator"
Now you need to add a subkey. So right click runas and create a new key. Name this key "command" without the quotes. Make this ones value
msiexec /i “%1”
Once you've done this, exit out of regedit by selecting Exit through the File menu only.
Now, when you right click on an MSI you have the option to install it as an administrator.
No more issues!
Open your Run program and type in regedit
Once in regedit go to HKEY_CLASSES_ROOT\Msi.Package\shell
Right Click on shell and create a new Key and name that new Key "runas" without the quotes
Now, double click on the (Default) and change its value to
Install as &administrator"
Now you need to add a subkey. So right click runas and create a new key. Name this key "command" without the quotes. Make this ones value
msiexec /i “%1”
Once you've done this, exit out of regedit by selecting Exit through the File menu only.
Now, when you right click on an MSI you have the option to install it as an administrator.
No more issues!