I would like to perform a task without asking the user if he wants to do this:
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";
[Icons]
Name: "{userdesktop}\CustomerOffice"; Filename: "{app}\CO.exe"; Tasks: desktopicon;
However, Inno Setup always shows a checkbox allowing the user to disable it. Is there a way to not show such a checkbox at all?
Thank you for the help.