If the installer is built by "Microsoft Visual Studio Installer Projects", no matter I run the Setup.exe or Setup.msi to install my program, the "Add/Remove programs" in control panel will add only one item to manage my program.
But if the installer is built by Wix and the Setup.exe is built by "Bootstrapper.Bundle", when I run the Setup.exe to install my program, the "Add/Remove programs" in control panel will add two items. One is associate with the "Bootstrapper.Bundle". Another one is associate with the "MsiPackage" in the Bundle.
Is possible to let the Setup.exe which is built by Wix only add one item to the "control panel Add/Remove programs" the same as it built by "Microsoft Visual Studio Installer Projects"?