Quote:
Originally Posted by gnarly1014
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})