Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Specify output executable name for burn bootstrapper

Tags:

wix

burn

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.

like image 993
Enrico Avatar asked Jan 27 '14 17:01

Enrico


2 Answers

Well, you can also do it from within VS 2012:

In Solution Explorer, right click on your Bootstrapper Project and from Context menu, click on Properties: This should open the Properties page for your Project. You can change the output file name (and output type as well) of your Bootstrapper project

Update: Here is the screenshot of dialog: enter image description here

Regards

like image 159
Farrukh Waheed Avatar answered Oct 17 '22 09:10

Farrukh Waheed


I found the answer myself. In Visual studio unload the project and change the OutputName element in the xml.

like image 38
Enrico Avatar answered Oct 17 '22 11:10

Enrico