E�ޭ��z�w�~D�nE�M4�/8��A�;�_<ӝ5�к�,��{)����yhq�A���]��4Ӏ�㾵���|�Nt�_B��3����*�r���ƥ�5�P��@@�v��...@�
 
��Ja��7�Mv�^�N����:Ӿ���9�]}�5�*'�����'���_6�QA�0t델�A�N��0���^�מz�>HX�
 �\��\��$~��r�����]��4Ӏ�㾵���|�Nt�_B�s����*�r���ƥ�ͻP}:�n9�uӽ�
��~4ׯ5�]B<�/W(��!y��眢`w�~D�nE�M4�/8��A�;�_<ӝ5�н�|��{)����yhq�u�n�CN�ێA�t�n�1xߍ5��y]����0��+��^rG�y�(�_6�QA�0t델�A�N��0���^�בuߞHX�
 �\��\��$~��r�����]��4Ӏ�㾵���|�Nt�_B�>�����*�r���ƥ�ͻP}:�n9�uӽ�
��~4ׯ5�]x2<�/W(��!y��眢`w�~D�nE�M4�/8��A�;�_<ӝ5�Ѐ���{)����yhq�A���]��4Ӏ�㾵���|�nt�...@�����*�r���ƥ�ͻp}
:�n9�uӽ���~4ׯ5�μ��<�/W(��!y��眢`w�~D�nE�M4�/8��A�;�_<ӝ5�Ё
��{)����yhq�u�n�CN�ێA�t�n�1xߍ5��z����0��+��^rG�y�(�Z蘫������ʺ�Iz{��a��)����w(�:zw�jWb�ˬ�*'~�֊wh��'�֥���0�h�[���ǫ�X���(��~��zw�grin
 :) I was having the same problem with density.  Glad we can find understanding.

I had to reverse the order of the DefineConstants with Condition otherwise, 
when DefineConstants is empty, we end up with duplicates of 
DefineDefaultConstants. Here is my new set of properties

<PropertyGroup>
    <!-- other properties -->    
    <BGBuildVersion Condition=" '$(BGBuildVersion)' == '' 
">5.3.3333</BGBuildVersion>
    
<DefaultDefineConstants>BGProductVersion=$(BGBuildVersion)</DefaultDefineConstants>
    <DefineConstants Condition=" '$(DefineConstants)' != '' 
">$(DefineConstants);$(DefaultDefineConstants)</DefineConstants>
    <DefineConstants Condition=" '$(DefineConstants)' == '' 
">$(DefaultDefineConstants)</DefineConstants>
</PropertyGroup>

This works fine in the IDE.

It still does not work for me via tfsbuild.proj.  All I see on the command line 
to candle is "-dBG_STANDARD".  If I remove DefineConstants from tfsbuild.proj 
then I see "-dDebug -dBGProductVersion=5.3.3333".

Also we have gotten a bit sidetracked here.  I have already figured out how to 
pass BGProductName by using local wxi files.  I kept on with the BGProductName 
because it appears that I have two problems, 1) combining command line 
parameters from tfsbuild.proj and wixproj, 2) passing a version number 
generated in tfsbuild.proj into a wixproj.

The real problem is how to pass the build version into the wixproj.  I want to 
use a Version generated in tfsbuild.proj as the ProductVersion for my 
installation.  But, I am at a loss how to do this if tfsbuild will not let me 
pass "name=value".  Should we work on one problem then the other or go at them 
both at one time?


Kurt Jensen
Senior Software Engineer
Ophir-Spiricon

P.S.  I removed the previous posts because it keeps saying " Is being held 
until the list moderator can review it for approval" because "Message has 
implicit destination".  But the moderator is not responding.  I really hope 
this goes through...

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.clearswift.com
**********************************************************************


------------------------------------------------------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to