View Single Post
  #12  
Old 20-01-2009, 01:41
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
1.- to remove the "Select Install Language" windows, you have to add the folowing line to the [Setup] group: ShowLanguageDialog=no
Although, remove the group [Languages] and anything inside - English will become the default language.
2.- to create an icon for the game in the Desktop add this code (and change the necessary parts) to your script:
Code:
[Icon]
Name: "Rise of the Aragonauts (ENG only)"; Filename: "{app}\Binaries\RiseOfTheArgonauts.exe"; WorkingDir: "{app}";
Check the Inno Setup help for more options but with only this ones will work.
Reply With Quote