I have two SKUs of my product. Both are using Burn as a bootstrapper. I have authored the MSIs in such a way that the Pro version will upgrade and replace the Lite version. But once I've wrapped them in burn, the Pro version upgrades the MSI correctly but the Lite install entry remains in the ARP list. They are both the same version number and I've set:
<RelatedBundle Id="LITE_UPGRADE_CODE" Action="Upgrade"/>
In the Pro bundle.
Is there some way to remove the Lite entry?