Re: [WiX-users] Passing Preprocessor variables when using msbuild

2009-08-20 Thread Blair
r XML toolset. Subject: Re: [WiX-users] Passing Preprocessor variables when using msbuild Hi Blair, Thanks for replying. I have declared them the way you have mentioned. But it still doesn't get those values passed. Don't know why? Thanks. On Thu, Aug 20, 2009 at 3:20 PM, Blair wrote: > T

Re: [WiX-users] Passing Preprocessor variables when using msbuild

2009-08-20 Thread Sam K
e...@gmail.com] > Sent: Thursday, August 20, 2009 11:55 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Passing Preprocessor variables when using msbuild > > Can anybody please tell me how to pass the preprocessor

Re: [WiX-users] Passing Preprocessor variables when using msbuild

2009-08-20 Thread Blair
: Sam K [mailto:sam.re...@gmail.com] Sent: Thursday, August 20, 2009 11:55 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Passing Preprocessor variables when using msbuild Can anybody please tell me how to pass the preprocessor variables in msbuild? I have an

[WiX-users] Passing Preprocessor variables when using msbuild

2009-08-20 Thread Sam K
Can anybody please tell me how to pass the preprocessor variables in msbuild? I have an include file which has things like and I use these in my actual wix files. I am using msbuild target and I wanted to know how I can pass these variables? I do this but for some reason I can't get