James Lapalme wrote:
> Is it possible to create an All Users installation package, if yes how?
Set ALLUSERS=1
> We have created a package but once installed with a certain user
> account, it can only be uninstalled by the same user account.
>
Make sure the installer only read/writes from HKEY_L
See 'Specifying a Per-User or Per-Machine Installation' in the Windows
Installer SDK, at http://msdn2.microsoft.com/en-us/library/aa371865.aspx.
The simplest way is to set the ALLUSERS property to 1, but note that since
it is a public property, it can be overridden on the msiexec command line.
2 matches
Mail list logo