Re: [WiX-users] Conditionally uninstall packages.

2013-04-15 Thread Marco Tognacci
(RequestState = Absent or Present) for the package. > From: sarvesh.chinna...@audatex.com > To: wix-users@lists.sourceforge.net > Date: Mon, 15 Apr 2013 20:45:35 + > Subject: [WiX-users] Conditionally uninstall packages. > > Hi, > > I have custom bootstrapper wh

[WiX-users] Conditionally uninstall packages.

2013-04-15 Thread Chinnappa, Sarvesh [Audatex - Americas]
Hi, I have custom bootstrapper where I need to be able to control which MSI packages in the chain are uninstalled via the UI. It doesn't see like there is a UninstallCondition like InstallCondition. How would I go about controlling the behavior? Thanks, Sarvesh --