I have created an msi installer using the WiX setup project, and I also have a Bootstrapper project where I have all the other pre requisites for the installation of the msi installer. When I install the installer, my control panel shows two entries of the same. How do I fix this?
Turns out the "visible" attribute for my MsiPackage element was set to yes instead of no, which is why I had tow entries in my control panel.