Hello,

I've prepared per-user installation:

<Package Id="*" Compressed="yes" InstallerVersion="300" 
InstallPrivileges="limited" InstallScope='perUser' />
...
<Property Id="ALLUSERS" Value="{}" />

But when I launch msi, it switches to all users mode:
MSI (c) (74:48) [15:22:19:166]: Note: 1: 2262 2: AdminProperties 3: 
-2147287038
MSI (c) (74:48) [15:22:19:166]: Machine policy value 
'AlwaysInstallElevated' is 0
MSI (c) (74:48) [15:22:19:166]: User policy value 
'AlwaysInstallElevated' is 0
MSI (c) (74:48) [15:22:19:166]: Running product '{XXXX}' with user 
privileges: It's not assigned.
MSI (c) (74:48) [15:22:19:166]: PROPERTY CHANGE: Adding CURRENTDIRECTORY 
property. Its value is 'C:\Documents and Settings\user_\Desktop\Debug'.
MSI (c) (74:48) [15:22:19:166]: PROPERTY CHANGE: Adding CLIENTUILEVEL 
property. Its value is '0'.
MSI (c) (74:48) [15:22:19:166]: PROPERTY CHANGE: Adding CLIENTPROCESSID 
property. Its value is '3956'.
*MSI (c) (74:48) [15:22:19:166]: PROPERTY CHANGE: Modifying ALLUSERS 
property. Its current value is '{}'. Its new value: '1'.*

Why msiexec changes value of ALLUSERS to 1?
How to find reason of it?

--
Sergey
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to