http://bugs.winehq.org/show_bug.cgi?id=23014
Summary: InstallShield .prq don't find Windows Installer 4.5 Product: Wine Version: 1.2-rc2 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: peter@stuge.se
wine-1.2-rc2-111-g9aa9a12
The InstallShield for the Actel Libero v9.0 FPGA design software is a 1.4GB .exe with an embedded .msi. The .exe tries to ensure that Windows Installer 4.5 is installed on the system where applicable using a couple of .prq files with conditions on specific DLL versions:
Windows Installer 4.5 Update for Windows Server 2003 and XP (x64).prq: <condition Type="16" Comparison="2" Path="[SystemFolder]" FileName="msi.dll" ReturnValue="4.5.6001.22159"></condition>
Windows Installer 4.5 for Windows Vista (x64).prq: <condition Type="16" Comparison="2" Path="[SystemFolder]" FileName="msi.dll" ReturnValue="4.5.6001.22162"></condition>
Windows Installer 4.5 for Windows Vista (x86).prq: <condition Type="16" Comparison="2" Path="[SystemFolder]" FileName="msi.dll" ReturnValue="4.5.6000.20817"></condition>
Windows Installer 4.5 for Windows XP SP2 and later (x86).prq: <condition Type="16" Comparison="2" Path="[SystemFolder]" FileName="msi.dll" ReturnValue="4.5.6001.22159"></condition>
The test in these files aren't satisfied by wine, but setting version to Windows 7 (and likely also 2008) in winecfg makes the .exe skip the tests, and allows the installer to run.
http://bugs.winehq.org/show_bug.cgi?id=23014
Peter Stuge peter@stuge.se changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |peter@stuge.se Summary|InstallShield .prq don't |InstallShield .prq doesn't |find Windows Installer 4.5 |find Windows Installer 4.5
http://bugs.winehq.org/show_bug.cgi?id=23014
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2010-06-03 03:07:53 --- I sent a patch:
http://source.winehq.org/patches/data/62299
The InstallShield dependency dialog does seem to let you proceed even if the redist fails.
http://bugs.winehq.org/show_bug.cgi?id=23014
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #2 from Hans Leidekker hans@meelstraat.net 2010-06-03 03:32:09 --- A WINEDEBUG=+msi trace might help to determine which 4.5 functions this installer needs.
http://bugs.winehq.org/show_bug.cgi?id=23014
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2010-06-03 03:40:05 --- (In reply to comment #2)
A WINEDEBUG=+msi trace might help to determine which 4.5 functions this installer needs.
It didn't appear to require anything specific to Windows Installer 4.5, as I did manage to get the application installed without issue. Installing did expend more disk space (about 10 GB) than what I would have expected from the installer's expected disk usage, which is slightly concerning to me.
http://bugs.winehq.org/show_bug.cgi?id=23014
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from Hans Leidekker hans@meelstraat.net 2010-08-19 02:03:59 --- Fixed by 378bb21f8ee89f27879c8833b3309a3c1a414cc6.
http://bugs.winehq.org/show_bug.cgi?id=23014
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2010-08-20 12:39:23 --- Closing bugs fixed in 1.3.1.
http://bugs.winehq.org/show_bug.cgi?id=23014
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |378bb21f8ee89f27879c8833b33 | |09a3c1a414cc6
https://bugs.winehq.org/show_bug.cgi?id=23014
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ponchorat1968@hotmail.com
--- Comment #6 from Anastasius Focht focht@gmx.net --- *** Bug 28954 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=23014
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer CC| |focht@gmx.net