Bugs item #1876570, was opened at 2008-01-21 07:57 Message generated for change (Comment added) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1876570&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: light Group: v2.0 >Status: Closed >Resolution: Wont Fix Priority: 5 Private: No Submitted By: flub (bruynooghef) >Assigned to: Rob Mensching (robmen) Summary: Merge Modules combined with IgnoreModularization Initial Comment: Hi When using the IgnoreModularization tag in a merge module on an ID for a file the resulting .msm does get created correctly with the ID of the file left unmodified. However when using that merge module to build an .msi file light will complain (here the file ID was "python.exeF"): light.exe : fatal error LGHT0017 : Failed to create cab 'c:\Documents and Settings\flub\Local Settings\Temp\s0z5_l_v\product.cab' while cabbing file 'c:\Documents and Settings\flub\Local Settings\Temp\s0z5_l_v\MergeId.15C1031E\python.exeF' with error 0x80070002. When looking in the temporary directory while this is happening you can find a file python.exeF.GUID_OF_MODULE which suggests that when merging the cab files the IDs get modularised in the cab file anyway, at least during the merge process. Regards Floris ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2008-05-08 20:01 Message: Logged In: YES user_id=991639 Originator: NO IgnoreModularization should only be used in very few cases. In WiX v3 we narrowed it's use to only those locations by removing IgnoreModularization element (and provide an attribute instead). This is one of those cases of "don't do that". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1876570&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
