[Bug 26925] Multiple MSI-based installers create folders in the wrong place ( InstallExecuteSequence costing should be separate from InstallUISequence costing )

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 20 15:20:12 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=26925

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Multiple MSI-based          |Multiple MSI-based
                   |installers create folders   |installers create folders
                   |in the wrong place          |in the wrong place
                   |(InstallExecuteSequence     |(InstallExecuteSequence
                   |costing needs to            |costing should be separate
                   |recalculate directory       |from InstallUISequence
                   |properties to avoid stale   |costing)
                   |data from InstallUISequence |
                   |costing)                    |
                 CC|                            |z.figura12 at gmail.com

--- Comment #9 from Zebediah Figura <z.figura12 at gmail.com> ---
Actually the two resolutions are entirely independent: for example, if you run
a custom action to print the target path after ExecuteAction in the UI
sequence, it'll print the unmodified target directory as resolved in the UI
sequence; on the other hand, if you run the action in the execute sequence
before doing anything else, it'll fail with ERROR_DIRECTORY.

-- 
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