On 3/24/2010 2:03 PM, Inbar, Ron wrote:
> The Server and Client configurations are distinguishable by the definition of 
> a preprocessor variable named "Server" through the Build tab in the project 
> property sheet.
> My nightly build generates all four MSIs using MSBuild.  Recently I noticed 
> that the Debug and Release MSIs are exactly the same.  I.e. stuff that I 
> tried to exclude using<?ifndef Debug?>  was in fact included in the Debug 
> packages.  However,<?ifdef Server?>  directives behave as expected, i.e. the 
> Server and Client MSIs differ in all the required aspects.
>    

Wix.targets doesn't automatically define that symbol as a preprocessor 
variable; however, it does define the Configuration variable.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to