Feature Requests item #1818084, was opened at 2007-10-22 18:16 Message generated for change (Comment added) made by barnson 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: compiler Group: None >Status: Pending Priority: 5 Private: No Submitted By: Martin Lavelle (hypercaust) >Assigned to: Bob Arnson (barnson) 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> ---------------------------------------------------------------------- >Comment By: Bob Arnson (barnson) Date: 2007-10-29 18:24 Message: Logged In: YES user_id=26581 Originator: NO Check next weekly release. ---------------------------------------------------------------------- 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
