wix - Partially uninstalling a bundle of applications with Burn -
i'm working on burn bootstrapper application purpose of install/uninstall 2 msi packages. let's call bootstrapper "mybootstrapper.exe" , let's call msi files "number1.msi" , "number2.msi". there no dependencies between number1.msi , number2.msi; can install 1 without other.
when running mybootstrapper.exe in install mode i've figured out how install number1.msi without installing number2.msi, , vice versa. i'm using installcondition property of msipackage element so.
however, have not been able implement following 'partial uninstall' scenario: "given number1.msi , number2.msi both installed, can uninstall number1.msi, still keep number2.msi." when uninstall 1 of them using mybootstrapper.exe, other 1 gets uninstalled. i've experiemented bit aforementioned installcondition property accomplish partial uninstall, no success.
do have suggestions how this?
Comments
Post a Comment