Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Neil Enns
PROTECTED] Sent: Monday, July 07, 2008 9:18 PM To: [EMAIL PROTECTED]; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Integration of WiX v3 on team build server Hi, Thanks for a nice discussion, but last mails are missed a point of the problem. I will try explain h

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Dmitry Berkovich
product line is broken down into chunks of assets and a >> series of sometimes dozens of builds is needed to compose a product. Using >> BuildForge and ESX, they use a farm of virtual machines with the ability to >> create complex chains of builds that get randomly assigned to

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Christopher Karper
d to keep up the tempo. > > > > > > Christopher Painter, Author of Deployment Engineering Blog > > Have a hot tip, know a secret or read a really good thread that deserves > attention? E-Mail Me > > > > > > --- On Mon, 7/7/08, Christopher Karper <[

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Dmitry Berkovich
serves > attention? E-Mail Me > > > --- On Mon, 7/7/08, Christopher Karper <[EMAIL PROTECTED]> wrote: > >> From: Christopher Karper <[EMAIL PROTECTED]> >> Subject: Re: [WiX-users] Integration of WiX v3 on team build server >> To: "General discussi

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Christopher Painter
or read a really good thread that deserves attention? E-Mail Me --- On Mon, 7/7/08, Christopher Karper <[EMAIL PROTECTED]> wrote: > From: Christopher Karper <[EMAIL PROTECTED]> > Subject: Re: [WiX-users] Integration of WiX v3 on team build server > To: "General

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Christopher Karper
; Neil > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of John > Nannenga > Sent: 07 July 2008 21:33 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Integration of WiX v3 on team build server > &

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Neil Sleightholm
eral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Integration of WiX v3 on team build server How would you expect the build server to be able to use the WiX tools without them being installed? I mean, strictly speaking you don't need to install them, just make them

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Christopher Karper
(bug fixes, feature enhancements, etc...) it >> can do so without wondering what side effects might be introduced to the >> other projects should they all have moved to the later version of WiX. >> > >> > Etc... >> > >> > >> > >> >

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Justin Rockwood
in -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Berkovich Sent: Monday, July 07, 2008 1:41 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Integration of WiX v3 on team build server Jonh, This is a reason that I

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Christopher Karper
the later version of WiX. > > > > Etc... > > > > > > > > > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Christopher Karper > > Sent: Monday, July 07, 2008 3:25 PM > > To: Gener

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Dmitry Berkovich
riginal Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher > Karper > Sent: Monday, July 07, 2008 3:25 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Integration of WiX v3 on team build server > > H

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Christopher Painter
AIL PROTECTED]> wrote: > From: Christopher Karper <[EMAIL PROTECTED]> > Subject: Re: [WiX-users] Integration of WiX v3 on team build server > To: "General discussion for Windows Installer XML toolset." > > Date: Monday, July 7, 2008, 3:25 PM > How would you e

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread John Nannenga
ussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Integration of WiX v3 on team build server How would you expect the build server to be able to use the WiX tools without them being installed? I mean, strictly speaking you don't need to install them, just make them available.

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Dmitry Berkovich
I can add wix.targets, light.exe, etc to source control, so build server will take all this files with my sources, I will pass all required parameters to wix.targets file, so I will able to compile & link wix project without installing WiX on build machine. Dima On Mon, Jul 7, 2008 at 11:25 PM,

Re: [WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Christopher Karper
How would you expect the build server to be able to use the WiX tools without them being installed? I mean, strictly speaking you don't need to install them, just make them available. But what would be the benefit? Chris On Mon, Jul 7, 2008 at 4:01 PM, Dmitry Berkovich <[EMAIL PROTECTED]> wrote

[WiX-users] Integration of WiX v3 on team build server

2008-07-07 Thread Dmitry Berkovich
Hi, I want compile WiX projects on team build server, but I don't want install WiX on build server, so I am planning add all needed files to source control. I have some problem when I am compile wixproj file. wixproj file contains those 2 lines: $(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix