inno setup desktop shortcut code example
Example: how to creare 2 shotcut links of 2 exe in inno
[Icons]
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\src\{#MyAppExeName}"; Tasks: desktopicon
Name: "{autodesktop}\{#MyAppExeName2}"; Filename: "{app}\src\{#MyAppExeName2}"; Tasks: desktopicon