When you are using MS Developer Studio to create an install setup program, dev studio doesn't automatically create shortcuts for your application—you have to create these yourself.
Most applications create a shortcut in the Programs folder on the Start menu (or in a subfolder of the Project folder).
Open the Files view of your installer project. Click the Application Folder to view its contents. Right-click the Primary Output from your application item and choose Create Shortcut to Primary Output from 'your application name here'
Now, when the user installs your program, a shortcut will be placed in the Programs folder on the user's Start menu.
No comments:
Post a Comment