i am working on a Wix Bootstrapper installer with the Managed Application UI that i am developing in .NET.
The problem is that i cant find anywhere what should be the functionality of 'Upgrading the Bootstrapper' from Program and features. I have changed the Version of bundle from 1.0.0.0 to 1.1.0.0 but it still creates a separate entry in the Program and Features instead of Upgrading the old installed version.
So, what i guess is that there is some missing functionality that i need to provide in the Run() function so the installer knows what to do when it find a previous version installed.
Anyone who can help in this? i ll be grateful.
Thanks