Re: [WiX-users] Problem during upgrade

2009-01-20 Thread Colin Fox
ade. > Often times the UpgradeCode in the new package is also set to the same > value. It basically describes a family of products. > > > -Original Message- > From: Colin Fox [mailto:greenene...@gmail.com] > Sent: Tuesday, January 20, 2009 5:06 PM > To: wix-users &

Re: [WiX-users] Problem during upgrade

2009-01-20 Thread Ian Elliott (Excell Data Corporation)
- From: Colin Fox [mailto:greenene...@gmail.com] Sent: Tuesday, January 20, 2009 5:06 PM To: wix-users Subject: [WiX-users] Problem during upgrade Ok, I have two products being installed, each with their own .msi package. Each product is versioned, and is updated via a major update, which

[WiX-users] Problem during upgrade

2009-01-20 Thread Colin Fox
Ok, I have two products being installed, each with their own .msi package. Each product is versioned, and is updated via a major update, which means removal of old and install of new. I got this working perfectly on one of my projects, and copied the xml elements to my other .wxs file. Unfortuna