How can I configure all Windows Installer installations to run with elevated privileges?
November 6, 2003
A. To run all Windows Installer installations with elevated privileges, perform the following steps:
Open the relevant Group Policy Object (GPO). For example, open the Microsoft Management Console (MMC) Active Directory Users and Computers snap-in, right-click the organizational unit (OU) or domain, select Properties, select the Group Policy tab, select the GPO, then click Edit.
Expand Computer Configuration, Administrative Templates, Windows Components, Windows Installer.
Double-click "Always install with elevated privileges."
Set to Enabled, then click OK.
Expand User Configuration, Administrative Templates, Windows Components, Windows Installer.
Double-click "Always install with elevated privileges."
Set to Enabled, then click OK (you must enable this GPO under both the User Configuration and Computer Configuration sections for it to take effect).Click here to view image
You can also use the registry to enable all Windows Installer installations to run with elevated privileges by performing the following steps:
Start a registry editor (e.g., regedit.exe).
Navigate to the HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsInstaller registry subkey.
From the Edit menu, select New, DWORD Value.
Enter the name AlwaysInstallElevated, then press Enter.
Double-click the new value, set it to 1, then click OK.
Navigate to the HKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindowsInstaller registry subkey.
From the Edit menu, select New, DWORD Value.
Enter the name AlwaysInstallElevated, then press Enter.
Double-click the new value, set it to 1, then click OK.
Close the registry editor.
About the Author
You May Also Like