Quote:
Originally Posted by Kliptik
I think I understand. I guess what I'm missing (i guess we both are) is why it's not showing the .ico file as the icon in the Start Menu... HERE is a good write-up on creating a deployment project. Without going through it step-by-step with you to see where it's off, I'm not sure how much I can help...
In the "File System" of the deployment project, make sure you have added a shortcut in the "Start Menu Folder" that points to the primary output of your application in the "Application Folder".
You shouldn't have to use a *.png to set the icon manually, unless you wanted to change the icon the application was built with. So it seems like the shortcut is somehow not pointed quite right? Since the *.exe shows the icon, perhaps verify that the shortcut is placed, named, and pointed properly.
|
KliptiK: thank you for the link. that was a great write-up. amazing how you can search and search and find nothing of help, then you change the word-order of the search, or use a different combination and voila...the answer!
i was able to get my .cab built, deployed to my complete satisfaction.
thanks again!