Bugs item #1928162, was opened at 2008-03-28 10:58 Message generated for change (Settings changed) made by jrfitzgi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1928162&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: candle Group: v3.0 >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: jordanf (jrfitzgi) Assigned to: sameer garde (sameerg) Summary: $(sys.Platform) doesn't work with Candle's -platform switch Initial Comment: The -platform switch is used to set a preprocessor System Variable called Platform. The value passed by the user with the -platform switch is converted to start with an upper case character which eventually leads Candle to think that an invalid value was passed. 1. Author a Package with sys.PLATFORM: <Package InstallerVersion="200" Platform="$(sys.PLATFORM)" /> 2. Compile the wxs with the -platform switch candle.exe product.wxs -platform intel Expected: A package is built with the platform Intel Actual: Product.wxs(7) : error CNDL0265 : The Platform attribute has an invalid value Intel. Possible values are intel, x64, or intel64. ---------------------------------------------------------------------- Comment By: Bob Arnson (barnson) Date: 2008-05-13 22:20 Message: Logged In: YES user_id=26581 Originator: NO sys.BUILDARCH does. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1928162&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
