Change Folder Icon --- Not Shortcut or File Icon
Hello all,
My question for NSIS scripting is:
Is there a way to specify the icon for a folder that you create with CreateDirectory (via an NSIS command or a system registry key or some kind of system command)? My desired result is similar to right-clicking on a folder icon in Windows XP, clicking "Properties", going to the "Customize" tab, and then clicking the "Change Icon..." button. I only want to change only the folder icon for the installed application, not other ones.
I have got icons everywhere I want them (via CreateShortcut and Icon and UninstallIcon), I just can't figure this one out.
Any help would be appreciated.