Bugs item #1823233, was opened at 2007-10-30 20:40 Message generated for change (Settings changed) made by pmarcu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1823233&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: extensions Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: David Robinson (drrobins) >Assigned to: pmarcu (pmarcu) Summary: XmlFile table definition does not modularize File column Initial Comment: When creating a merge module which uses the XmlFile element from the Utility extension, the File column is not modularized preventing you from using a file property such as [#Sample.xml] without getting ICE03 validation errors. I'd suggest that the tables.xml file should be modified to add a modularize attribute to the File column definition as follows: <tableDefinition name="XmlFile"> . . . <columnDefinition name="File" type="localized" length="255" modularize="property" category="formatted" description="The .XML file in which to write the information"/> . . . </tableDefinition> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1823233&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
