Search code examples
wix

Why does my WiX installer show two entries in Control Panel


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?


Solution

  • 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.