How to rename setup file in ClickOnce?

Viewed 7948

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

8 Answers

Double click on My Project in the Solution Explorer. A DataEntryApplication form will appear. Under the application tab, Enter your desired Application name in the Assembly name field. Republish your solution.

Related