home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 March / Gamestar_82_2006-03_dvd.iso / Patche / tortuga_patchv11.exe / install_script.iss
Text File  |  2006-02-06  |  2KB  |  47 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=Tortuga
  5. AppVerName=Tortuga 1.1 Update
  6. AppId=Tortuga
  7. AppPublisher=Ascaron Entertainment GmbH
  8. AppPublisherURL=http://www.ascaron.com
  9. AppSupportURL=http://www.ascaron.com
  10. AppUpdatesURL=http://www.ascaron.com
  11. DefaultDirName={pf}/Tortuga
  12. DefaultGroupName=Tortuga
  13. OutputBaseFilename=Tortuga_Update_1.1
  14. Compression=lzma
  15. Uninstallable=no
  16. PrivilegesRequired=none
  17. DisableDirPage=yes
  18. DisableProgramGroupPage=yes
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\Readme.txt"; DestDir: "{app}"; MinVersion: 4.0,5.0; Flags: overwritereadonly ignoreversion 
  24. Source: "{app}\Tortuga.exe"; DestDir: "{app}"; MinVersion: 4.0,5.0; Flags: overwritereadonly ignoreversion 
  25.  
  26. [Registry]
  27. Root: HKLM; Subkey: "Software\Ascaron\Tortuga"; ValueName: "Version"; ValueType: String; ValueData: "1_1"; MinVersion: 4.0,5.0; Flags: uninsdeletekey 
  28.  
  29. [Run]
  30. Filename: "{app}\readme.txt"; WorkingDir: "{app}"; Description: "Show Readme"; MinVersion: 4.0,5.0; Flags: shellexec postinstall nowait
  31.  
  32. [CustomMessages]
  33. eng.NameAndVersion=%1 version %2
  34. eng.AdditionalIcons=Additional icons:
  35. eng.CreateDesktopIcon=Create a &desktop icon
  36. eng.CreateQuickLaunchIcon=Create a &Quick Launch icon
  37. eng.ProgramOnTheWeb=%1 on the Web
  38. eng.UninstallProgram=Uninstall %1
  39. eng.LaunchProgram=Launch %1
  40. eng.AssocFileExtension=&Associate %1 with the %2 file extension
  41. eng.AssocingFileExtension=Associating %1 with the %2 file extension...
  42.  
  43. [Languages]
  44. ; These files are stubs
  45. ; To achieve better results after recompilation, use the real language files
  46. Name: "eng"; MessagesFile: "embedded\eng.isl"; 
  47.