Hi,

My project has four configurations: "Server Debug," "Server Release," "Client 
Debug" and "Client Release."
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.
When I build the MSIs in Visual Studio, everything works as expected.

Is this related in any way to this warning?

  [msbuild] 
N:\ilq00314_galilee_work_d\CT_SW_Tools\wix\3.0.5419.0\msbuild\Wix.targets : 
warning : Solution properties are only available during IDE builds or when 
building the solution file from the command line. To turn off this warning set 
<DefineSolutionProperties>false</DefineSolutionProperties> in your .wixproj 
file.

Thanks,

Ron

________________________________
The information contained in this message may be confidential and legally 
protected under applicable law. The message is intended solely for the 
addressee(s). If you are not the intended recipient, you are hereby notified 
that any use, forwarding, dissemination, or reproduction of this message is 
strictly prohibited and may be unlawful. If you are not the intended recipient, 
please contact the sender by return e-mail and destroy all copies of the 
original message.
------------------------------------------------------------------------------
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