Pergunta

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.

Foi útil?

Solução 2

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

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top