View Single Post
  #1  
Old 03-10-2021, 21:38
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 217
Thanks: 516
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
inno setup problem and desktop icon under windows

Hello, I don't know if I am in the right section, please excuse me if this post is not in the right place, and if a moderator comes and can move it.

I am doing a small installer with inno setup. but I cannot display the game icon on the windows 10 desktop. I have a white incone.

here is my section of code where I treat the icon

Code:
[Icons]
Name: "{group}\My Program"; Filename: "{app}\program.exe"; WorkingDir: "{app}"; IconFilename: "{app}\program.exe"; 
Name: "{commondesktop}\My Program"; Filename: "{app}\program.exe"; WorkingDir: "{app}"; IconFilename: "{app}\program.exe"; 
Name: "{group}\Uninstall My Program"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; Check: CheckISDoneError;
if anyone can help me? thank you so much
Reply With Quote
Sponsored Links