[Bug 11673] New: WiX cannot validate created .msi, due to lacking MsiMergeDatabase
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(a)winehq.org ReportedBy: jdahlin(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11673 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |truiken(a)gmail.com Keywords| |download, Installer -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11673 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|truiken(a)gmail.com | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11673 James Hawkins <truiken(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11673 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aruiz(a)gnome.org --- Comment #1 from James Hawkins <truiken(a)gmail.com> 2008-08-26 12:52:14 --- *** Bug 15022 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11673 --- Comment #2 from James Hawkins <truiken(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11673 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #3 from James Hawkins <truiken(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11673 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-24 11:12:50 --- Closing bugs fixed in 1.1.7. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=11673 Anastasius Focht <focht(a)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(a)gmx.net -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=11673 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov(a)gmail.com Status|CLOSED |REOPENED Ever confirmed|0 |1 Resolution|FIXED |--- --- Comment #5 from Damjan Jovanovic <damjan.jov(a)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". -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11673 林博仁(Buo-ren, Lin) <Buo.Ren.Lin(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Buo.Ren.Lin(a)gmail.com --- Comment #6 from 林博仁(Buo-ren, Lin) <Buo.Ren.Lin(a)gmail.com> --- Created attachment 78372 --> http://bugs.winehq.org/attachment.cgi?id=78372 Snippet of +trace log where the error occurrs during the Database validation step I also got hit by this issue (-sval works, but at the cost of disabling the database validation). The trace log is attached; hopefully, someone will figure this out. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla