Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

OSRS Trouble Installing MSI on VPS?

Joined
Feb 9, 2017
Messages
31
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!
 
Joined
Jan 16, 2017
Messages
13
Or just create a new admin account which will bypass install permissions, this use to work on google vps.
 
Top