http://bugs.winehq.org/show_bug.cgi?id=23779
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #4 from Hans Leidekker hans@meelstraat.net 2010-09-01 03:50:12 CDT --- The ALLUSERS property is not reset because it's initially set to 1 via the Property table.
There's a dialog called 'FolderForm' which resets the property to 2 based on this condition:
FolderForm_AllUsers="ALL" AND VersionNT>=400 AND Privileged=1 AND FolderForm_AllUsersVisible=1
FolderForm_AllUsers is initialized to 'ME' via the property table but reset to 'ALL' via a custom action called 'VSDCA_FolderForm_AllUsers'.
This custom action is triggered by this condition:
Installed="" AND NOT RESUME AND ALLUSERS=1
Which looks correct to me.