Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to package .pdf files in my application. I created a Setup Project using Microsoft Visual Studio 8.0 and added the files to the Application folder. I create shortcuts to the files and add them to the User's Program Menu. My problem is the icon does not appear correctly. The pdf files open correctly, but the icon does not show up. Is there a way around adding the icon to the setup package as well?
Posted
Comments
Sergey Alexandrovich Kryukov 11-May-12 11:40am    
Not enough information.
--SA

1 solution

You can change the icon of the shortcut by changing the ICON property. It is default (None). If you need to do so you must add icon file to the application folder. then you can choose that file as your shortcut Icon.

If you want to change Setup.exe file Icon you need to use third party like http://www.exeicon.com/program-icon-changer/[^]. Otherwise as i know you can't change inside the VS 2008.

I hope this will help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900