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

2010-07-08 Thread Coates, Anthony
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 in Visual Studio (VS2008 & wix 3) to create > MSIs as part of an automated build process run by TFS. We now wish to >

[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

Re: [WiX-users] GAC source assemblies

2009-07-16 Thread Coates, Anthony
f you install them you will have to service them IE provide security updates / patches for them. If the component manafacturer has an installer then you should really use that. Dave W. -Original Message- From: Coates, Anthony [mailto:anthony.coa...@northgate-is.com] Sent: 15 July 2009

[WiX-users] GAC source assemblies

2009-07-15 Thread Coates, Anthony
Hi I'm creating a WIX 3 project in VS2008 which needs to include assemblies that are located in the GAC (3rd party libraries that come with their own installer that puts them in the GAC). Is it possible for WIX to source them from the GAC to include them in the msi it creates? Thanks Antho