Feature Requests item #1631874, was opened at 2007-01-09 15:45 Message generated for change (Settings changed) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1631874&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: Denied >Status: Closed Priority: 5 Private: No Submitted By: dstefanov (dstefanov2222) >Assigned to: Rob Mensching (robmen) Summary: add <IgnoreModularization Type="binary" > Initial Comment: Add support for <IgnoreModularization Type="binary" >. This way if you have multiple merge modules that include the same binaries they could be included only once in the final msi. ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2007-01-09 15:48 Message: Logged In: YES user_id=991639 Originator: NO This would not follow the Merge Module spec. The only reason that IgnoreModularization exists is so that deferred CustomActions can be referenced from immediate CustomActions. If you want to optimize your MSI builds consider switching to .wixlibs or put the binary in a lone Merge Module and use ModuleDependencies to ensure that everything gets hooked back together. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1631874&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
