http://bugs.winehq.org/show_bug.cgi?id=8945
--- Comment #15 from Dan Kegel dank@kegel.com 2007-12-20 07:41:19 --- I just downloaded a fresh Photoshop CS3 trial (the extended version), applied all of Rob's and Maarten's regression fixes from yesterday, and applied James' com initialization fix from today. I then did rm -rf .wine sh winetricks fakeie6 vcrun6 wsh56 msxml3 winver=winxp and ran the CS3 tryout installer. It unpacked ok, and the inner installer ran for a bit, but failed before the wizard, complaining "You can only install one Adobe product at a time. Please complete the other installation before attempting to install Adobe Photoshop CS3." Interestingly, the Adobe installer seems to make heavy use of Javascript. This message may be triggered by Program Files/Common Files/Adobe/Installers/2ac78060bc5856b0c1cf873bb919b58/resources/scripts/AhmbedGUIWorkflo w.js which says
// Test for singleton if (!uidev && (containerProxyTester.IsSetupLocked() || (!bootstrapLaunched && containerProxyTester.IsBootstrapperLocked()) || !containerProxyTester.AcquireSetupLock())) { gSession.UIExitDialog(standardAlerts.SetupAlreadyRunning());
So, tally-ho. Anybody for debugging this javascript?