> ·         What changes should I make in TFSBuild.proj files?
The WiX solution is integrated like other solution into TFSBuild.

Add the the needed SolutionToBuild + configurationToBuild. E.g that
should be something like following:

 <ItemGroup>
   <SolutionToBuild Include="SetupProject1.sln"/>
   <ConfigurationToBuild Include="Release|x86">
     <FlavorToBuild>Release</FlavorToBuild>
     <PlatformToBuild>x86</PlatformToBuild>
   </ConfigurationToBuild>
 </ItemGroup>



> ·         What changes should I make in Client Installer.wixproj file?
No changes needed if you install WiX on Build machine.
If you check in sources into TFS see
http://wix.sourceforge.net/manual-wix3/daily_builds.htm


Regards,
Tobias


PS: please communicate directly with the mailing list as topics like
Re: WiX-users Digest, Vol 63, Issue 59 start a new Topic instead of
continuation an existing one.

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to