http://bugs.winehq.org/show_bug.cgi?id=6044
Summary: Adobe / Macromedia Dreamweaver 8 trial fails to install / crashes on startup Product: Wine Version: CVS Platform: Other URL: http://www.adobe.com/downloads/#webdesdev OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
The installer aborts early on in copying files, saying it was interrupted. WINEDEBUG=+msi,+process wine-git/wine installers/Dreamweaver8-en.exe shows it tried to run msiexec.exe /qn /x{5546CDB5-2CE2-498B-B059-5B3BF81FC41F} but msiexec just printed a usage message and exited; the very last line in the log is trace:msi:ACTION_FinishCustomActions Waiting on action L"ISMsiServerStartup" I think that's unrelated to the failure dialog.
The error happens also if you run with WINEDEBUG=+msi,+process, but if you run with WINEDEBUG=+msi,+process,+typelib,+ole,+msidb, the installer says it completes properly! It still has that trace:msi:ACTION_FinishCustomActions Waiting on action L"ISMsiServerStartup" line at the end of the log.
Looks like a dup of bug 5028, which is a dup of bug 5018, but I'm filing it anyway 'cause it's probably good to have a bug that explicitly mentions Dreamweaver 8 in the summary.
If the install completes, and you try to run the app, it crashes on startup with a not very illuminating stack trace.