I need to specify the application icon for ClickOnce deployment. Basically it will be the icon shown for the application shortcut in the Start menu - "Program Files", also during application installation. I can do this from the Visual Studio IDE (by specifying the application icon on the application tab of the project properties).
But I can't figure out how to do this using Mage / MageUI. Is there a way to do this using Mage / MageUI?
source
share