home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Hry / robotank_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-01-21  |  1.8 KB  |  46 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=Robotank
  4. AppVerName=Robotank v.1.00
  5. AppId=Robotank
  6. AppPublisher=Ond
  7. ej Cenek
  8. AppPublisherURL=http://www.edar-web.wz.cz/
  9. AppSupportURL=http://www.edar-web.wz.cz/
  10. AppUpdatesURL=http://www.edar-web.wz.cz/
  11. DefaultDirName={pf}\Robotank
  12. DefaultGroupName=Robotank
  13. OutputBaseFilename=setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. InfoAfterFile=embedded\InfoAfter.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\Robotank.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\INFO.TXT"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. [Run]
  25. Filename: "{app}\Robotank.exe"; Description: "{cm:LaunchProgram,Robotank}"; Flags: postinstall skipifsilent nowait
  26. [Icons]
  27. Name: "{group}\Robotank"; Filename: "{app}\Robotank.exe"; 
  28. Name: "{group}\{cm:UninstallProgram,Robotank}"; Filename: "{uninstallexe}"; 
  29. Name: "{userdesktop}\Robotank"; Filename: "{app}\Robotank.exe"; Tasks: desktopicon; 
  30. [Tasks]
  31. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  32. [CustomMessages]
  33. default.NameAndVersion=%1 version %2
  34. default.AdditionalIcons=Additional icons:
  35. default.CreateDesktopIcon=Create a &desktop icon
  36. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  37. default.ProgramOnTheWeb=%1 on the Web
  38. default.UninstallProgram=Uninstall %1
  39. default.LaunchProgram=Launch %1
  40. default.AssocFileExtension=&Associate %1 with the %2 file extension
  41. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  42. [Languages]
  43. ; These files are stubs
  44. ; To achieve better results after recompilation, use the real language files
  45. Name: "default"; MessagesFile: "embedded\default.isl"; 
  46.