home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Multimedia / vsodivx / vsoDivxToDVD_setup_047.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-02-10  |  8.2 KB  |  179 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=VSO DivxToDVD
  4. AppVerName=DivxToDVD 0.4.5
  5. AppId=VSO DivxToDVD
  6. AppVersion=0.4.5
  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_045
  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_0000040C.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_00000410.SPK"; DestDir: "{app}\Lang"; 
  30. Source: "{app}\Lang\DXDVD_00000413.SPK"; DestDir: "{app}\Lang"; 
  31. Source: "{app}\Lang\DXDVD_00000415.SPK"; DestDir: "{app}\Lang"; 
  32. Source: "{app}\Lang\DXDVD_00000419.SPK"; DestDir: "{app}\Lang"; 
  33. Source: "{app}\Lang\DXDVD_0000041D.SPK"; DestDir: "{app}\Lang"; 
  34. Source: "{app}\Lang\DXDVD_00000804.SPK"; DestDir: "{app}\Lang"; 
  35. Source: "{app}\Lang\DXDVD_00000C0A.SPK"; DestDir: "{app}\Lang"; 
  36. Source: "{app}\Lang\DXDVD_ORIGINAL.SPK"; DestDir: "{app}\Lang"; 
  37. Source: "{app}\Lang\Lang_Editor.exe"; DestDir: "{app}\Lang"; 
  38. Source: "{app}\Lang\prefixes.ini"; DestDir: "{app}\Lang"; 
  39. [Dirs]
  40. Name: "{app}\Lang"; 
  41. [Registry]
  42. Root: HKLM; Subkey: "Software\VSO"; ValueName: "DivXtoDVD"; ValueType: String; ValueData: "{app}\divxtodvd.exe"; Flags: uninsdeletevalue 
  43. [Run]
  44. Filename: "{app}\DivxToDVD.exe"; Description: "{cm:LaunchProgram,VSO DivxToDVD}"; Flags: postinstall skipifsilent nowait
  45. [UninstallRun]
  46. Filename: "http://www.vso-software.fr/uninstallform.php?software=DivxToDVD&version=0.4.1"; RunOnceId: "divxtodvduninstallsurvey"; Flags: shellexec 
  47. [Icons]
  48. Name: "{group}\DivxToDVD"; Filename: "{app}\DivxToDVD.exe"; 
  49. Name: "{userdesktop}\VSO DivxToDVD"; Filename: "{app}\DivxToDVD.exe"; Tasks: desktopicon; 
  50. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\VSO DivxToDVD"; Filename: "{app}\DivxToDVD.exe"; Tasks: quicklaunchicon; 
  51. Name: "{group}\Read Me"; Filename: "{app}\divxtodvd.txt"; 
  52. [Tasks]
  53. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  54. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  55. [CustomMessages]
  56. en.NameAndVersion=%1 version %2
  57. en.AdditionalIcons=Additional icons:
  58. en.CreateDesktopIcon=Create a &desktop icon
  59. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  60. en.ProgramOnTheWeb=%1 on the Web
  61. en.UninstallProgram=Uninstall %1
  62. en.LaunchProgram=Launch %1
  63. en.AssocFileExtension=&Associate %1 with the %2 file extension
  64. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  65. de.NameAndVersion=%1 version %2
  66. de.AdditionalIcons=Additional icons:
  67. de.CreateDesktopIcon=Create a &desktop icon
  68. de.CreateQuickLaunchIcon=Create a &Quick Launch icon
  69. de.ProgramOnTheWeb=%1 on the Web
  70. de.UninstallProgram=Uninstall %1
  71. de.LaunchProgram=Launch %1
  72. de.AssocFileExtension=&Associate %1 with the %2 file extension
  73. de.AssocingFileExtension=Associating %1 with the %2 file extension...
  74. nl.AdditionalIcons=Additional icons:
  75. nl.CreateDesktopIcon=Create a &desktop icon
  76. nl.CreateQuickLaunchIcon=Create a &Quick Launch icon
  77. nl.ProgramOnTheWeb=%1 on the Web
  78. nl.UninstallProgram=Uninstall %1
  79. nl.LaunchProgram=Launch %1
  80. nl.AssocFileExtension=&Associate %1 with the %2 file extension
  81. nl.AssocingFileExtension=Associating %1 with the %2 file extension...
  82. nl.NameAndVersion=%1 version %2
  83. gk.NameAndVersion=%1 version %2
  84. gk.AdditionalIcons=Additional icons:
  85. gk.CreateDesktopIcon=Create a &desktop icon
  86. gk.CreateQuickLaunchIcon=Create a &Quick Launch icon
  87. gk.ProgramOnTheWeb=%1 on the Web
  88. gk.UninstallProgram=Uninstall %1
  89. gk.LaunchProgram=Launch %1
  90. gk.AssocFileExtension=&Associate %1 with the %2 file extension
  91. gk.AssocingFileExtension=Associating %1 with the %2 file extension...
  92. br.NameAndVersion=%1 version %2
  93. br.AdditionalIcons=Additional icons:
  94. br.CreateDesktopIcon=Create a &desktop icon
  95. br.CreateQuickLaunchIcon=Create a &Quick Launch icon
  96. br.ProgramOnTheWeb=%1 on the Web
  97. br.UninstallProgram=Uninstall %1
  98. br.LaunchProgram=Launch %1
  99. br.AssocFileExtension=&Associate %1 with the %2 file extension
  100. br.AssocingFileExtension=Associating %1 with the %2 file extension...
  101. sp.NameAndVersion=%1 version %2
  102. sp.AdditionalIcons=Additional icons:
  103. sp.CreateDesktopIcon=Create a &desktop icon
  104. sp.CreateQuickLaunchIcon=Create a &Quick Launch icon
  105. sp.ProgramOnTheWeb=%1 on the Web
  106. sp.UninstallProgram=Uninstall %1
  107. sp.LaunchProgram=Launch %1
  108. sp.AssocFileExtension=&Associate %1 with the %2 file extension
  109. sp.AssocingFileExtension=Associating %1 with the %2 file extension...
  110. da.NameAndVersion=%1 version %2
  111. da.AdditionalIcons=Additional icons:
  112. da.CreateDesktopIcon=Create a &desktop icon
  113. da.CreateQuickLaunchIcon=Create a &Quick Launch icon
  114. da.ProgramOnTheWeb=%1 on the Web
  115. da.UninstallProgram=Uninstall %1
  116. da.LaunchProgram=Launch %1
  117. da.AssocFileExtension=&Associate %1 with the %2 file extension
  118. da.AssocingFileExtension=Associating %1 with the %2 file extension...
  119. it.NameAndVersion=%1 version %2
  120. it.AdditionalIcons=Additional icons:
  121. it.CreateDesktopIcon=Create a &desktop icon
  122. it.CreateQuickLaunchIcon=Create a &Quick Launch icon
  123. it.ProgramOnTheWeb=%1 on the Web
  124. it.UninstallProgram=Uninstall %1
  125. it.LaunchProgram=Launch %1
  126. it.AssocFileExtension=&Associate %1 with the %2 file extension
  127. it.AssocingFileExtension=Associating %1 with the %2 file extension...
  128. po.AdditionalIcons=Additional icons: 
  129. po.CreateDesktopIcon=Create a &desktop icon 
  130. po.CreateQuickLaunchIcon=Create a &Quick Launch icon 
  131. po.ProgramOnTheWeb=%1 on the Web 
  132. po.UninstallProgram=Uninstall %1 
  133. po.LaunchProgram=Launch %1 
  134. po.AssocFileExtension=&Associate %1 with the %2 file extension 
  135. po.AssocingFileExtension=Associating %1 with the %2 file extension... 
  136. po.NameAndVersion=%1 version %2
  137. fr.AdditionalIcons=Additional icons:
  138. fr.CreateDesktopIcon=Create a &desktop icon
  139. fr.CreateQuickLaunchIcon=Create a &Quick Launch icon
  140. fr.ProgramOnTheWeb=%1 on the Web
  141. fr.UninstallProgram=Uninstall %1
  142. fr.LaunchProgram=Launch %1
  143. fr.AssocFileExtension=&Associate %1 with the %2 file extension
  144. fr.AssocingFileExtension=Associating %1 with the %2 file extension...
  145. fr.NameAndVersion=%1 version %2
  146. cz.AdditionalIcons=Additional icons: 
  147. cz.CreateDesktopIcon=Create a &desktop icon 
  148. cz.CreateQuickLaunchIcon=Create a &Quick Launch icon 
  149. cz.ProgramOnTheWeb=%1 on the Web 
  150. cz.UninstallProgram=Uninstall %1 
  151. cz.LaunchProgram=Launch %1 
  152. cz.AssocFileExtension=&Associate %1 with the %2 file extension 
  153. cz.AssocingFileExtension=Associating %1 with the %2 file extension... 
  154. cz.NameAndVersion=%1 version %2
  155. Ch.NameAndVersion=%1 version %2
  156. Ch.AdditionalIcons=Additional icons:
  157. Ch.CreateDesktopIcon=Create a &desktop icon
  158. Ch.CreateQuickLaunchIcon=Create a &Quick Launch icon
  159. Ch.ProgramOnTheWeb=%1 on the Web
  160. Ch.UninstallProgram=Uninstall %1
  161. Ch.LaunchProgram=Launch %1
  162. Ch.AssocFileExtension=&Associate %1 with the %2 file extension
  163. Ch.AssocingFileExtension=Associating %1 with the %2 file extension...
  164. [Languages]
  165. ; These files are stubs
  166. ; To achieve better results after recompilation, use the real language files
  167. Name: "en"; MessagesFile: "embedded\en.isl"; 
  168. Name: "de"; MessagesFile: "embedded\de.isl"; 
  169. Name: "nl"; MessagesFile: "embedded\nl.isl"; 
  170. Name: "gk"; MessagesFile: "embedded\gk.isl"; 
  171. Name: "br"; MessagesFile: "embedded\br.isl"; 
  172. Name: "sp"; MessagesFile: "embedded\sp.isl"; 
  173. Name: "da"; MessagesFile: "embedded\da.isl"; 
  174. Name: "it"; MessagesFile: "embedded\it.isl"; 
  175. Name: "po"; MessagesFile: "embedded\po.isl"; 
  176. Name: "fr"; MessagesFile: "embedded\fr.isl"; 
  177. Name: "cz"; MessagesFile: "embedded\cz.isl"; 
  178. Name: "Ch"; MessagesFile: "embedded\Ch.isl"; 
  179.