Re: [WiX-users] WiX Team Build Across Multiple Solutions

2010-01-06 Thread Castro, Edwin G. (Hillsboro)
If you have multiple solutions already then perhaps you just need one more 
solution of the wix project(s). You would naturally want that solution to be 
the last solution you build. All your dependencies are build output from the 
other solutions so you may need to have relative paths to the build output for 
your content.

I can't provide more specific advice without more specific details about your 
build process. Something to consider might be to create one or more binary 
wixlibs in each of your existing solutions. Then you can create a solution with 
a project for the install package which depends only on the wixlibs and a 
smaller set of resources that don't fit the model. You'd still need the 
installer solution to go last, of course.

Edwin G. Castro
Software Developer - Staff
Electronic Banking Services
Fiserv
Office: 503-746-0643
Fax: 503-617-0291
www.fiserv.com
Please consider the environment before printing this e-mail

 -Original Message-
 From: Cameron Kerber [mailto:kerbs...@hotmail.com]
 Sent: Wednesday, January 06, 2010 12:53 PM
 To: wix-users@lists.sourceforge.net
 Subject: [WiX-users] WiX Team Build Across Multiple Solutions
 
 
 Hi,
 
 
 
 I am new to WiX and am having trouble getting started with integrating
 it into our tfs team build process.  I read the directions on
 http://wix.sourceforge.net/manual-wix3/msbuild.htm regarding this but
 this sounds like for 1 solution.  I was going to use WiX to create an
 install package that incorprates elements from multiple solutions,
 database solutions, old vb compiled code, and just stand alone files
 checked into source control.  I don't understand how I am supposed to
 integrate this into visual studio becuase these instructions seem to
 say, add the wix project to your solution (and do a few other things
 and it will be picked up automatically my team build), BUT i have many
 different solutions.  So what is the best way to go about doing this
 install?
 
 
 
 Thanks,
 
 
 
 Cameron
 
 _
 Hotmail: Free, trusted and rich email service.
 http://clk.atdmt.com/GBL/go/196390708/direct/01/
 ---
 ---
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and
 easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 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 Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX Team Build

2008-10-14 Thread Alex Ivanoff
How do I pass preprocessor variables to WiX using MSBuild task? I tried
this

MSBuild Projects=Installer.wixproj
 Properties=DefineConstants=%22Name1=Value1%3bName2=Value2%22
/


But it did not work. Any ideas?


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=100url=/
 ___
 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=100url=/
___
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=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WiX Team Build

2008-10-13 Thread Alex Ivanoff
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=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX Team Build

2008-10-13 Thread Christopher Karper
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=100url=/
 ___
 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=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX Team Build

2008-10-13 Thread Alex Ivanoff
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=100url=/
 ___
 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=100url=/
___
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=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users