Specify output executable name for burn bootstrapper
burn, wix
Solution
I found the answer myself. In Visual studio unload the project and change the OutputName element in the xml.
Problem
In VS2012 I created a WIX Bootstrapper project (BURN). I named the project "Bootstrapper". Now the bootstrapper works fine, but I would like to change the name of the generated file (bootstrapper.exe) in something different. I am unable to find where this outputfile name is set.