[WiX-users] Upgrading multiple versions of a product

2008-10-28 Thread Alex Schearer
Hi again, I'm running into trouble when I'm trying to install/remove/install a patch which applies to multiple versions of a product. Here's a snippet from the WXS for the patch in question: (Imagine I'm upgrading product Foo to version C. Version A and B exist in the wild.)

Re: [WiX-users] Updating multiple versions of a product

2008-10-27 Thread Alex Schearer
Bump, can anyone lend a hand? -Original Message- From: Alex Schearer [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008 2:34 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Updating multiple versions of a product Is this the correct way to apply a patch to multiple

[WiX-users] Updating multiple versions of a product

2008-10-27 Thread Alex Schearer
Is this the correct way to apply a patch to multiple versions of a product? Let's say that I want to update versions A, B, and C of a product Foo: Or, is it possible to simply have one target image, say targeting versio

[WiX-users] Multiple products, multiple families?

2008-10-24 Thread Alex Schearer
If I want to update multiple products in a single MSP do I have to create multiple families, one for each product? Alex - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux ba

[WiX-users] updating multiple products

2008-10-21 Thread Alex Schearer
Hi, I'm trying to create a patch for two products, let's say Foo and Bar. I wanted to know how I should go about creating a patch for them? I have a .wxs file which I'm using as a template. It has a single UpgradeImage tag which picks out the upgrade and target MSI's. Should I simply add a seco