Re: [WiX-users] Creating a patch with the Visual Studio plugin

2010-07-09 Thread Rob Mensching
si, I wondered if there was a way of > using this to create a patch. Alternatively, is there a better model I > could follow than that from the helpfile? > > Thanks > Anthony > > > > -----Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent:

Re: [WiX-users] Creating a patch with the Visual Studio plugin

2010-07-08 Thread Coates, Anthony
com] Sent: 08 July 2010 15:35 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating a patch with the Visual Studio plugin Unfortunately, we don't have MSBuild Tasks for the patching system, yet. Of course, all the tools will work fine in MSBuild... just

Re: [WiX-users] Creating a patch with the Visual Studio plugin

2010-07-08 Thread Rob Mensching
Unfortunately, we don't have MSBuild Tasks for the patching system, yet. Of course, all the tools will work fine in MSBuild... just need to do a bit more work yourself right now. On Thu, Jul 8, 2010 at 4:34 AM, Coates, Anthony < anthony.coa...@northgate-is.com> wrote: > We are using Wix projects

[WiX-users] Creating a patch with the Visual Studio plugin

2010-07-08 Thread Coates, Anthony
We are using Wix projects in Visual Studio (VS2008 & wix 3) to create MSIs as part of an automated build process run by TFS. We now wish to create a patch of the original msi. Is this possible either directly through the VS plugin or by using the command line tools, as we use VS project references