I want to publish a desktop application in C#,
I created a setup project and every thing is ok but I can not find where to:
- Modify the name of the program folder which is now: ‘Default Company Name’.
- How can I force it to show a desktop short cut.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
click on Setup solution then press F4 , or get properties menu you will find the Author / Manufacturer / … with ‘Default Company Name’ so change them with whatever you want
right click on solution -> view -> File System
choose Application Folder then right click on the files that you wish to create shortcut on desktop then choose ‘Create Shortcut to ……..’
then go to User’s desktop and rename the shortcut (remove Shortcut word from the shortcut name)