Bugs item #1483736, was opened at 2006-05-08 04:00 Message generated for change (Comment added) made by derekc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1483736&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: light >Group: v2.0 >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Graeme Foster (graemefoster) >Assigned to: Derek (derekc) Summary: Duplicated sequence numbers in InstallUISequence table Initial Comment: Building a MSI with WixUI (using the WixUI_InstallDir fragment, at least) results in multiple rows in the InstallUISequence table with the same sequence number. Running Smoke.exe "Darice.cub" gives a warning about this: WARNING 82 This action ResumeDlg has duplicate sequence number 1298 in the table InstallUISequence ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2006-05-08 16:08 Message: Logged In: YES user_id=518766 WiX 2.0 does not have good support for creating installation sequences without overlap. This issue has been thoroughly addressed in WiX 3.0. Until its appropriate to upgrade to 3.0, these warnings should be ignored. They are mostly harmless - they are alerting you to the fact that the actions with identical sequence numbers may be run in any ordering. BTW, its really great that you are running validation on your msi files - this is very important part of creating a high-quality setup. A bunch of fixes have been made in wix 3.0 to make it easier to reliably pass validation. So hopefully this is an issue that will go away with time as people migrate to 3.0. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1483736&group_id=105970 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
