home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / FileAlyzer / filealyz.exe / install_script.iss
Text File  |  2005-03-05  |  8KB  |  149 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=FileAlyzer
  5. AppVerName=FileAlyzer 1.2
  6. AppId=FileAlyzer
  7. AppVersion=1.2
  8. AppPublisher=PepiMK Software
  9. AppPublisherURL=http://security.kolla.de/
  10. AppMutex=FileAlyzer.Mutex_Run
  11. DefaultDirName={pf}\PepiMK Software\FileAlyzer
  12. DefaultGroupName=PepiMK Software
  13. UninstallDisplayIcon={app}\FileAlyzer.exe
  14. OutputBaseFilename=filealyz
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\FileAlyzer.exe"; DestDir: "{app}"; Flags: comparetimestamp 
  23. Source: "{app}\FileAlyzer.ini"; DestDir: "{app}"; Flags: comparetimestamp 
  24. Source: "{app}\FoldAlyzer.exe"; DestDir: "{app}"; Flags: comparetimestamp 
  25. Source: "{app}\Extensions.ini"; DestDir: "{app}"; Flags: comparetimestamp 
  26. Source: "{app}\Signs.txt"; DestDir: "{app}"; Flags: comparetimestamp 
  27. Source: "{app}\UnzDll.dll"; DestDir: "{app}"; Flags: comparetimestamp 
  28. Source: "{app}\Help\English.chm"; DestDir: "{app}\Help"; Flags: comparetimestamp 
  29. Source: "{app}\Help\Francais.chm"; DestDir: "{app}\Help"; Flags: comparetimestamp 
  30. Source: "{app}\Help\Italiano.chm"; DestDir: "{app}\Help"; Flags: comparetimestamp 
  31. Source: "{app}\Languages\Chinese (simplified).fal"; DestDir: "{app}\Languages"; Flags: comparetimestamp 
  32. Source: "{app}\Languages\Chinese (traditional).fal"; DestDir: "{app}\Languages"; Flags: comparetimestamp 
  33. Source: "{app}\Languages\Deutsch.fal"; DestDir: "{app}\Languages"; Flags: comparetimestamp 
  34. Source: "{app}\Languages\English.fal"; DestDir: "{app}\Languages"; Flags: comparetimestamp 
  35. Source: "{app}\Languages\Espanol.fal"; DestDir: "{app}\Languages"; Flags: comparetimestamp 
  36. Source: "{app}\Languages\Francais.fal"; DestDir: "{app}\Languages"; Flags: comparetimestamp 
  37. Source: "{app}\Languages\Italiano.fal"; DestDir: "{app}\Languages"; Flags: comparetimestamp 
  38. Source: "{app}\Languages\Nederlands.fal"; DestDir: "{app}\Languages"; Flags: comparetimestamp 
  39. Source: "{app}\Languages\Russkiy.fal"; DestDir: "{app}\Languages"; Flags: comparetimestamp 
  40. Source: "{app}\Languages\Turkce.fal"; DestDir: "{app}\Languages"; Flags: comparetimestamp 
  41.  
  42. [Registry]
  43. Root: HKCR; Subkey: "*\shell\filealyzer"; ValueType: String; ValueData: "&Analyse file with FileAlyzer"; Flags: uninsdeletekey 
  44. Root: HKCR; Subkey: "*\shell\filealyzer\command"; ValueType: String; ValueData: """{app}\FileAlyzer.exe"" ""%1"""; Flags: uninsdeletekey 
  45. Root: HKCR; Subkey: "folder\shell\foldalyzer"; ValueType: String; ValueData: "&Analyse folder with FoldAlyzer"; Flags: uninsdeletekey 
  46. Root: HKCR; Subkey: "folder\shell\foldalyzer\command"; ValueType: String; ValueData: """{app}\FoldAlyzer.exe"" ""%1"""; Flags: uninsdeletekey 
  47. Root: HKCU; Subkey: "Software\PepiMK Software\Analysis tools\FileAlyzer"; Flags: uninsdeletekey 
  48. Root: HKCU; Subkey: "Software\PepiMK Software\Analysis tools\FileAlyzer"; ValueName: "Language"; ValueType: String; ValueData: "English"; Languages: "en"; 
  49. Root: HKCU; Subkey: "Software\PepiMK Software\Analysis tools\FileAlyzer"; ValueName: "Language"; ValueType: String; ValueData: "Nederlands"; Languages: "nl"; 
  50. Root: HKCU; Subkey: "Software\PepiMK Software\Analysis tools\FileAlyzer"; ValueName: "Language"; ValueType: String; ValueData: "Deutsch"; Languages: "de"; 
  51. Root: HKCU; Subkey: "Software\PepiMK Software\Analysis tools\FileAlyzer"; ValueName: "Language"; ValueType: String; ValueData: "Italiano"; Languages: "it"; 
  52. Root: HKCU; Subkey: "Software\PepiMK Software\Analysis tools\FileAlyzer"; ValueName: "Language"; ValueType: String; ValueData: "Francais"; Languages: "fr"; 
  53. Root: HKCU; Subkey: "Software\PepiMK Software\Analysis tools\FileAlyzer"; ValueName: "Language"; ValueType: String; ValueData: "Russkiy"; Languages: "ru"; 
  54. Root: HKCU; Subkey: "Software\PepiMK Software\Analysis tools\FileAlyzer"; ValueName: "Language"; ValueType: String; ValueData: "Chinese (simplified)"; Languages: "cs"; 
  55. Root: HKCU; Subkey: "Software\PepiMK Software\Analysis tools\FileAlyzer"; ValueName: "Language"; ValueType: String; ValueData: "Chinese (traditional)"; Languages: "ct"; 
  56.  
  57. [Icons]
  58. Name: "{group}\FileAlyzer"; Filename: "{app}\FileAlyzer.exe"; Comment: "Software to analyze file contents"; 
  59.  
  60. [InstallDelete]
  61. Type: files; Name: "{app}\Languages\French.fal"; 
  62. Type: files; Name: "{app}\Languages\Turkish.fal"; 
  63.  
  64. [CustomMessages]
  65. en.NameAndVersion=%1 version %2
  66. en.AdditionalIcons=Additional icons:
  67. en.CreateDesktopIcon=Create a &desktop icon
  68. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  69. en.ProgramOnTheWeb=%1 on the Web
  70. en.UninstallProgram=Uninstall %1
  71. en.LaunchProgram=Launch %1
  72. en.AssocFileExtension=&Associate %1 with the %2 file extension
  73. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  74. cs.NameAndVersion=%1 version %2
  75. cs.AdditionalIcons=Additional icons:
  76. cs.CreateDesktopIcon=Create a &desktop icon
  77. cs.CreateQuickLaunchIcon=Create a &Quick Launch icon
  78. cs.ProgramOnTheWeb=%1 on the Web
  79. cs.UninstallProgram=Uninstall %1
  80. cs.LaunchProgram=Launch %1
  81. cs.AssocFileExtension=&Associate %1 with the %2 file extension
  82. cs.AssocingFileExtension=Associating %1 with the %2 file extension...
  83. ct.NameAndVersion=%1 version %2
  84. ct.AdditionalIcons=Additional icons:
  85. ct.CreateDesktopIcon=Create a &desktop icon
  86. ct.CreateQuickLaunchIcon=Create a &Quick Launch icon
  87. ct.ProgramOnTheWeb=%1 on the Web
  88. ct.UninstallProgram=Uninstall %1
  89. ct.LaunchProgram=Launch %1
  90. ct.AssocFileExtension=&Associate %1 with the %2 file extension
  91. ct.AssocingFileExtension=Associating %1 with the %2 file extension...
  92. de.NameAndVersion=%1 Version %2
  93. de.AdditionalIcons=ZusΣtzliche Symbole:
  94. de.CreateDesktopIcon=&Desktop-Symbol anlegen
  95. de.CreateQuickLaunchIcon=Symbol in der Schnellstartleiste anlegen
  96. de.ProgramOnTheWeb=%1 im Internet
  97. de.UninstallProgram=%1 entfernen
  98. de.LaunchProgram=%1 starten
  99. de.AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
  100. de.AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
  101. nl.NameAndVersion=%1 versie %2
  102. nl.AdditionalIcons=Extra snelkoppelingen:
  103. nl.CreateDesktopIcon=Maak een snelkoppeling op het &bureaublad
  104. nl.CreateQuickLaunchIcon=Maak een snelkoppeling op de &Snel starten werkbalk
  105. nl.ProgramOnTheWeb=%1 op het Web
  106. nl.UninstallProgram=Verwijder %1
  107. nl.LaunchProgram=&Start %1
  108. nl.AssocFileExtension=&Koppel %1 aan de %2 bestandsextensie
  109. nl.AssocingFileExtension=Bezig met koppelen van %1 aan de %2 bestandsextensie...
  110. fr.NameAndVersion=%1 version %2
  111. fr.AdditionalIcons=Ic⌠nes supplΘmentaires :
  112. fr.CreateDesktopIcon=CrΘer une ic⌠ne sur le &Bureau
  113. fr.CreateQuickLaunchIcon=CrΘer une ic⌠ne dans la barre de &Lancement rapide
  114. fr.ProgramOnTheWeb=Page d'accueil de %1
  115. fr.UninstallProgram=DΘsinstaller %1
  116. fr.LaunchProgram=ExΘcuter %1
  117. fr.AssocFileExtension=&Associer %1 avec l'extension de fichier %2
  118. fr.AssocingFileExtension=Associe %1 avec l'extension de fichier %2...
  119. it.NameAndVersion=%1 versione %2
  120. it.AdditionalIcons=Icone addizionali:
  121. it.CreateDesktopIcon=Crea un'icona sul &desktop
  122. it.CreateQuickLaunchIcon=Crea un icona in &avvio veloce
  123. it.ProgramOnTheWeb=%1 sul Web
  124. it.UninstallProgram=Disinstalla %1
  125. it.LaunchProgram=Esegui %1
  126. it.AssocFileExtension=&Associa %1 ai file con estensione %2
  127. it.AssocingFileExtension=Associazione di %1 ai file con estensione %2 in corso...
  128. ru.NameAndVersion=%1 version %2
  129. ru.AdditionalIcons=Additional icons:
  130. ru.CreateDesktopIcon=Create a &desktop icon
  131. ru.CreateQuickLaunchIcon=Create a &Quick Launch icon
  132. ru.ProgramOnTheWeb=%1 on the Web
  133. ru.UninstallProgram=Uninstall %1
  134. ru.LaunchProgram=Launch %1
  135. ru.AssocFileExtension=&Associate %1 with the %2 file extension
  136. ru.AssocingFileExtension=Associating %1 with the %2 file extension...
  137.  
  138. [Languages]
  139. ; These files are stubs
  140. ; To achieve better results after recompilation, use the real language files
  141. Name: "en"; MessagesFile: "embedded\en.isl"; 
  142. Name: "cs"; MessagesFile: "embedded\cs.isl"; 
  143. Name: "ct"; MessagesFile: "embedded\ct.isl"; 
  144. Name: "de"; MessagesFile: "embedded\de.isl"; 
  145. Name: "nl"; MessagesFile: "embedded\nl.isl"; 
  146. Name: "fr"; MessagesFile: "embedded\fr.isl"; 
  147. Name: "it"; MessagesFile: "embedded\it.isl"; 
  148. Name: "ru"; MessagesFile: "embedded\ru.isl"; 
  149.