http://bugs.winehq.org/show_bug.cgi?id=23779 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net --- Comment #4 from Hans Leidekker <hans(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.