I am creating MSI installer using Wix for wpf applications.I am creating 2 projects one is Wix set up project and another is a Bootstrapper. There is a file named product.wxs in Setup project and Bundle.wxs in Bootstrapper project.I am creating shortcut in product.wxs file as shown in below code. I have reference of set up project in Bootstrapper. I can see this short cut in start menu. When I run this shortcut, it removes application from c:\ where it was installed previously.But it still shows the entry in Control panel(Add or Remove programs).This case happens when I use Exe created by Bootstrapper project.But When I use installer created by Set Up project, it works well.The entry from control panel is also gets removed. I am not able to figure out what is happening with bootstrapper project. This is my code for Product.wxs from SetUp project:I am creating MSI installer using Wix for wpf a