Our case is not  as easy. We have a couple of different
configuration/platform builds and installer contains files from multiple
configuration/platforms so it has to run in AfterCompile.


-----Original Message-----
From: Christopher Karper [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 14, 2008 00:22
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] WiX Team Build

I made installer projects using Votive, then just build those as part of
my
solution build.  Simple and easy.

Chris

On Tue, Oct 14, 2008 at 12:41 AM, Alex Ivanoff
<[EMAIL PROTECTED]>wrote:

> I wander if anyone can share their experience with building WiX
projects
> with Team Build. What targets to use, what tasks. I am thinking about
> building our install packages in AfterCompile target using MSBuild
task:
>
> <Target Name="AfterCompile">
>  <MSBuild Projects="Installer.wixproj"
>
Properties="Configuration=$(Configuration);Platform=$(Platform);OutputPa
> th=$(BinariesRoot)" />
> </Target>
>
>
------------------------------------------------------------------------
-
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to