I'm using Inno Setup to create an installer for my program but I want to be able to add an icon and change some of the information displayed in the Control Panel (Add/Remove Programs).
I know that Inno Setup adds a registry key to get the program listed in the first place so I wondered if this could be extended in any way so that, at the least, my icon is displayed in the list!
AppComments
,AppContact
,AppPublisher
,AppPublisherURL
,AppSupportPhone
,AppSupportURL
and... – MonkeryAppUpdatesURL
. So as the plain old website might act theAppPublisherURL
, but it's just my guess :-) – MonkeryAppSupportURL
and theAppUpdatesURL
in the script I have. Thanks again - very helpful – Perennate