[Bug 23779] Graphviz msiexec installer fails with "Installation Incomplete: The installer was interupted before Graphviz could be installed"

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 1 03:50:13 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23779

Hans Leidekker <hans at meelstraat.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hans at meelstraat.net

--- Comment #4 from Hans Leidekker <hans at 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.



More information about the wine-bugs mailing list