456
Developer's Corner / Re: Need Inno Setup Advice
« on: June 21, 2018, 02:05 PM »Seeking help to add a script to Inno Setup Compiler that will 'copy' my shortcut 'files' or links to each user installing my app.Reading the manual of Inno Setup (here) is sure going to help you a lot.-OptimalDesigns (June 21, 2018, 09:42 AM)
Those shortcut/link files are a) system specific (they usually have absolute paths embedded), and b) are actually files with a .lnk extension, that Windows really, really hides from anyone trying to make the extension visible. For those reasons it is quite hard to copy them from system to system, unless you can guarantee the files are in the same location.
Inno has a specific section just for creating those shortcuts, though I'm not sure if you can set the font and color of the application, I just haven't tried (or needed) that in ~18 years of using Inno Setup...