I adding shortcut to the desktop like this:
And I get shortcut icon that looks like 16x16 icon is stretched to 32x32. When I edit shortcut icon clicking "Change icon" in edit dialog and then click OK - then I get fine and clean icon. 32x32 icon size is present in application. What I did wrong?Section "Desktop shortcut"
CreateShortCut "$DESKTOP\App.lnk" "$INSTDIR\App.exe" '-params' "$INSTDIR\App2.exe" 0
SectionEnd