المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Setup and deployment project Shortcut creating problem



C++ Programming
05-08-2009, 09:13 AM
Hi
Facing a problem friends.... plz help

I have a windows application with several executable and Dll's, and I am trying to make an installer to packge them all together and generate a Setup program.
For this I am using Setup and Deployment project of MSVC 2005. The Installer I am making is working perfectly except It cannot create a desktop shortcut Icon and add a shortcut to the users program menu.
The project has an option to select the short cut, but it only allows you to select the folder where the shorcut is and not the executable file for which you want to make the shortcut

How do I select the executable file for which I want to make adesktop short cut and Icon ?

http://www.barakasoft.com/script/Forums/Images/smiley_confused.gif

Thanx in advance
Plz Help