VS 2008 - Setup project: Change Link Icon in Program Menu
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I've created a new setup project with Visual Studio 2008 inside my solution and added my .EXE files to the setup. Then I've created to each .EXE a shortcut and moved it to the user's Program Menu. There I'm able to set the Icons property to an external icon. Problem: The file and path have always to exist. If I move my solution to another computer, I'm always getting an error of missing icon file. The Icons itself are stored in the Resources of each project inside this solution and connected to the Application Icon property. Is it possible to use these resource icons or include them into the setup project ? If yes, let me know how ? If no, let me also know ;)