home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / vsop / vsophotodvd_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2005-01-24  |  9.4 KB  |  204 lines

  1. ;InnoSetupVersion=4.2.6
  2. [Setup]
  3. AppName=VSO PhotoDVD
  4. AppVerName=PhotoDVD 1.0.1
  5. AppId=VSO PhotoDVD
  6. AppPublisher=VSO-Software SARL
  7. AppPublisherURL=http://www.vso-software.fr
  8. AppSupportURL=http://www.vso-software.fr
  9. AppUpdatesURL=http://www.vso-software.fr
  10. DefaultDirName={pf}\vso\PhotoDVD
  11. DefaultGroupName=VSO\PhotoDVD
  12. OutputBaseFilename=vsophotodvd_setup_101
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. InfoAfterFile=embedded\InfoAfter.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\PhotoDVD.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\avformat.dll"; DestDir: "{app}"; 
  21. Source: "{app}\avcodec.dll"; DestDir: "{app}"; 
  22. Source: "{app}\vso_hwe.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\wm9stub.dll"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\azid.dll"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\MACDll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\ogg.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\vorbis.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\vorbisfile.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\Mpc_vso.dll"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\PcSetup.exe"; DestDir: "{app}"; 
  31. Source: "{app}\photodvd.txt"; DestDir: "{app}"; 
  32. Source: "{app}\history.txt"; DestDir: "{app}"; 
  33. Source: "{app}\lang\PHD_00000401.SPK"; DestDir: "{app}\lang"; 
  34. Source: "{app}\lang\PHD_00000404.SPK"; DestDir: "{app}\lang"; 
  35. Source: "{app}\lang\PHD_00000405.SPK"; DestDir: "{app}\lang"; 
  36. Source: "{app}\lang\PHD_00000407.SPK"; DestDir: "{app}\lang"; 
  37. Source: "{app}\lang\PHD_00000409.SPK"; DestDir: "{app}\lang"; 
  38. Source: "{app}\lang\PHD_0000040C.SPK"; DestDir: "{app}\lang"; 
  39. Source: "{app}\lang\PHD_00000410.SPK"; DestDir: "{app}\lang"; 
  40. Source: "{app}\lang\PHD_00000413.SPK"; DestDir: "{app}\lang"; 
  41. Source: "{app}\lang\PHD_00000415.SPK"; DestDir: "{app}\lang"; 
  42. Source: "{app}\lang\PHD_00000419.SPK"; DestDir: "{app}\lang"; 
  43. Source: "{app}\lang\PHD_0000041D.SPK"; DestDir: "{app}\lang"; 
  44. Source: "{app}\lang\PHD_00000425.SPK"; DestDir: "{app}\lang"; 
  45. Source: "{app}\lang\PHD_00000C0A.SPK"; DestDir: "{app}\lang"; 
  46. Source: "{app}\lang\PHD_00002C0A.SPK"; DestDir: "{app}\lang"; 
  47. Source: "{app}\lang\PHD_00000816.SPK"; DestDir: "{app}\lang"; 
  48. Source: "{app}\lang\PHD_00000804.SPK"; DestDir: "{app}\lang"; 
  49. Source: "{app}\lang\PHD_ORIGINAL.SPK"; DestDir: "{app}\lang"; 
  50. Source: "{app}\lang\prefixes.ini"; DestDir: "{app}\lang"; 
  51. [Dirs]
  52. Name: "{app}\lang"; 
  53. [Run]
  54. Filename: "{app}\PcSetup.exe"; Parameters: "/install4"; 
  55. Filename: "{app}\PhotoDVD.exe"; Description: "{cm:LaunchProgram,VSO PhotoDVD}"; Flags: postinstall skipifsilent nowait
  56. [UninstallRun]
  57. Filename: "{app}\PcSetup.exe"; Parameters: "/remove4"; 
  58. Filename: "http://www.vso-software.fr/uninstallform.php?software=PhotoDVD&version=1.0.1"; Flags: shellexec 
  59. [Icons]
  60. Name: "{group}\PhotoDVD"; Filename: "{app}\PhotoDVD.exe"; 
  61. Name: "{userdesktop}\VSO PhotoDVD"; Filename: "{app}\PhotoDVD.exe"; Tasks: desktopicon; 
  62. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\VSO PhotoDVD"; Filename: "{app}\PhotoDVD.exe"; Tasks: quicklaunchicon; 
  63. Name: "{group}\Read Me"; Filename: "{app}\photodvd.txt"; 
  64. Name: "{group}\{cm:UninstallProgram, PhotoDVD}"; Filename: "{uninstallexe}"; 
  65. [Tasks]
  66. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  67. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  68. [CustomMessages]
  69. en.NameAndVersion=%1 version %2
  70. en.AdditionalIcons=Additional icons:
  71. en.CreateDesktopIcon=Create a &desktop icon
  72. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  73. en.ProgramOnTheWeb=%1 on the Web
  74. en.UninstallProgram=Uninstall %1
  75. en.LaunchProgram=Launch %1
  76. en.AssocFileExtension=&Associate %1 with the %2 file extension
  77. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  78. de.NameAndVersion=%1 version %2
  79. de.AdditionalIcons=Additional icons:
  80. de.CreateDesktopIcon=Create a &desktop icon
  81. de.CreateQuickLaunchIcon=Create a &Quick Launch icon
  82. de.ProgramOnTheWeb=%1 on the Web
  83. de.UninstallProgram=Uninstall %1
  84. de.LaunchProgram=Launch %1
  85. de.AssocFileExtension=&Associate %1 with the %2 file extension
  86. de.AssocingFileExtension=Associating %1 with the %2 file extension...
  87. nl.AdditionalIcons=Additional icons:
  88. nl.CreateDesktopIcon=Create a &desktop icon
  89. nl.CreateQuickLaunchIcon=Create a &Quick Launch icon
  90. nl.ProgramOnTheWeb=%1 on the Web
  91. nl.UninstallProgram=Uninstall %1
  92. nl.LaunchProgram=Launch %1
  93. nl.AssocFileExtension=&Associate %1 with the %2 file extension
  94. nl.AssocingFileExtension=Associating %1 with the %2 file extension...
  95. nl.NameAndVersion=%1 version %2
  96. gk.NameAndVersion=%1 version %2
  97. gk.AdditionalIcons=Additional icons:
  98. gk.CreateDesktopIcon=Create a &desktop icon
  99. gk.CreateQuickLaunchIcon=Create a &Quick Launch icon
  100. gk.ProgramOnTheWeb=%1 on the Web
  101. gk.UninstallProgram=Uninstall %1
  102. gk.LaunchProgram=Launch %1
  103. gk.AssocFileExtension=&Associate %1 with the %2 file extension
  104. gk.AssocingFileExtension=Associating %1 with the %2 file extension...
  105. br.NameAndVersion=%1 version %2
  106. br.AdditionalIcons=Additional icons:
  107. br.CreateDesktopIcon=Create a &desktop icon
  108. br.CreateQuickLaunchIcon=Create a &Quick Launch icon
  109. br.ProgramOnTheWeb=%1 on the Web
  110. br.UninstallProgram=Uninstall %1
  111. br.LaunchProgram=Launch %1
  112. br.AssocFileExtension=&Associate %1 with the %2 file extension
  113. br.AssocingFileExtension=Associating %1 with the %2 file extension...
  114. sp.NameAndVersion=%1 version %2
  115. sp.AdditionalIcons=Additional icons:
  116. sp.CreateDesktopIcon=Create a &desktop icon
  117. sp.CreateQuickLaunchIcon=Create a &Quick Launch icon
  118. sp.ProgramOnTheWeb=%1 on the Web
  119. sp.UninstallProgram=Uninstall %1
  120. sp.LaunchProgram=Launch %1
  121. sp.AssocFileExtension=&Associate %1 with the %2 file extension
  122. sp.AssocingFileExtension=Associating %1 with the %2 file extension...
  123. da.NameAndVersion=%1 version %2
  124. da.AdditionalIcons=Additional icons:
  125. da.CreateDesktopIcon=Create a &desktop icon
  126. da.CreateQuickLaunchIcon=Create a &Quick Launch icon
  127. da.ProgramOnTheWeb=%1 on the Web
  128. da.UninstallProgram=Uninstall %1
  129. da.LaunchProgram=Launch %1
  130. da.AssocFileExtension=&Associate %1 with the %2 file extension
  131. da.AssocingFileExtension=Associating %1 with the %2 file extension...
  132. it.NameAndVersion=%1 version %2
  133. it.AdditionalIcons=Additional icons:
  134. it.CreateDesktopIcon=Create a &desktop icon
  135. it.CreateQuickLaunchIcon=Create a &Quick Launch icon
  136. it.ProgramOnTheWeb=%1 on the Web
  137. it.UninstallProgram=Uninstall %1
  138. it.LaunchProgram=Launch %1
  139. it.AssocFileExtension=&Associate %1 with the %2 file extension
  140. it.AssocingFileExtension=Associating %1 with the %2 file extension...
  141. jp.AdditionalIcons=
  142. jp.CreateDesktopIcon=
  143. jp.CreateQuickLaunchIcon=
  144. jp.ProgramOnTheWeb=%1 
  145. jp.UninstallProgram=%1 
  146. jp.LaunchProgram=%1 
  147. jp.AssocFileExtension=%1 
  148. q %2 
  149. jp.AssocingFileExtension=%1 
  150. q %2 
  151. jp.NameAndVersion=%1 version %2
  152. po.AdditionalIcons=Additional icons: 
  153. po.CreateDesktopIcon=Create a &desktop icon 
  154. po.CreateQuickLaunchIcon=Create a &Quick Launch icon 
  155. po.ProgramOnTheWeb=%1 on the Web 
  156. po.UninstallProgram=Uninstall %1 
  157. po.LaunchProgram=Launch %1 
  158. po.AssocFileExtension=&Associate %1 with the %2 file extension 
  159. po.AssocingFileExtension=Associating %1 with the %2 file extension... 
  160. po.NameAndVersion=%1 version %2
  161. fr.AdditionalIcons=Additional icons:
  162. fr.CreateDesktopIcon=Create a &desktop icon
  163. fr.CreateQuickLaunchIcon=Create a &Quick Launch icon
  164. fr.ProgramOnTheWeb=%1 on the Web
  165. fr.UninstallProgram=Uninstall %1
  166. fr.LaunchProgram=Launch %1
  167. fr.AssocFileExtension=&Associate %1 with the %2 file extension
  168. fr.AssocingFileExtension=Associating %1 with the %2 file extension...
  169. fr.NameAndVersion=%1 version %2
  170. cz.AdditionalIcons=Additional icons: 
  171. cz.CreateDesktopIcon=Create a &desktop icon 
  172. cz.CreateQuickLaunchIcon=Create a &Quick Launch icon 
  173. cz.ProgramOnTheWeb=%1 on the Web 
  174. cz.UninstallProgram=Uninstall %1 
  175. cz.LaunchProgram=Launch %1 
  176. cz.AssocFileExtension=&Associate %1 with the %2 file extension 
  177. cz.AssocingFileExtension=Associating %1 with the %2 file extension... 
  178. cz.NameAndVersion=%1 version %2
  179. Ch.NameAndVersion=%1 version %2
  180. Ch.AdditionalIcons=Additional icons:
  181. Ch.CreateDesktopIcon=Create a &desktop icon
  182. Ch.CreateQuickLaunchIcon=Create a &Quick Launch icon
  183. Ch.ProgramOnTheWeb=%1 on the Web
  184. Ch.UninstallProgram=Uninstall %1
  185. Ch.LaunchProgram=Launch %1
  186. Ch.AssocFileExtension=&Associate %1 with the %2 file extension
  187. Ch.AssocingFileExtension=Associating %1 with the %2 file extension...
  188. [Languages]
  189. ; These files are stubs
  190. ; To achieve better results after recompilation, use the real language files
  191. Name: "en"; MessagesFile: "embedded\en.isl"; 
  192. Name: "de"; MessagesFile: "embedded\de.isl"; 
  193. Name: "nl"; MessagesFile: "embedded\nl.isl"; 
  194. Name: "gk"; MessagesFile: "embedded\gk.isl"; 
  195. Name: "br"; MessagesFile: "embedded\br.isl"; 
  196. Name: "sp"; MessagesFile: "embedded\sp.isl"; 
  197. Name: "da"; MessagesFile: "embedded\da.isl"; 
  198. Name: "it"; MessagesFile: "embedded\it.isl"; 
  199. Name: "jp"; MessagesFile: "embedded\jp.isl"; LicenseFile: "embedded\jpLicense.txt"; 
  200. Name: "po"; MessagesFile: "embedded\po.isl"; 
  201. Name: "fr"; MessagesFile: "embedded\fr.isl"; 
  202. Name: "cz"; MessagesFile: "embedded\cz.isl"; 
  203. Name: "Ch"; MessagesFile: "embedded\Ch.isl"; 
  204.