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

http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/how-to-uninstall-burn-bundle-td7579345.html

i've specified exitcode behavior=”schedulereboot” 1 of pre-requiiste packages.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -