Is there any way by which i can change the icon that appears in Control Panel through my installer.
On Windows Xp it is giving me some default icon of windows
but on Windows 2000 it is not shoing sny icon.
In both cases i do have icons for my installer & uninstaller.
How can i change icon in Control panel
3 posts
Use WriteRegStr to write DisplayIcon with the location of the icon to the uninstall registry key.
Got it in NSIS Documentation Thanks