http://bugs.winehq.org/show_bug.cgi?id=8945
Summary: Adobe Indesign CS3 fails to install Product: Wine Version: CVS Platform: Other URL: http://www.adobe.com/go/tryindesign_nl OS/Version: Linux Status: UNCONFIRMED Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
A user submitted garbage test results into appdb for this one.
The installer exits to the console. I'll attach console output hereafter. Steps to reproduce:
1. Set version to winxp 2. Do winetricks wsh56js, otherwise it complains about missing jscript. 3. Use native msxml3, otherwise it will exit because of unimplemented stuff in msxml3, but there are already other bugs filed for that (other Adobe installers)
Now the installer exits with:
err:ole:CoGetClassObject class {f8383852-fcd3-11d1-a6b9-006097df5bd4} not registered err:ole:CoGetClassObject no class object {f8383852-fcd3-11d1-a6b9-006097df5bd4} could be created for context 0x1
A google showed this has something to do with browseui.dll, but a simple "regsvr32 browseui.dll" didn't help. Now on windows there's following key that isn't in wine's registry:
HKEY_LOCAL_MACHINE\Software\Classes\CLSID{F8383852-FCD3-11d1-A6B9-006097DF5BD4}--> Process dialog HKEY_LOCAL_MACHINE\Software\Classes\CLSID{F8383852-FCD3-11d1-A6B9-006097DF5BD4}\InProcServer32 ---> C:\Windows\System\BROWSEUI.DLL (ThreadingModal Both)
It looks like it chokes in that because after manually adding the key , the installer gets a bit further:
fixme:shell:MLLoadLibraryW (L"browselc.dll",0x1f30000,2) semi-stub!
(After putting a native browselc.dll into system32, it gets again a bit further, pops up a progess bar, and then a messagebox about installation failure, looks like it stops because of msi error:
err:msi:ITERATE_Actions Execution halted, action L"ProcessPropertyFile.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017" returned 1603
)