Re: [WiX-users] Burn and uninstall condition for optional product

2013-09-13 Thread roberthyang
Sorry, I must be having an RTFM day :) This seemed to work : NOT (B_Installed AND WixBundleAction=3) This way the bundle only uninstalls if B has already been uninstalled. Hope this helps. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-an

Re: [WiX-users] Burn and uninstall condition for optional product

2013-09-13 Thread roberthyang
I'll try narrowing the scope of my question a bit. Suppose I have the following code in my bundle.wxs : B_Installed What should I add to the to make it effective only on uninstallation ? Is this possible ? Thanks ! -Rob Y

[WiX-users] Burn and uninstall condition for optional product

2013-09-12 Thread robert_yang
Hi all - I just changed one of our installers from the old VS2010 bootstrapper to the burn 3.7 and am generally liking it. I do have a question about the best way to approach one scenario though. The main product, let's call it "Q", can have another optional product installed, say "B". Ideall