http://bugs.winehq.org/show_bug.cgi?id=11673
Summary: WiX cannot validate created .msi, due to lacking MsiMergeDatabase Product: Wine Version: unspecified Platform: Other URL: http://bugs.winehq.org/show_bug.cgi?id=11414#c10 OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: jdahlin@async.com.br
Finally, using latest GIT it is possible to generate .msi using WiX, however to be able to do so one I have to pass in the -sval parameter.
See the instructions in bug 11414, comment 10 for information on how to reproduce.
Obviously, stubbing out MsiMergeDatabase to always succeed is not enough for the validation to work properly.
I sent a patch to wine-patches which adds the stub, Adding the stub merely prevents wine from crashing, but the validation does not succeed.
http://bugs.winehq.org/show_bug.cgi?id=11673
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |truiken@gmail.com Keywords| |download, Installer
http://bugs.winehq.org/show_bug.cgi?id=11673
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|truiken@gmail.com |
http://bugs.winehq.org/show_bug.cgi?id=11673
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|WiX cannot validate created |WiX cannot validate created |.msi, due to lacking |.msi, due to lacking |MsiMergeDatabase |MsiDatabaseMerge
http://bugs.winehq.org/show_bug.cgi?id=11673
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aruiz@gnome.org
--- Comment #1 from James Hawkins truiken@gmail.com 2008-08-26 12:52:14 --- *** Bug 15022 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=11673
--- Comment #2 from James Hawkins truiken@gmail.com 2008-10-10 14:13:46 --- My initial implementation of MsiDatabaseMerge is in git. It's not complete, but I'd like to see how well it works for this use case.
http://bugs.winehq.org/show_bug.cgi?id=11673
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from James Hawkins truiken@gmail.com 2008-10-12 21:03:31 --- Ok, I haven't gotten a response, and the function is implemented like 95%, so I'm marking this as fixed. Reopen if you have a case that doesn't work in git.
http://bugs.winehq.org/show_bug.cgi?id=11673
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2008-10-24 11:12:50 --- Closing bugs fixed in 1.1.7.
https://bugs.winehq.org/show_bug.cgi?id=11673
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal URL|http://bugs.winehq.org/show |https://web.archive.org/web |_bug.cgi?id=11414#c10 |/20210315120534/https://raw | |.githubusercontent.com/Casa | |DeRobison/wixtoolset-codepl | |ex/master/archived-stable-v | |ersions/WiX%20Toolset%20v3. | |0%20Stable/Wix3.msi Version|unspecified |0.9.55. Fixed by SHA1| |f03889ae823635027b342089641 | |ba1538b928038 OS|other |Linux Summary|WiX cannot validate created |WiX Toolset v3.x: Failure |.msi, due to lacking |to validate created MSI |MsiDatabaseMerge |package due to | |MsiDatabaseMerge stub Hardware|Other |x86 CC| |focht@gmx.net
https://bugs.winehq.org/show_bug.cgi?id=11673
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com Status|CLOSED |REOPENED Ever confirmed|0 |1 Resolution|FIXED |---
--- Comment #5 from Damjan Jovanovic damjan.jov@gmail.com --- (In reply to James Hawkins from comment #3)
Ok, I haven't gotten a response, and the function is implemented like 95%, so I'm marking this as fixed. Reopen if you have a case that doesn't work in git.
I don't think it ever worked. See test cases from bug 27133 or bug 28393. Both had to use "-sval".