Hi This is not Wix related question. Sorry for posting this. But If any one knows please let me know
Am using Sharp Develop Tool for my Wix Project. For example(Please see below code) I want to set the ProcessorArchitecture variable, for this the general way is adding the following command line parameter when calling candle.exe to compile the WXS file: <?if $(var.ProcessorArchitecture)=x64 ?> <?define Property_ProductCode = "EF31CAFE-DE7F-42C8-9B4F-8034D87D3C61" ?> <?else ?> <?define Property_ProductCode = "0A40747E-717B-4426-8E15-81E6A65E37C3" ?> <?endif ?> "%WIX_BUILD_LOCATION%\candle.exe" setup.wxs -dProcessorArchitecture=%PROCARCH% -out "setup_%PROCARCH%.wixobj" I want set one varible and I want to build in SharpDevelop. How Can I add the same for my Wix project in SharpDevelop Tool??? -- View this message in context: http://www.nabble.com/Command-Line-Parameter-tp15154095p15154095.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users