Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to rename setup file in ClickOnce?

How can I rename a setup file in ClickOnce, from setup.exe to myapp.exe?

like image 248
Mediator Avatar asked Oct 17 '10 10:10

Mediator


People also ask

How do I rename setup EXE in Installshield?

Expand your Project, In Project expand Prepare for Releases, you will see an option Releases, Double click above option, new window will opened, in left pane click on Express, In right pane under General tab you will see Setup File Name, change this and you are done.


1 Answers

Not sure about the setup.exe BUT in case anyone needs to alter the XXX.application file name, the instructions are as follows

  1. Go to the project properties and select the Application Tab; Alter the Assembly Name property to the value you want the .application filename to be.

    Application Properties

    click once .application name updated

like image 191
Geovani Martinez Avatar answered Nov 16 '22 03:11

Geovani Martinez