Setting correct icon for Shortcut in VS2010 Setup Project

前端 未结 4 1155
渐次进展
渐次进展 2020-12-11 01:18

I have a small app with a setup project. If I create a shortcut to my Primary Output, then this gets a standard Win7 icon and not the icon specified in my exe\'s Application

4条回答
  •  遥遥无期
    2020-12-11 01:45

    To add to Gert's answer: make sure you build your project first. Otherwise the setup app will not see the icon.

提交回复
热议问题