Re: [WiX-users] Wix and MSBuild

2008-07-20 Thread Gavin Bee
tudio. Hope that helps, Gavin :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Murray Hipper Sent: Thursday, July 17, 2008 11:47 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Wix and MSBuild Hi Adam, My build scenario is even more diff

Re: [WiX-users] Wix and MSBuild

2008-07-17 Thread Neil Enns
That sounds perfectly reasonable! Neil -Original Message- From: Adam Connelly <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2008 8:41 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix and MSBuild Thanks a lot for the replies. I

Re: [WiX-users] Wix and MSBuild

2008-07-17 Thread Murray Hipper
I have things more under control and less 'hacky' I'd be happy to explain more how we did things. Best of luck, Murray Date: Thu, 17 Jul 2008 14:29:39 +0100 From: Adam Connelly <[EMAIL PROTECTED]> Subject: Re: [WiX-users] Wix and MSBuild To: General discussion for Wind

Re: [WiX-users] Wix and MSBuild

2008-07-17 Thread Adam Connelly
PROTECTED] On Behalf Of Neil Enns Sent: 17 July 2008 15:14 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix and MSBuild Adam, WiX ships with complete MSBuild support through a set of tasks and targets, there's no need to try and hand-edit things. Do

Re: [WiX-users] Wix and MSBuild

2008-07-17 Thread Neil Enns
ML toolset. Subject: Re: [WiX-users] Wix and MSBuild I actually sorted the problem (a typo :(). I would still be interested to find out how others structure their projects. Adam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam Connelly Sent: 17 July 200

Re: [WiX-users] Wix and MSBuild

2008-07-17 Thread Christopher Karper
I would still be interested to > find out how others structure their projects. > > Adam > > -Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Adam Connelly > Sent: 17 July 2008 11:19 > To: wix-users@lists.sourceforge.net >

Re: [WiX-users] Wix and MSBuild

2008-07-17 Thread Adam Connelly
Subject: [WiX-users] Wix and MSBuild Hi, I currently trying to add a task into my MSBuild file that will create the various MSI files needed for the project. I've got the following file structure: Root/ Build.xml Code/ Deploy/ ProjA ProjB Installs/ ProjA.wxs Sor

[WiX-users] Wix and MSBuild

2008-07-17 Thread Adam Connelly
Hi, I currently trying to add a task into my MSBuild file that will create the various MSI files needed for the project. I've got the following file structure: Root/ Build.xml Code/ Deploy/ ProjA ProjB Installs/ ProjA.wxs Sorry if that's not amazingly clear. Basical