http://bugs.winehq.org/show_bug.cgi?id=32187
Bug #: 32187 Summary: Image Composite Editor fails to install with a VSDCA_VsdLaunchConditions msi error Product: Wine Version: 1.5.17 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: fgouget@codeweavers.com Classification: Unclassified
Created attachment 42467 --> http://bugs.winehq.org/attachment.cgi?id=42467 +msi installer log
When running the Microsoft Image Composite Editor installer, it exits silently. In the log I see the following line which looks like it could be the source of trouble.
err:msi:ITERATE_Actions Execution halted, action L"VSDCA_VsdLaunchConditions" returned 1603
The Overdrive media installer seems to have run in a similar error, however in that case it was related to WMP9 / Vista, but in this case I saw no reference to WMP9 and setting the Windows version to Vista did not help.
I'm attaching a +msi log for reference.
http://bugs.winehq.org/show_bug.cgi?id=32187
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://research.microsoft.c | |om/en-us/downloads/730cd6bb | |-6450-4e66-8101-a94e71cb077 | |9/default.aspx
http://bugs.winehq.org/show_bug.cgi?id=32187
--- Comment #1 from François Gouget fgouget@codeweavers.com 2012-11-10 06:56:47 CST --- For reference the Overdrive media issue is described in bug 17622.
http://bugs.winehq.org/show_bug.cgi?id=32187
--- Comment #2 from Hans Leidekker hans@meelstraat.net 2012-11-10 09:06:40 CST --- Created attachment 42468 --> http://bugs.winehq.org/attachment.cgi?id=42468 msvcr100: Add a version resource.
http://bugs.winehq.org/show_bug.cgi?id=32187
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msi |msvcrt
--- Comment #3 from Hans Leidekker hans@meelstraat.net 2012-11-10 09:08:09 CST --- The attached patch should fix this error.
http://bugs.winehq.org/show_bug.cgi?id=32187
--- Comment #4 from François Gouget fgouget@codeweavers.com 2012-11-10 19:48:23 CST --- Yep that works! Now the installation succeeds... and the application fails to start with a .Net 4.0 error. But that's for another bug... Thanks!
http://bugs.winehq.org/show_bug.cgi?id=32187
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer
http://bugs.winehq.org/show_bug.cgi?id=32187
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e6738c20859e8f07920fccb5512 | |a0daa7374c434 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Hans Leidekker hans@meelstraat.net 2012-11-12 15:27:07 CST --- Fixed by e6738c20859e8f07920fccb5512a0daa7374c434.
http://bugs.winehq.org/show_bug.cgi?id=32187
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2012-11-23 14:31:09 CST --- Closing bugs fixed in 1 5.18.
http://bugs.winehq.org/show_bug.cgi?id=32187
Marc Weber no_name_@gmx.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |no_name_@gmx.ch
--- Comment #7 from Marc Weber no_name_@gmx.ch 2012-12-03 16:03:43 CST --- (In reply to comment #3)
The attached patch should fix this error.
Hi there,
I get the same error message when running the ICE installer (.msi Package). Luckily, I've found this patch created by Hans Leidekker. My problem is now, I can't apply the patch, because I don't know which command lines I need to enter into Terminal. Thx for a reply.
Yours, Marc
http://bugs.winehq.org/show_bug.cgi?id=32187
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com 2012-12-03 16:10:53 CST --- (In reply to comment #7)
I get the same error message when running the ICE installer (.msi Package). Luckily, I've found this patch created by Hans Leidekker. My problem is now, I can't apply the patch, because I don't know which command lines I need to enter into Terminal. Thx for a reply.
Hi, you need don't need to apply the patch manually. It is already part of wine. Download and compile wine 1.5.18 from source or upgrade using packages for your distribution. Please use the forum for further questions =)
http://bugs.winehq.org/show_bug.cgi?id=32187
--- Comment #9 from Marc Weber no_name_@gmx.ch 2012-12-03 17:02:25 CST --- (In reply to comment #8)
(In reply to comment #7)
I get the same error message when running the ICE installer (.msi Package). Luckily, I've found this patch created by Hans Leidekker. My problem is now, I can't apply the patch, because I don't know which command lines I need to enter into Terminal. Thx for a reply.
Hi, you need don't need to apply the patch manually. It is already part of wine. Download and compile wine 1.5.18 from source or upgrade using packages for your distribution. Please use the forum for further questions =)
:D, ok. Thx for the answer. I should be up to date, because I've run sudo port selfupdate and sudo port upgrade outdated ;). Although, I get the error message... I'm up to find a solution with mono and installing dbus-sharp. Hope it will work out... Will post my success or failure :D.