http://bugs.winehq.org/show_bug.cgi?id=10077
Summary: [~] badly handled by WriteEnvironmentStrings make Photoshop CS2 installer clear the PATH instead of adding a directory to it Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Keywords: Installer Severity: normal Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: mikolaj.zalewski@gmail.com
By default [~] is translated to a NUL character however in WriteEnviromnentStrings it should be translated into the current value of the variable. Photoshop CS2 writes "[~];[CommonFilesFolder]Adobe\AGL" into the PATH what in our current implementation results in the PATH being cleared instead of appended.
http://bugs.winehq.org/show_bug.cgi?id=10077
--- Comment #1 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2007-10-17 19:13:00 --- WriteEnvironmentStrings tries to support it didn't work. I've sent a patch that tries to fix it: http://www.winehq.org/pipermail/wine-patches/2007-October/045338.html
http://bugs.winehq.org/show_bug.cgi?id=10077
Mikolaj Zalewski mikolaj.zalewski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2007-10-18 13:15:17 --- The patch that fixes it well enough for Photoshop installation to go well have been accepted to Wine Git and will be available in Wine starting from Wine 0.9.48.
http://bugs.winehq.org/show_bug.cgi?id=10077
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Dan Kegel dank@kegel.com 2008-01-28 05:42:00 --- Closing all RESOLVED FIXED bugs older than four weeks.
http://bugs.winehq.org/show_bug.cgi?id=10077
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified