background:  

 

My solution can be built three ways in order to create three editions of
the product.  This is accomplished by specifying one of three command
line parameters during the compile of one of our components.  All other
components query this one in order to find out which edition we are.

 

In addition I have created three wixproj in order to build the
installation for each of these editions.  One project contains most of
the wxs components.  The other projects share these wxs files by adding
them to the project as links.  In order to differentiate the editions I
define a project variable, BGProductName, in a file called BGInclude.wxi
- one for each wixproj.  

The wxi is then included in some of the shared wxs in order to create
directories, shortcuts, etc.  This works fine when building from the
IDE.  In other words, the project specific wxi is included when each of
the wixproj is built in the IDE.

 

problem:  

 

Under TFSBuild the BGInclude.wxi residing in the same folder as the wxs
files is being included for every wixproj.  It should be including the
wxi from the folder where the project resides.  I probably need to
investigate a lot more, but maybe someone has a quick insight into how
this could 'fixed'.

 

 

Kurt Jensen

Senior Software Engineer

Ophir-Spiricon

Ph: 435-755-5429

Cell: 435-764-2122

www.ophir-spiricon.com <http://www.ophir-spiricon.com/> 

kurt.jen...@ophir-spiricon.com
<mailto:kenneth.fer...@ophir-spiricon.com> 

 

The True Measure of Laser Performance(tm)

 


**********************************************************************
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