I have a custom Bootstrapper, I am trying to upgrade my Bundle by just change the Version( all the MSI's version remain the same, which is not an Ideal scenario). Both the Bundles have same Upgrade code( which they should have).
Once the Upgrade is done, the old bundle is quietly uninstallation since it will be called with the argument /quit after installing the new one, but once the Un-install of the Old Bundle is completed, the process still remains and doesn't kill itself. Because of it my current state of the Custom Bootstrapper doesn't change.
Question: Can anyone please let me know what can be done here, in order to kill the old bundle process, so that the current bundle moves forward with it upgrade without getting stuck?