Bugs item #1543994, was opened at 2006-08-21 08:08 Message generated for change (Settings changed) made by derekc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1543994&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: candle >Group: v2.0 Status: Open Resolution: None >Priority: 9 Submitted By: koffeinkick (koffeinkick) >Assigned to: Derek (derekc) Summary: candle -ust fails for Shortcut Initial Comment: Using the -ust option when compiling a wxs file containing a shortcut element creates an IndexOutOfRangeException. For an example of this, please compile the attached wxs file. The problem appears to be the addition of several columns in the Shortcut table to support MSI 4.0. These columns have not been included in the smalltables.xml table definitions file, but the ParseShortcutElement function of Compiler assumes that they exist (they are given values). Either the smalltables.xml file should include these columns as well, or Compiler should not assume that the new columns are there. I'm not sure which would be the best option. ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2006-08-21 12:41 Message: Logged In: YES user_id=518766 Nice find - I'll try to get this fixed for the next drop. ---------------------------------------------------------------------- Comment By: koffeinkick (koffeinkick) Date: 2006-08-21 08:09 Message: Logged In: YES user_id=1175806 note: I've used version 2.0.4415.0 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1543994&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
