View Single Post
  #8  
Old 26-01-2020, 22:10
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by gnarly1014 View Post
This got rid of the errors just fine, and I am happy about that, but it still won't create a desktop shortcut. I don't know what I am doing wrong, i even added a line to make a desktop shortcut from a normal Inno Setup script.
Under the [Icons] section change Filename to Game exe name.

ex: NFSH

Code:
... ; Filename: {app}\NeedForSpeedHeat.exe; ...
.
(both {group} and {commondesktop})
Reply With Quote