How to create a desktop icon with Inno Setup
问题 I am very new of Inno Setup and I wish to add a Desktop icon to my executable in Inno Setup. The file is stored in C:\Users\PycharmProjects\GIOTTOconverter\dist\giotto.ico I tried to follow several examples but without results. ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "GIOTTO" #define MyAppVersion "1.0" #define MyAppExeName "GIOTTO.exe" [Setup] ; NOTE: The value of AppId uniquely identifies