home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 September / PCpro_2005_09.ISO / files / dvb / divx2dvd / vsoDivxToDVD_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-07-10  |  8.9 KB  |  195 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=VSO DivxToDVD
  4. AppVerName=DivxToDVD 0.5.2b
  5. AppId=VSO DivxToDVD
  6. AppVersion=0.5.2b
  7. AppPublisher=VSO-Software SARL
  8. AppPublisherURL=http://www.vso-software.fr
  9. AppSupportURL=http://www.vso-software.fr
  10. AppUpdatesURL=http://www.vso-software.fr
  11. DefaultDirName={pf}\vso\DivxToDVD
  12. DefaultGroupName=VSO\DivxToDVD
  13. OutputBaseFilename=vsoDivxToDVD_setup_052b
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. InfoAfterFile=embedded\InfoAfter.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\DivxToDVD.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\avformat.dll"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\avcodec.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\divxtodvd.txt"; DestDir: "{app}"; 
  24. Source: "{app}\Lang\DXDVD_00000401.SPK"; DestDir: "{app}\Lang"; 
  25. Source: "{app}\Lang\DXDVD_00000404.SPK"; DestDir: "{app}\Lang"; 
  26. Source: "{app}\Lang\DXDVD_00000405.SPK"; DestDir: "{app}\Lang"; 
  27. Source: "{app}\Lang\DXDVD_00000407.SPK"; DestDir: "{app}\Lang"; 
  28. Source: "{app}\Lang\DXDVD_00000409.SPK"; DestDir: "{app}\Lang"; 
  29. Source: "{app}\Lang\DXDVD_0000040B.SPK"; DestDir: "{app}\Lang"; 
  30. Source: "{app}\Lang\DXDVD_0000040C.SPK"; DestDir: "{app}\Lang"; 
  31. Source: "{app}\Lang\DXDVD_0000040E.SPK"; DestDir: "{app}\Lang"; 
  32. Source: "{app}\Lang\DXDVD_00000410.SPK"; DestDir: "{app}\Lang"; 
  33. Source: "{app}\Lang\DXDVD_00000411.SPK"; DestDir: "{app}\Lang"; 
  34. Source: "{app}\Lang\DXDVD_00000413.SPK"; DestDir: "{app}\Lang"; 
  35. Source: "{app}\Lang\DXDVD_00000415.SPK"; DestDir: "{app}\Lang"; 
  36. Source: "{app}\Lang\DXDVD_00000418.SPK"; DestDir: "{app}\Lang"; 
  37. Source: "{app}\Lang\DXDVD_00000419.SPK"; DestDir: "{app}\Lang"; 
  38. Source: "{app}\Lang\DXDVD_0000041D.SPK"; DestDir: "{app}\Lang"; 
  39. Source: "{app}\Lang\DXDVD_00000804.SPK"; DestDir: "{app}\Lang"; 
  40. Source: "{app}\Lang\DXDVD_00000C0A.SPK"; DestDir: "{app}\Lang"; 
  41. Source: "{app}\Lang\DXDVD_00002C0A.SPK"; DestDir: "{app}\Lang"; 
  42. Source: "{app}\Lang\DXDVD_ORIGINAL.SPK"; DestDir: "{app}\Lang"; 
  43. Source: "{app}\Lang\Lang_Editor.exe"; DestDir: "{app}\Lang"; 
  44. Source: "{app}\Lang\prefixes.ini"; DestDir: "{app}\Lang"; 
  45. [Dirs]
  46. Name: "{app}\Lang"; 
  47. [Registry]
  48. Root: HKLM; Subkey: "Software\VSO"; ValueName: "DivXtoDVD"; ValueType: String; ValueData: "{app}\divxtodvd.exe"; Flags: uninsdeletevalue 
  49. [Run]
  50. Filename: "{app}\DivxToDVD.exe"; Description: "{cm:LaunchProgram,VSO DivxToDVD}"; Flags: postinstall skipifsilent nowait
  51. [Icons]
  52. Name: "{group}\DivxToDVD"; Filename: "{app}\DivxToDVD.exe"; 
  53. Name: "{userdesktop}\VSO DivxToDVD"; Filename: "{app}\DivxToDVD.exe"; Tasks: desktopicon; 
  54. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\VSO DivxToDVD"; Filename: "{app}\DivxToDVD.exe"; Tasks: quicklaunchicon; 
  55. Name: "{group}\Read Me"; Filename: "{app}\divxtodvd.txt"; 
  56. [Tasks]
  57. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  58. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  59. [CustomMessages]
  60. en.NameAndVersion=%1 version %2
  61. en.AdditionalIcons=Additional icons:
  62. en.CreateDesktopIcon=Create a &desktop icon
  63. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  64. en.ProgramOnTheWeb=%1 on the Web
  65. en.UninstallProgram=Uninstall %1
  66. en.LaunchProgram=Launch %1
  67. en.AssocFileExtension=&Associate %1 with the %2 file extension
  68. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  69. de.NameAndVersion=%1 version %2
  70. de.AdditionalIcons=Additional icons:
  71. de.CreateDesktopIcon=Create a &desktop icon
  72. de.CreateQuickLaunchIcon=Create a &Quick Launch icon
  73. de.ProgramOnTheWeb=%1 on the Web
  74. de.UninstallProgram=Uninstall %1
  75. de.LaunchProgram=Launch %1
  76. de.AssocFileExtension=&Associate %1 with the %2 file extension
  77. de.AssocingFileExtension=Associating %1 with the %2 file extension...
  78. nl.AdditionalIcons=Additional icons:
  79. nl.CreateDesktopIcon=Create a &desktop icon
  80. nl.CreateQuickLaunchIcon=Create a &Quick Launch icon
  81. nl.ProgramOnTheWeb=%1 on the Web
  82. nl.UninstallProgram=Uninstall %1
  83. nl.LaunchProgram=Launch %1
  84. nl.AssocFileExtension=&Associate %1 with the %2 file extension
  85. nl.AssocingFileExtension=Associating %1 with the %2 file extension...
  86. nl.NameAndVersion=%1 version %2
  87. gk.NameAndVersion=%1 version %2
  88. gk.AdditionalIcons=Additional icons:
  89. gk.CreateDesktopIcon=Create a &desktop icon
  90. gk.CreateQuickLaunchIcon=Create a &Quick Launch icon
  91. gk.ProgramOnTheWeb=%1 on the Web
  92. gk.UninstallProgram=Uninstall %1
  93. gk.LaunchProgram=Launch %1
  94. gk.AssocFileExtension=&Associate %1 with the %2 file extension
  95. gk.AssocingFileExtension=Associating %1 with the %2 file extension...
  96. br.NameAndVersion=%1 version %2
  97. br.AdditionalIcons=Additional icons:
  98. br.CreateDesktopIcon=Create a &desktop icon
  99. br.CreateQuickLaunchIcon=Create a &Quick Launch icon
  100. br.ProgramOnTheWeb=%1 on the Web
  101. br.UninstallProgram=Uninstall %1
  102. br.LaunchProgram=Launch %1
  103. br.AssocFileExtension=&Associate %1 with the %2 file extension
  104. br.AssocingFileExtension=Associating %1 with the %2 file extension...
  105. sp.NameAndVersion=%1 version %2
  106. sp.AdditionalIcons=Additional icons:
  107. sp.CreateDesktopIcon=Create a &desktop icon
  108. sp.CreateQuickLaunchIcon=Create a &Quick Launch icon
  109. sp.ProgramOnTheWeb=%1 on the Web
  110. sp.UninstallProgram=Uninstall %1
  111. sp.LaunchProgram=Launch %1
  112. sp.AssocFileExtension=&Associate %1 with the %2 file extension
  113. sp.AssocingFileExtension=Associating %1 with the %2 file extension...
  114. da.NameAndVersion=%1 version %2
  115. da.AdditionalIcons=Additional icons:
  116. da.CreateDesktopIcon=Create a &desktop icon
  117. da.CreateQuickLaunchIcon=Create a &Quick Launch icon
  118. da.ProgramOnTheWeb=%1 on the Web
  119. da.UninstallProgram=Uninstall %1
  120. da.LaunchProgram=Launch %1
  121. da.AssocFileExtension=&Associate %1 with the %2 file extension
  122. da.AssocingFileExtension=Associating %1 with the %2 file extension...
  123. it.NameAndVersion=%1 version %2
  124. it.AdditionalIcons=Additional icons:
  125. it.CreateDesktopIcon=Create a &desktop icon
  126. it.CreateQuickLaunchIcon=Create a &Quick Launch icon
  127. it.ProgramOnTheWeb=%1 on the Web
  128. it.UninstallProgram=Uninstall %1
  129. it.LaunchProgram=Launch %1
  130. it.AssocFileExtension=&Associate %1 with the %2 file extension
  131. it.AssocingFileExtension=Associating %1 with the %2 file extension...
  132. jp.AdditionalIcons=
  133. jp.CreateDesktopIcon=
  134. jp.CreateQuickLaunchIcon=
  135. jp.ProgramOnTheWeb=%1 
  136. jp.UninstallProgram=%1 
  137. jp.LaunchProgram=%1 
  138. jp.AssocFileExtension=%1 
  139. q %2 
  140. jp.AssocingFileExtension=%1 
  141. q %2 
  142. jp.NameAndVersion=%1 version %2
  143. po.AdditionalIcons=Additional icons: 
  144. po.CreateDesktopIcon=Create a &desktop icon 
  145. po.CreateQuickLaunchIcon=Create a &Quick Launch icon 
  146. po.ProgramOnTheWeb=%1 on the Web 
  147. po.UninstallProgram=Uninstall %1 
  148. po.LaunchProgram=Launch %1 
  149. po.AssocFileExtension=&Associate %1 with the %2 file extension 
  150. po.AssocingFileExtension=Associating %1 with the %2 file extension... 
  151. po.NameAndVersion=%1 version %2
  152. fr.AdditionalIcons=Additional icons:
  153. fr.CreateDesktopIcon=Create a &desktop icon
  154. fr.CreateQuickLaunchIcon=Create a &Quick Launch icon
  155. fr.ProgramOnTheWeb=%1 on the Web
  156. fr.UninstallProgram=Uninstall %1
  157. fr.LaunchProgram=Launch %1
  158. fr.AssocFileExtension=&Associate %1 with the %2 file extension
  159. fr.AssocingFileExtension=Associating %1 with the %2 file extension...
  160. fr.NameAndVersion=%1 version %2
  161. cz.AdditionalIcons=Additional icons: 
  162. cz.CreateDesktopIcon=Create a &desktop icon 
  163. cz.CreateQuickLaunchIcon=Create a &Quick Launch icon 
  164. cz.ProgramOnTheWeb=%1 on the Web 
  165. cz.UninstallProgram=Uninstall %1 
  166. cz.LaunchProgram=Launch %1 
  167. cz.AssocFileExtension=&Associate %1 with the %2 file extension 
  168. cz.AssocingFileExtension=Associating %1 with the %2 file extension... 
  169. cz.NameAndVersion=%1 version %2
  170. Ch.NameAndVersion=%1 version %2
  171. Ch.AdditionalIcons=Additional icons:
  172. Ch.CreateDesktopIcon=Create a &desktop icon
  173. Ch.CreateQuickLaunchIcon=Create a &Quick Launch icon
  174. Ch.ProgramOnTheWeb=%1 on the Web
  175. Ch.UninstallProgram=Uninstall %1
  176. Ch.LaunchProgram=Launch %1
  177. Ch.AssocFileExtension=&Associate %1 with the %2 file extension
  178. Ch.AssocingFileExtension=Associating %1 with the %2 file extension...
  179. [Languages]
  180. ; These files are stubs
  181. ; To achieve better results after recompilation, use the real language files
  182. Name: "en"; MessagesFile: "embedded\en.isl"; 
  183. Name: "de"; MessagesFile: "embedded\de.isl"; 
  184. Name: "nl"; MessagesFile: "embedded\nl.isl"; 
  185. Name: "gk"; MessagesFile: "embedded\gk.isl"; 
  186. Name: "br"; MessagesFile: "embedded\br.isl"; 
  187. Name: "sp"; MessagesFile: "embedded\sp.isl"; 
  188. Name: "da"; MessagesFile: "embedded\da.isl"; 
  189. Name: "it"; MessagesFile: "embedded\it.isl"; 
  190. Name: "jp"; MessagesFile: "embedded\jp.isl"; 
  191. Name: "po"; MessagesFile: "embedded\po.isl"; 
  192. Name: "fr"; MessagesFile: "embedded\fr.isl"; 
  193. Name: "cz"; MessagesFile: "embedded\cz.isl"; 
  194. Name: "Ch"; MessagesFile: "embedded\Ch.isl"; 
  195.