home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / scummvm-0.8.2-win32.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-05-18  |  2.3 KB  |  48 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=ScummVM
  4. AppVerName=ScummVM 0.8.2
  5. AppId=ScummVM
  6. DefaultDirName={pf}\ScummVM
  7. DefaultGroupName=ScummVM
  8. OutputBaseFilename=scummvm-0.8.2-win32
  9. Compression=lzma
  10. PrivilegesRequired=none
  11. AllowNoIcons=yes
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\AUTHORS.txt"; DestDir: "{app}"; Flags: ignoreversion 
  16. Source: "{app}\COPYING.txt"; DestDir: "{app}"; Flags: ignoreversion 
  17. Source: "{app}\NEWS.txt"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\README.txt"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\README-SDL.txt"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\scummvm.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\SDL.dll"; DestDir: "{app}"; 
  22. [Run]
  23. Filename: "{app}\README.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  24. Filename: "{app}\scummvm.exe"; Description: "{cm:LaunchProgram,ScummVM}"; Flags: postinstall skipifsilent nowait
  25. [Icons]
  26. Name: "{group}\{cm:UninstallProgram, ScummVM}"; Filename: "{uninstallexe}"; 
  27. Name: "{group}\ScummVM"; Filename: "{app}\scummvm.exe"; WorkingDir: "{app}"; Comment: "scummvm"; 
  28. Name: "{group}\Authors"; Filename: "{app}\AUTHORS.txt"; WorkingDir: "{app}"; Comment: "AUTHORS"; 
  29. Name: "{group}\Copying"; Filename: "{app}\COPYING.txt"; WorkingDir: "{app}"; Comment: "COPYING"; 
  30. Name: "{group}\Readme"; Filename: "{app}\README.txt"; WorkingDir: "{app}"; Comment: "README"; 
  31. Name: "{group}\News"; Filename: "{app}\NEWS.txt"; WorkingDir: "{app}"; Comment: "NEWS"; 
  32. [UninstallDelete]
  33. Type: files; Name: "{app}\ISTool.url"; 
  34. [CustomMessages]
  35. default.NameAndVersion=%1 version %2
  36. default.AdditionalIcons=Additional icons:
  37. default.CreateDesktopIcon=Create a &desktop icon
  38. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  39. default.ProgramOnTheWeb=%1 on the Web
  40. default.UninstallProgram=Uninstall %1
  41. default.LaunchProgram=Launch %1
  42. default.AssocFileExtension=&Associate %1 with the %2 file extension
  43. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  44. [Languages]
  45. ; These files are stubs
  46. ; To achieve better results after recompilation, use the real language files
  47. Name: "default"; MessagesFile: "embedded\default.isl"; 
  48.