Bugs item #1637802, was opened at 2007-01-17 16:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1637802&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: msbuild Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: appel (appel__) Assigned to: Nobody/Anonymous (nobody) Summary: wix.targets do not allow supression of multiple ICEs Initial Comment: When building with wix.targets from wix 3.0.2420.0 you set a property called SuppressIces that will be passed to the SuppressIces attribute of the Light task in Wix.Tasks.dll. The problem with this setup is that only one ICE can be ignored, but light.exe allows multiple -sice arguments. Maybe the SuppressIces property can contain a ';'-separated list of ICEs instead that the Light task can split and create multiple -sice arguments when building the arguments for light.exe. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1637802&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
