I have a C# application, and a setup in the same solution.
I have a icon for the application as a resource, because I don't want to have separate files for the app and the icon.
Now I want to add an icon to the shortcuts created by the setup and a logo for the user interface of the setup, but can't manage to use the resource on my solution. And when I select an icon, it is added to the solution and put into my application folder on install. Is there a way of embedding the icon and the image on the setup?
thank you
I have a icon for the application as a resource, because I don't want to have separate files for the app and the icon.
Now I want to add an icon to the shortcuts created by the setup and a logo for the user interface of the setup, but can't manage to use the resource on my solution. And when I select an icon, it is added to the solution and put into my application folder on install. Is there a way of embedding the icon and the image on the setup?
thank you