Re: [WiX-users] Candle - Passing Parameters at compile time

2013-04-12 Thread Marc Beaudry
bject: [WiX-users] Candle - Passing Parameters at compile time Hello, I have a VS 2012 WIX project that works as expected in VS2012, it uses $(var.Platform) to determine where the source binaries are located. How can I compile this project outside of VS? I get this error: error CNDL0150 : Undefi

[WiX-users] Candle - Passing Parameters at compile time

2013-04-12 Thread Marc Beaudry
Hello, I have a VS 2012 WIX project that works as expected in VS2012, it uses $(var.Platform) to determine where the source binaries are located. How can I compile this project outside of VS? I get this error: error CNDL0150 : Undefined preprocessor variable '$(var.Platform)' Knowing that Platf