home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / sharewar / Slunec / app / pspads.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-09-02  |  4.5 KB  |  74 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=PSPad
  4. AppVerName=PSPad 2.2.0
  5. AppId=PSPad
  6. AppVersion=2.1
  7. AppPublisher=ing. Jan Fiala
  8. AppPublisherURL=http://fiala.web.wo.cz
  9. AppSupportURL=http://fiala.web.wo.cz
  10. AppUpdatesURL=http://fiala.web.wo.cz
  11. DefaultDirName={pf}\PSPad
  12. DefaultGroupName=PS Pad
  13. UninstallDisplayIcon={app}\PSPad.exe
  14. UninstallDisplayName=PS Pad
  15. UninstallFilesDir={app}\UnInstall
  16. OutputBaseFilename=pspad_setup
  17. Compression=zip
  18. PrivilegesRequired=none
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\PSPad.exe"; DestDir: "{app}"; Components: cpogramm; MinVersion: 4.0.950,4.0.1381; 
  24. Source: "{app}\PSPad.cnt"; DestDir: "{app}"; Components: chelp; MinVersion: 4.0.950,4.0.1381; 
  25. Source: "{app}\PSPAD.HLP"; DestDir: "{app}"; Components: chelp; MinVersion: 4.0.950,4.0.1381; 
  26. Source: "{app}\Context\Pascal.DEF"; DestDir: "{app}\Context"; Components: cmakrofiles; MinVersion: 4.0.950,4.0.1381; Flags: overwritereadonly 
  27. Source: "{app}\Context\Html.DEF"; DestDir: "{app}\Context"; Components: cmakrofiles; MinVersion: 4.0.950,4.0.1381; Flags: overwritereadonly 
  28. Source: "{app}\lang\English.INI"; DestDir: "{app}\lang"; Components: clangmodule; MinVersion: 4.0.950,4.0.1381; Flags: overwritereadonly 
  29. Source: "{app}\Lang\Cesky.INI"; DestDir: "{app}\Lang"; Components: clangmodule; MinVersion: 4.0.950,4.0.1381; Flags: overwritereadonly 
  30. Source: "{app}\Context\PHP.DEF"; DestDir: "{app}\Context"; Components: cmakrofiles; MinVersion: 4.0.950,4.0.1381; Flags: overwritereadonly 
  31. Source: "{app}\Context\VBScript.DEF"; DestDir: "{app}\Context"; Components: cmakrofiles; MinVersion: 4.0.950,4.0.1381; Flags: overwritereadonly 
  32. Source: "{app}\Context\JScript.DEF"; DestDir: "{app}\Context"; Components: cmakrofiles; MinVersion: 4.0.950,4.0.1381; Flags: overwritereadonly 
  33. Source: "{app}\Context\MySql.DEF"; DestDir: "{app}\Context"; Components: cmakrofiles; MinVersion: 4.0.950,4.0.1381; Flags: overwritereadonly 
  34. Source: "{app}\Context\Bat.DEF"; DestDir: "{app}\Context"; Components: cmakrofiles; MinVersion: 4.0.950,4.0.1381; Flags: overwritereadonly 
  35. Source: "{app}\Context\licence.txt"; DestDir: "{app}\Context"; MinVersion: 4.0.950,4.0.1381; Flags: overwritereadonly 
  36. Source: "{app}\PSPad_LS.exe"; DestDir: "{app}"; Components: clangmodule; MinVersion: 4.0.950,4.0.1381; 
  37. Source: "{app}\Context\Perl.DEF"; DestDir: "{app}\Context"; Components: cmakrofiles; MinVersion: 4.0.950,4.0.1381; 
  38. [Dirs]
  39. Name: "{app}\Context"; Flags: deleteafterinstall uninsalwaysuninstall 
  40. Name: "{app}\Lang"; Flags: deleteafterinstall uninsalwaysuninstall 
  41. [Registry]
  42. Root: HKCR; Subkey: "*\shell\PSPad\Command"; ValueType: String; ValueData: """{app}\PSPAD.EXE"" ""%1"""; Components: cregistry; MinVersion: 4.0.950,4.0.1381; Flags: uninsdeletekey 
  43. Root: HKCR; Subkey: "txtfile\shell\open\command"; ValueType: String; ValueData: """{app}\PSPAD.EXE"" ""%1"""; Components: cregistry; MinVersion: 4.0.950,4.0.1381; Flags: uninsdeletekey 
  44. Root: HKCR; Subkey: "*\shell\PSPad"; Components: cregistry; MinVersion: 4.0.950,4.0.1381; Flags: uninsdeletekey 
  45. [Run]
  46. Filename: "{app}\PSPad.exe"; WorkingDir: "{app}"; Description: "Spustit editor PSPad po dokon
  47.  instalace"; MinVersion: 4.0.950,4.0.1381; Flags: postinstall 
  48. [Icons]
  49. Name: "{group}\PSPad editor"; Filename: "{app}\PSPad.exe"; WorkingDir: "{app}"; MinVersion: 4.0.950,4.0.1381; 
  50. Name: "{group}\N
  51. da"; Filename: "{app}\PSPAD.HLP"; WorkingDir: "{app}"; MinVersion: 4.0.950,4.0.1381; 
  52. Name: "{group}\PSPad language selector"; Filename: "{app}\PSPad_LS.exe"; WorkingDir: "{app}"; MinVersion: 4.0.950,4.0.1381; 
  53. [Components]
  54. Name: "cpogramm"; Description: "Textov
  55.  editor PSPad"; Types: "registry"; MinVersion: 4.0.950,4.0.1381; 
  56. Name: "cregistry"; Description: "Registrovat PSPad v syst
  57. mu Windows"; Types: "registry"; MinVersion: 4.0.950,4.0.1381; 
  58. Name: "clangmodule"; Description: "Instalovat jazykov
  59.  moduly"; Types: "registry"; MinVersion: 4.0.950,4.0.1381; 
  60. Name: "cmakrofiles"; Description: "Instalovat soubory 
  61. ablon"; Types: "registry"; MinVersion: 4.0.950,4.0.1381; 
  62. Name: "chelp"; Description: "Instalovat soubory n
  63. dy"; Types: "registry"; MinVersion: 4.0.950,4.0.1381; 
  64. [InstallDelete]
  65. Type: files; Name: "{app}\PSPad.CTI"; 
  66. Type: files; Name: "{app}\PSPad.FAQ"; 
  67. Type: files; Name: "{app}\PSPad.NEW"; 
  68. [UninstallDelete]
  69. Type: files; Name: "{app}\PSPad.INI"; 
  70. Type: filesandordirs; Name: "{app}"; 
  71. [Types]
  72. Name: "registry"; Description: "Mo
  73. nosti instalace programu PSPad"; MinVersion: 4.0.950,4.0.1381; 
  74.