Skip to content
⌘ NSIS Forum Archive

How can I modify start menu icon for my icon?

3 posts

hsl9999#

How can I modify start menu icon for my icon?

Hello,

I am wondering how I modify start menu icon for my icon?

Please help. Thanks.
Afrow UK#
If you have a custom .ico file then you need to extract it like any other file and place it in $INSTDIR for example.
See CreateShortcut in the documentation for setting the icon path.

-Stu