Adding the EnableUserControl Registry Subkey

The EnableUserControl registry value lets users dictate installation parameters in much the same way an administrator can.

Bob Chronister

May 26, 2003

1 Min Read
ITPro Today logo

Most desktops in my organization have strict configuration restrictions, but I need to let some users (software engineers) install software on their machines and in folders other than the default selections. How can I make exceptions for the software engineers?

On the engineers' machines, go to the HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsInstaller registry subkey and add the EnableUserControl value (of type REG_DWORD). Set the value to 1 (the value is 0 by default). This value lets users completely dictate installation parameters in much the same way an administrator can. Please note that adding this value violates the typical security of Windows Installer. Make absolutely certain that you understand the consequences of what you're allowing and that the users understand the basic installation-rule exceptions that you'll accept.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like