Add/Remove Programs Icon - Installshield

I need to make my installer put an add/remove programs icon into the control panel does anyone know of any good sources on how to do this? My google-foo seems to be lacking today :(
Try "InnoSetup": you can write scripts and compile them or just follow a wizard. I'm not sure about the license though...
Just set the full path to your executable/resource dll/icon as value for the following registry key, no matter whether you use installshield or not:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\YourApp\DisplayIcon
Topic archived. No new replies allowed.