Im using WiX to install my .msi, I´m generating a WiX Bundle using the Bundle Element. I try to not show the Bundle on \"Add/Remove programs\" so i set the properties of the
To expand on Tom's answer, if you remove the Disables from your Bundle tag
You can modify your MsiPackage tag to hide the MSI from Add/Remove Programs
This will leave just one entry in Add/Remove Programs. Your Bundle will now handle the UI of the install and uninstall, and will correctly allow other versions of the bundle to be installed.