vote up 1 vote down star

Hi, I need a way to specify an application icon for a click once deployment. Basically this will be the icon shown for the application shortcut in the Start Menu - Program Files, also during the installation of the application. I can do this from VS IDE (by specifying the app icon in the application tab of the project properties). But I can not figure out a way to do this using Mage/MageUI.

Is there way to do this using Mage/MageUI?

flag
Duplicate: stackoverflow.com/questions/152188/… – Shay Erlichmen Jul 1 at 6:29
I disagree; that is not a duplicate; one relates to the manifest, one is a desktop icon - entirely different – Marc Gravell Jul 1 at 7:09
(if that is now complete, you might want to click the green "tick"...) – Marc Gravell Jul 21 at 10:31

1 Answer

vote up 1 vote down check

At the command line, from here - e.g.

mage -New Application -ToFile MyApplication.exe.manifest -Name "My Application" -Version 1.0.0.0 -FromDirectory bin -IconFile ApplicationIcon.ico

In MageUI, from here - set the icon's File Type to Icon File on the Files list.

link|flag
Thanks Marc. This helped. Sorry for the delayed response. – karthik Jul 21 at 10:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.