wix - Custom Bootstrapper created using wix3.6 is not unistalling the msi -
i'm installing msi package (my.msi) custom managed bootstrapper created using wix3.6 burn, bootstrapper first installs few prerequisite packages , installs my.msi.
the installation working , there issue uninstallation. on uninstallation bootstrapper closes without uninstalling anything, on checking logs bootstrapper logging plan as:
[1c10:2d80][2013-05-14t16:22:26]i201: planned package: my, state: present, default requested: absent, ba requested: absent, execute: uninstall, rollback: install, cache: no, uncache: yes, dependency: unregister
i'm calling bootstrapper.engine.plan(launchaction.uninstall) in managed code uninstalling application.
im not seeing other relevant information in log file.
does 1 have suggestions? thanks.
i've found solution link
i've specified exitcode behavior=”schedulereboot” 1 of pre-requiiste packages.
Comments
Post a Comment