[Bug 14875] VS 2008 Express Editions (SP1) installer fails with directory resolution error (bug in msi appsearch action)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 23 01:07:28 CDT 2008


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


James Hawkins <truiken at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #2 from James Hawkins <truiken at gmail.com>  2008-10-23 01:07:27 ---
It's not a problem with the AppSearch action.  If the component is not found,
the destination property is not changed at all.  The problem is that the
installer runs a query on the join of the CustomAction and
InstallExecuteSequence tables and we return the wrong resulting set.  To be
precise, the implementation of joins can't handle a where clause unless the
attributes in the where clause are selected into the resulting set.


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