Bugs item #1522878, was opened at 2006-07-14 23:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1522878&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: v3.0 Status: Open Resolution: None Priority: 5 Submitted By: Rob (rmacfadyen) Assigned to: Nobody/Anonymous (nobody) Summary: Missing darice.cub file causes unhandled exception Initial Comment: In the unstable release the darice.cub file does not seem to be installed. This causes a build (via votive) to fail with an unhandled win32 exception. The root cause is either: Microsoft.Tools.WindowsInstallerXml.Validator.AddCubeFi le routine (it does not check if the specified cub file exists... if it doesn't it should either ignore it or toss an exception). Or: Microsoft.Tools.WindowsInstallerXml.Validator.Validate routine (it does not trap the non-existance of a cub file: using (Database cubeDatabase = new Database(cubeFile, OpenDatabase.ReadOnly)) Alternatively the unstable installer needs to be updated to include the darice.cub file. Regards, Rob ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1522878&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
