Feature Requests item #1878437, was opened at 2008-01-23 10:57 Message generated for change (Comment added) made by heaths You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1878437&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: patching Group: None Status: Open Priority: 5 Private: No Submitted By: Heath Stewart (heaths) >Assigned to: Heath Stewart (heaths) Summary: Optionally drop empty transforms from patching Initial Comment: A common patching scenario is to include all potential products' transforms in a patch, and the patch would contain transforms for any products that actually did change, ignoring the rest. Currently WiX throw an exception if a transform is empty after filtering, but we should optionally allow the code to succeed and instead just not add that transform to the patch (which means not adding the transform names to PID 8 or the target ProductCodes to PID 9). ---------------------------------------------------------------------- >Comment By: Heath Stewart (heaths) Date: 2008-05-08 23:37 Message: Logged In: YES user_id=1335104 Originator: YES The exception is being thrown during binding, but only because Patch.ReduceTransform() is including rows that were not modified. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1878437&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
