Run MSI files as administrator from a user account
Fresh3 days ago
Mar 15, 202678320 viewsConfidence Score0%
0%
Problem
I'm usually logged in as a normal user on my Windows XP box. Sometimes, when I want to install a software update, I don't want to log off and log on again as admin, but I right-click the installer exe and choose "Run as..." to run it from my admin account. However, this option only seems to exist f…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Run MSI files as administrator from a user account
Low Risk
.msi files can be executed with msiexec.exe, so in combination with the runas command, you could accomplish what your want: As a full-path to the file is recommended, it might need quotes around it and you need to escape them then with a backslash :
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix