[Bug 8945] Adobe Indesign CS3, Photoshop CS3, and Flash CS3 fail to install

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 25 12:10:08 CST 2008


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





--- Comment #31 from Jeremy White <jwhite at codeweavers.com>  2008-02-25 12:10:07 ---
Found it!  

It turns out that SHGetPathFromIDListW will eventually
return the result of a wine_get_dos_file_name call, which will
return the Common Files installer directory as:
  c:\Program Files\...
Note the *lower case* c:.  If you hack wine_get_dos_file_name
to return an upper case C instead of a lower case c, then the
installer gets past the current failure.

Of course, then it comes to the next failure, which I have yet
to triage :-(.  We still don't even get the EULA page, but we
do trigger Gecko, so we're trying...

I have a feeling that this is going to be hard to get an official
patch into Wine for, as I bet this goes back and forth.  I'll
see if I can get Alexandre to approve a 'correct' path forward...


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