home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 December / PCWorld_2001-12_cd.bin / Software / Vyzkuste / pspad / pspad_setup.exe / install_script.iss
Text File  |  2001-11-01  |  6KB  |  85 lines

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