I have created a BootStrapper application (BA) that has some required setups to run and an MSI to run that we create. The BA has the bundle shown below:
<Bundle Name="FOO Installer" Version="1.0.0.0" Manufacturer="FOO International" UpgradeCode="33AAE528-A1F0-45DD-AAF5-A83B4B749F10">
When the BA is run multiple times on the same machine the name "FOO Installer" appears once, in Programs and Features, for each time the BA is run. I want to be able to run newer versions of our BA and install over the top of any current installation, but I want the installer to be listed only once in Programs and Features. What can I do to get this result?