Re: [WiX-users] Conditionally Installing Update MSI's in Burn

2012-10-19 Thread Peter Shirtcliffe
Have a look at util:ProductSearch too. -Original Message- From: andy smith [mailto:andysmi...@gmail.com] Sent: 18 October 2012 16:37 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Conditionally Installing Update MSI's in Burn I have a burn installer, whereby the ori

Re: [WiX-users] Conditionally Installing Update MSI's in Burn

2012-10-19 Thread Spud
Hi Jacob, I couldn't understand your " Thanks.. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Conditionally-Installing-Update-MSI-s-in-Burn-tp7581445p7581472.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Conditionally Installing Update MSI's in Burn

2012-10-18 Thread Hoover, Jacob
users] Conditionally Installing Update MSI's in Burn I have a burn installer, whereby the original installer can effectively select which items to install via checkBoxes, which relate to individual msi's. These are working via InstallConditions, checking the fact that the checkbox has been checked

[WiX-users] Conditionally Installing Update MSI's in Burn

2012-10-18 Thread andy smith
I have a burn installer, whereby the original installer can effectively select which items to install via checkBoxes, which relate to individual msi's. These are working via InstallConditions, checking the fact that the checkbox has been checked, and that they are not installed. So far so good and