Re: [WiX-users] Building a patch in Visual Studio

2007-11-07 Thread Peter Marcu
, Michael; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Building a patch in Visual Studio Not possible using the Setup Deployment project. You can however build patches out of the MSI's it produces using wix v3's admin image patching features. Generate an admin image of your baseline and upgr

Re: [WiX-users] Building a patch in Visual Studio

2007-11-07 Thread Richard
In article <[EMAIL PROTECTED]>, "Wilson, Phil" <[EMAIL PROTECTED]> writes: > Does WiX (well MsiFiler) populate these tables later? I doubt WiX populates the tables unless it is the one building the MSI. You can populate them afterwards with tools such as MsiFiler from the MSI SDK, but thi

Re: [WiX-users] Building a patch in Visual Studio

2007-11-07 Thread Wilson, Phil
bject: Re: [WiX-users] Building a patch in Visual Studio Not possible using the Setup Deployment project. You can however build patches out of the MSI's it produces using wix v3's admin image patching features. Generate an admin image of your baseline and upgrade msi's. Call torch

Re: [WiX-users] Building a patch in Visual Studio

2007-11-06 Thread Peter Marcu
Not possible using the Setup Deployment project. You can however build patches out of the MSI's it produces using wix v3's admin image patching features. Generate an admin image of your baseline and upgrade msi's. Call torch with -ax and the msi's in the admin layouts. Then follow the wix patch