http://bugs.winehq.org/show_bug.cgi?id=8109
Summary: Adobe Photoshop 6 automated installation bug Product: Wine Version: 0.9.35. Platform: PC URL: http://www.tucows.com/get/214261_90608 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: ncliang@google.com
When doing an automated install of photoshop 6 using a response file generated in windows, the main process of the installer returns early on with an error code while the rest of the installation continues. To reproduce: 1. Download AdobePS6Tryout.exe 2. unzip the self-extracting zip file 3. Download the response file setup.iss into the same directory as Setup.exe 4. wine Setup.exe /s
The installer exits very quickly, but I can still see a process created by the installer running after it exits. After some time, that process exits and prints out: err:menubuilder:fork_and_wait wineshelllink returned 1 err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink err:menubuilder:fork_and_wait wineshelllink returned 1 err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
Doing a +relay, I can see a call to: 0013:Call kernel32.ExitProcess(7ffdf000) ret=00407a50 All the other processes seem to exit normally though.