even though the parameters
- AppSupportUrl
- AppPublisherUrl
- AppUpdatesUrl
are empty, the script contains the following entries:
[INI]
Filename: {app}MyApp.url; Section: InternetShortcut; Key: URL; String:
[Icons]
Name: {group}AppName on the Web; Filename: {app}MyApp.url
[UninstallDelete]
Type: files; Name: {app}MyApp.url
What else do I have to do to have no URL-links created upon installation? My app doesn't have any web-support...
Thanks,
Thomas
Those entries have nothing to do with the previous entries in the setup section. Either you would place replacement lines in a template file to change those entries or manually delete them.
Thanks for your explanation, but I am afraid I will forget to manually delete the URL-Entries from time to time.
I will put it as a feature-request to have an option to make innoscript omitting these entries...