home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2007 January / maximum-cd-2007-01.iso / assets / data / scummvm-0.9.1-win32.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-11-03  |  2.6 KB  |  53 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=ScummVM
  4. AppVerName=ScummVM 0.9.1
  5. AppId=ScummVM
  6. DefaultDirName={pf}\ScummVM
  7. DefaultGroupName=ScummVM
  8. OutputBaseFilename=scummvm-0.9.1-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. Source: "{app}\modern.ini"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\modern.zip"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\kyra.dat"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\queen.tbl"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\sky.cpt"; DestDir: "{app}"; Flags: ignoreversion 
  27. [Run]
  28. Filename: "{app}\README.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  29. Filename: "{app}\scummvm.exe"; Description: "Launch ScummVM"; Flags: skipifdoesntexist postinstall skipifsilent nowait
  30. [Icons]
  31. Name: "{group}\{cm:UninstallProgram, ScummVM}"; Filename: "{uninstallexe}"; 
  32. Name: "{group}\ScummVM"; Filename: "{app}\scummvm.exe"; WorkingDir: "{app}"; Comment: "scummvm"; 
  33. Name: "{group}\Authors"; Filename: "{app}\AUTHORS.txt"; WorkingDir: "{app}"; Comment: "AUTHORS"; 
  34. Name: "{group}\Copying"; Filename: "{app}\COPYING.txt"; WorkingDir: "{app}"; Comment: "COPYING"; 
  35. Name: "{group}\Readme"; Filename: "{app}\README.txt"; WorkingDir: "{app}"; Comment: "README"; 
  36. Name: "{group}\News"; Filename: "{app}\NEWS.txt"; WorkingDir: "{app}"; Comment: "NEWS"; 
  37. [UninstallDelete]
  38. Type: files; Name: "{app}\ISTool.url"; 
  39. [CustomMessages]
  40. default.NameAndVersion=%1 version %2
  41. default.AdditionalIcons=Additional icons:
  42. default.CreateDesktopIcon=Create a &desktop icon
  43. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  44. default.ProgramOnTheWeb=%1 on the Web
  45. default.UninstallProgram=Uninstall %1
  46. default.LaunchProgram=Launch %1
  47. default.AssocFileExtension=&Associate %1 with the %2 file extension
  48. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  49. [Languages]
  50. ; These files are stubs
  51. ; To achieve better results after recompilation, use the real language files
  52. Name: "default"; MessagesFile: "embedded\default.isl"; 
  53.