Specify output executable name for burn bootstrapper
Asked Answered
P

2

5

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.

Pairs answered 27/1, 2014 at 17:40 Comment(0)
P
4

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

Pairs answered 27/1, 2014 at 18:53 Comment(0)
W
10

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

Westwardly answered 28/1, 2014 at 4:3 Comment(3)
Well this does not work for me. VS2012 does not show anything in the context menu for Bootstrapper, it does for a normal Wix setup project...Pairs
I'm fairly surprised to know that you can't find it. I've updated my answer with a screen shot. That might help.Westwardly
I reinstalled my Visual Studio and now it works as shown in the above screenshot. Thanks..Pairs
P
4

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

Pairs answered 27/1, 2014 at 18:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.