home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / system / nlite / nLite-1.3.installer.exe / install_script.iss
Text File  |  2007-04-10  |  10KB  |  166 lines

  1. ;InnoSetupVersion=5.1.10
  2.  
  3. [Setup]
  4. AppName=nLite
  5. AppVerName=nLite 1.3
  6. AppId=nLite
  7. AppVersion=1.3
  8. AppPublisher=Dino Nuhagic (nuhi)
  9. AppPublisherURL=http://www.nliteos.com
  10. AppSupportURL=http://www.nliteos.com
  11. AppUpdatesURL=http://www.nliteos.com
  12. DefaultDirName={pf}\nLite
  13. DefaultGroupName=nLite
  14. UninstallDisplayIcon={app}\nLite.exe
  15. OutputBaseFilename=nLite new
  16. Compression=lzma
  17. DisableProgramGroupPage=yes
  18. AllowNoIcons=yes
  19. LicenseFile=embedded\License.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\boot.bin"; DestDir: "{app}"; Components: Main; Flags: overwritereadonly ignoreversion 
  25. Source: "{app}\7z.exe"; DestDir: "{app}"; Components: Main; Flags: overwritereadonly ignoreversion 
  26. Source: "{app}\license.txt"; DestDir: "{app}"; Components: Main; Flags: overwritereadonly ignoreversion 
  27. Source: "{app}\mkisofs.exe"; DestDir: "{app}"; Components: Main; Flags: overwritereadonly ignoreversion 
  28. Source: "{app}\nLite.exe"; DestDir: "{app}"; Components: Main; Flags: overwritereadonly ignoreversion 
  29. Source: "{app}\ncab.dll"; DestDir: "{app}"; Components: Main; Flags: overwritereadonly ignoreversion 
  30. Source: "{app}\nhelper.ex_"; DestDir: "{app}"; Components: Main; Flags: overwritereadonly ignoreversion 
  31. Source: "{app}\mcdbnet2.dll"; DestDir: "{app}"; Components: Main; Flags: overwritereadonly ignoreversion 
  32. Source: "{app}\Lang\Arabic.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  33. Source: "{app}\Lang\Azerbaycanca.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  34. Source: "{app}\Lang\Bulgarian.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  35. Source: "{app}\Lang\Catala.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  36. Source: "{app}\Lang\Czech.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  37. Source: "{app}\Lang\Dansk.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  38. Source: "{app}\Lang\Deutsch.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  39. Source: "{app}\Lang\Dutch.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  40. Source: "{app}\Lang\Franτais.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  41. Source: "{app}\Lang\Greek.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  42. Source: "{app}\Lang\Hebrew.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  43. Source: "{app}\Lang\Hrvatski - Croatian.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  44. Source: "{app}\Lang\Hungarian.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  45. Source: "{app}\Lang\Indonesian.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  46. Source: "{app}\Lang\Italiano.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  47. Source: "{app}\Lang\Japanese.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  48. Source: "{app}\Lang\Korean.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  49. Source: "{app}\Lang\Macedonian.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  50. Source: "{app}\Lang\Norwegian.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  51. Source: "{app}\Lang\Polski.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  52. Source: "{app}\Lang\Portuguese (Brasileiro).lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  53. Source: "{app}\Lang\Portuguese.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  54. Source: "{app}\Lang\Romanian.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  55. Source: "{app}\Lang\Russian.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  56. Source: "{app}\Lang\RussianTranslate.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  57. Source: "{app}\Lang\Simplified Chinese.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  58. Source: "{app}\Lang\Slovak.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  59. Source: "{app}\Lang\Slovenski - Slovenian.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  60. Source: "{app}\Lang\Spanish.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  61. Source: "{app}\Lang\Srpski.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  62. Source: "{app}\Lang\Swedish.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  63. Source: "{app}\Lang\Traditional Chinese.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  64. Source: "{app}\Lang\Translation.txt"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  65. Source: "{app}\Lang\Turkish.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  66. Source: "{app}\Lang\Ukrainian.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  67. Source: "{app}\Lang\Urdu.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  68. Source: "{app}\Lang\Vietnamese.lang"; DestDir: "{app}\Lang"; Components: Languages; Flags: overwritereadonly 
  69.  
  70. [Dirs]
  71. Name: "{app}\Presets"; 
  72. Name: "{app}\Lang"; 
  73.  
  74. [INI]
  75. FileName: "{app}\nlite.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.nliteos.com"; 
  76.  
  77. [Run]
  78. Filename: "{app}\nlite.exe"; Description: "{cm:LaunchProgram,nLite}"; Flags: postinstall skipifsilent nowait
  79.  
  80. [Icons]
  81. Name: "{group}\nLite"; Filename: "{app}\nlite.exe"; WorkingDir: "{app}"; 
  82. Name: "{group}\{cm:ProgramOnTheWeb,nLite}"; Filename: "{app}\nlite.url"; 
  83. Name: "{group}\{cm:UninstallProgram,nLite}"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  84. Name: "{userdesktop}\nLite"; Filename: "{app}\nlite.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  85.  
  86. [Tasks]
  87. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  88.  
  89. [Components]
  90. Name: "main"; Description: "nLite program files"; Types: "custom compact full"; 
  91. Name: "languages"; Description: "Languages"; Types: "custom full"; 
  92.  
  93. [UninstallDelete]
  94. Type: files; Name: "{app}\nlite.url"; 
  95.  
  96. [Types]
  97. Name: "full"; 
  98. Name: "compact"; 
  99. Name: "custom"; 
  100.  
  101. [CustomMessages]
  102. English.NameAndVersion=%1 version %2
  103. English.AdditionalIcons=Additional icons:
  104. English.CreateDesktopIcon=Create a &desktop icon
  105. English.CreateQuickLaunchIcon=Create a &Quick Launch icon
  106. English.ProgramOnTheWeb=%1 on the Web
  107. English.UninstallProgram=Uninstall %1
  108. English.LaunchProgram=Launch %1
  109. English.AssocFileExtension=&Associate %1 with the %2 file extension
  110. English.AssocingFileExtension=Associating %1 with the %2 file extension...
  111. Arabic.NameAndVersion=%1 ╟ßΣ╙╬╔ %2
  112. Arabic.AdditionalIcons=╤πµ╥ ┼╓╟▌φ╔ :
  113. Arabic.CreateDesktopIcon=┼Σ╘╟┴ ├φ▐µΣ╔ ┌ß∞ ╙╪═ ╟ßπ▀╩╚ :
  114. Arabic.CreateQuickLaunchIcon=┼Σ╘╟┴ ├φ▐µΣ╔ ┼╪ß╟▐ ╙╤φ┌ ╚╠µ╟╤ ╟╚╧├
  115. Arabic.ProgramOnTheWeb=%1 ┌ß∞ ╟ß┼Σ╩╤Σ╩
  116. Arabic.UninstallProgram=%1 ┼ß█╟┴ ╩╦╚φ╩
  117. Arabic.LaunchProgram=%1 ╩╘█φß
  118. Arabic.AssocFileExtension=┼╘╤╟▀ %1 π┌ ┼π╩╧╟╧ πß▌ %2
  119. Arabic.AssocingFileExtension=φ╩π ┼╘╤╟▀ %1 π┌ ┼π╩╧╟╧ πß▌ %2 ...
  120. French.NameAndVersion=%1 version %2
  121. French.AdditionalIcons=Ic⌠nes supplΘmentaires :
  122. French.CreateDesktopIcon=CrΘer une ic⌠ne sur le &Bureau
  123. French.CreateQuickLaunchIcon=CrΘer une ic⌠ne dans la barre de &Lancement rapide
  124. French.ProgramOnTheWeb=Page d'accueil de %1
  125. French.UninstallProgram=DΘsinstaller %1
  126. French.LaunchProgram=ExΘcuter %1
  127. French.AssocFileExtension=&Associer %1 avec l'extension de fichier %2
  128. French.AssocingFileExtension=Associe %1 avec l'extension de fichier %2...
  129. German.NameAndVersion=%1 Version %2
  130. German.AdditionalIcons=ZusΣtzliche Symbole:
  131. German.CreateDesktopIcon=&Desktop-Symbol erstellen
  132. German.CreateQuickLaunchIcon=Symbol in der Schnellstartleiste erstellen
  133. German.ProgramOnTheWeb=%1 im Internet
  134. German.UninstallProgram=%1 entfernen
  135. German.LaunchProgram=%1 starten
  136. German.AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
  137. German.AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
  138. Russian.NameAndVersion=%1, Γσ≡±Φ  %2
  139. Russian.AdditionalIcons=─ε∩εδφΦ≥σδⁿφ√σ τφα≈ΩΦ:
  140. Russian.CreateDesktopIcon=╤ετΣα≥ⁿ τφα≈εΩ φα &╨αßε≈σ∞ ±≥εδσ
  141. Russian.CreateQuickLaunchIcon=╤ετΣα≥ⁿ τφα≈εΩ Γ &╧αφσδΦ ß√±≥≡επε τα∩≤±Ωα
  142. Russian.ProgramOnTheWeb=╤αΘ≥ %1 Γ ╚φ≥σ≡φσ≥σ
  143. Russian.UninstallProgram=─σΦφ±≥αδδΦ≡εΓα≥ⁿ %1
  144. Russian.LaunchProgram=╟α∩≤±≥Φ≥ⁿ %1
  145. Russian.AssocFileExtension=╤Γ& τα≥ⁿ %1 ± ⌠αΘδα∞Φ, Φ∞σ■∙Φ∞Φ ≡α±°Φ≡σφΦσ %2
  146. Russian.AssocingFileExtension=╤Γ τ√ΓαφΦσ %1 ± ⌠αΘδα∞Φ %2...
  147. Spanish.NameAndVersion=%1 versi≤n %2
  148. Spanish.AdditionalIcons=Iconos adicionales:
  149. Spanish.CreateDesktopIcon=Crear un icono en el &escritorio
  150. Spanish.CreateQuickLaunchIcon=Crear un icono de Inicio Rßpido
  151. Spanish.ProgramOnTheWeb=%1 en la Web
  152. Spanish.UninstallProgram=Desinstalar %1
  153. Spanish.LaunchProgram=Ejecutar %1
  154. Spanish.AssocFileExtension=&Asociar %1 con la extensi≤n de archivo %2
  155. Spanish.AssocingFileExtension=Asociando %1 con la extensi≤n de archivo %2...
  156.  
  157. [Languages]
  158. ; These files are stubs
  159. ; To achieve better results after recompilation, use the real language files
  160. Name: "English"; MessagesFile: "embedded\English.isl"; 
  161. Name: "Arabic"; MessagesFile: "embedded\Arabic.isl"; 
  162. Name: "French"; MessagesFile: "embedded\French.isl"; 
  163. Name: "German"; MessagesFile: "embedded\German.isl"; 
  164. Name: "Russian"; MessagesFile: "embedded\Russian.isl"; 
  165. Name: "Spanish"; MessagesFile: "embedded\Spanish.isl"; 
  166.