Feature Requests item #1818084, was opened at 2007-10-22 18:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1818084&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: None Group: None Status: Open Priority: 5 Private: No Submitted By: Martin Lavelle (hypercaust) Assigned to: Nobody/Anonymous (nobody) Summary: DiskID's to be inherited by Merge elements Initial Comment: I find it counter intuitive to require a DiskID attribute for every Merge element, regardless of a DiskID declaration on the parent Directory element. e.g. This works: <Directory Id="SystemFolder"> <Merge Id="comcat" DiskId="1" Language="1033" SourceFile="MergeModules\COMCAT.MSM"/> </Directory> This doesn't but should (IMHO): <Directory Id="SystemFolder" DiskId="1"> <Merge Id="comcat" Language="1033" SourceFile="MergeModules\COMCAT.MSM"/> </Directory> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1818084&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
