简体   繁体   中英

Windows Forms Desktop Shortcut

I have created a CRM system in Visual Studio 2010 using c#.net, and it's got to the point where I need to start deploying it.

When I publish, it creates an installer which just runs the program.

How can I get it to create a shortcut on the Desktop of the user installing it which will run my program?

I assume by "publish" you're using the publish options in the project properties. If this is the case, there is a checkbox in the Publish Options dialog under Manifests that creates a desktop shortcut.

发布选项对话框

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM