1

So I am using Visual Studio 2015 Community and I recently downloaded and installed the VS 2015 Installer Project add-on. Following the instructions from this stackoverflow question, I attempted to set the icon for the desktop shortcut in the setup project. However, it did not work.

Am I missing a step or is there another way to achieve this?

Community
  • 1
  • 1
ShowJX1990
  • 77
  • 2
  • 11

1 Answers1

0

In the Setup Creation you have to add a Shortcut to the Main Application Output, then u select that Shortcut, go to properties, Icon, change that to the icon you want :) enter image description here

Jan1902
  • 193
  • 1
  • 16