Re: [WiX-users] bundle - do not downgrade MSI

2013-04-04 Thread Wesley Manning
Re: [WiX-users] bundle - do not downgrade MSI In the MajorUpgrade use the downgrade element: -Original Message- From: Wesley Manning [mailto:wmann...@dynagen.ca] Sent: April-04-13 2:13 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] bundle - do not do

Re: [WiX-users] bundle - do not downgrade MSI

2013-04-04 Thread Rob Mensching
ril 4, 2013 14:13 > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] bundle - do not downgrade MSI > > Hi, > > If I have two bundles B1 and B2. > B1 installs MSI A v1.0 and MSI B v1.0. > B2 installs MSI A v2.0 and MSI C v1.0. > > Currently

Re: [WiX-users] bundle - do not downgrade MSI

2013-04-04 Thread Wesley Manning
pril 4, 2013 14:13 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] bundle - do not downgrade MSI Hi, If I have two bundles B1 and B2. B1 installs MSI A v1.0 and MSI B v1.0. B2 installs MSI A v2.0 and MSI C v1.0. Currently if I install B1 after B2, B1 will downgra

Re: [WiX-users] bundle - do not downgrade MSI

2013-04-04 Thread Steven Ogilvie
In the MajorUpgrade use the downgrade element: -Original Message- From: Wesley Manning [mailto:wmann...@dynagen.ca] Sent: April-04-13 2:13 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] bundle - do not downgrade MSI Hi, If I have two bundles B1 and

Re: [WiX-users] bundle - do not downgrade MSI

2013-04-04 Thread Alain Forget
ndows Installer XML toolset. Subject: [WiX-users] bundle - do not downgrade MSI Hi, If I have two bundles B1 and B2. B1 installs MSI A v1.0 and MSI B v1.0. B2 installs MSI A v2.0 and MSI C v1.0. Currently if I install B1 after B2, B1 will downgrade MSI A to version 1.0. How can I prevent this?

[WiX-users] bundle - do not downgrade MSI

2013-04-04 Thread Wesley Manning
Hi, If I have two bundles B1 and B2. B1 installs MSI A v1.0 and MSI B v1.0. B2 installs MSI A v2.0 and MSI C v1.0. Currently if I install B1 after B2, B1 will downgrade MSI A to version 1.0. How can I prevent this? It seems like the MSI itself cannot control this (I have major upgrade element