Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: tcj on July 30, 2007, 05:32:05 AM

Title: Where do the URL-References come from?
Post by: tcj on July 30, 2007, 05:32:05 AM
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
Title: Where do the URL-References come from?
Post by: Randem on July 30, 2007, 04:48:30 PM
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.
Title: Where do the URL-References come from?
Post by: tcj on July 31, 2007, 05:59:26 AM
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...