home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / ezvid / ezvid0874.exe / install_script.iss
Text File  |  2012-09-05  |  9KB  |  160 lines

  1. ;InnoSetupVersion=5.5.0
  2.  
  3. [Setup]
  4. AppName=Ezvid
  5. AppVerName=Ezvid 0.8.7.4
  6. AppId={{F96D619D-99D6-4C9C-A393-0CD22DE1CA66}
  7. AppVersion=0.8.7.4
  8. AppPublisher=Ezvid, inc.
  9. AppPublisherURL=http://www.ezvid.com
  10. AppMutex=Global\MyApp.SingleInstance
  11. CreateAppDir=no
  12. UninstallDisplayIcon={pf32}\ezvid\64.ico
  13. UninstallDisplayName=Ezvid
  14. OutputBaseFilename=in
  15. Compression=lzma2
  16. DisableProgramGroupPage=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{tmp}\OCSetupHlp.dll"; DestDir: "{tmp}"; MinVersion: 0.0,5.01 Service Pack 3; Flags: deleteafterinstall ignoreversion dontcopy 
  23. Source: "{sys}\Lagarith.dll"; DestDir: "{sys}"; MinVersion: 0.0,5.01 Service Pack 3; Flags: ignoreversion 
  24. Source: "{sys}\lagarith.inf"; DestDir: "{sys}"; MinVersion: 0.0,5.01 Service Pack 3; Flags: ignoreversion 
  25. Source: "{sys}\VisioForge_Screen_Capture.ax"; DestDir: "{sys}"; MinVersion: 0.0,5.01 Service Pack 3; 
  26. Source: "{sys}\VisioForge_Screen_Capture_x64.ax"; DestDir: "{sys}"; MinVersion: 0.0,5.01 Service Pack 3; 
  27. Source: "{sys}\VisioForge_Video_Resize.ax"; DestDir: "{sys}"; MinVersion: 0.0,5.01 Service Pack 3; 
  28. Source: "{sys}\VisioForge_YUV2RGB.ax"; DestDir: "{sys}"; MinVersion: 0.0,5.01 Service Pack 3; 
  29. Source: "{sys}\VisioForge_RGB2YUV.ax"; DestDir: "{sys}"; MinVersion: 0.0,5.01 Service Pack 3; 
  30. Source: "{sys}\VisioForge_Video_Mixer.ax"; DestDir: "{sys}"; MinVersion: 0.0,5.01 Service Pack 3; 
  31. Source: "{pf32}\ezvid\64.ico"; DestDir: "{pf32}\ezvid"; MinVersion: 0.0,5.01 Service Pack 3; 
  32. Source: "{tmp}\isxdl.dll"; DestDir: "{tmp}"; MinVersion: 0.0,5.01 Service Pack 3; Flags: deleteafterinstall dontcopy 
  33. Source: "{tmp}\german2.ini"; DestDir: "{tmp}"; MinVersion: 0.0,5.01 Service Pack 3; Flags: deleteafterinstall dontcopy 
  34.  
  35. [Dirs]
  36. Name: "{pf32}\ezvid"; Flags: uninsneveruninstall 
  37. Name: "{pf32}\ezvid\songs"; 
  38. Name: "{pf32}\ezvid\licenses"; 
  39. Name: "{userdocs}\ezvid\projects"; Flags: uninsneveruninstall 
  40. Name: "{userdocs}\ezvid\errors"; 
  41.  
  42. [Registry]
  43. Root: HKCU; Subkey: "Software\Lagarith"; ValueName: "Multithread"; ValueType: String; ValueData: "1"; MinVersion: 0.0,5.01 Service Pack 3; 
  44.  
  45. [Run]
  46. Filename: "{pf32}\ezvid\ezvid.exe"; Description: "{cm:LaunchProgram,ezvid}"; MinVersion: 0.0,5.01 Service Pack 3; Flags: postinstall skipifsilent nowait
  47. Filename: "{sys}\rundll32.exe"; Parameters: "setupapi.dll,InstallHinfSection DefaultInstall 0 {sys}\lagarith.inf"; MinVersion: 0.0,5.01 Service Pack 3; 
  48. Filename: "{sys}\regsvr32.exe"; Parameters: "/s VisioForge_Screen_Capture.ax"; MinVersion: 0.0,5.01 Service Pack 3; 
  49.  
  50. [Icons]
  51. Name: "{commondesktop}\ezvid"; Filename: "{pf32}\ezvid\ezvid.exe"; IconFilename: "{pf32}\ezvid\64.ico"; MinVersion: 0.0,5.01 Service Pack 3; 
  52. Name: "{commonprograms}\ezvid\ezvid"; Filename: "{pf32}\ezvid\ezvid.exe"; IconFilename: "{pf32}\ezvid\64.ico"; MinVersion: 0.0,5.01 Service Pack 3; 
  53. Name: "{commonprograms}\ezvid\uninstall ezvid"; Filename: "{uninstallexe}"; MinVersion: 0.0,5.01 Service Pack 3; 
  54. Name: "{commonprograms}\ezvid\ezvid log"; Filename: "{userdocs}\ezvid\errors\errorlog.txt"; MinVersion: 0.0,5.01 Service Pack 3; 
  55.  
  56. [UninstallDelete]
  57. Type: files; Name: "{pf32}\ezvid\ezvid.exe"; 
  58. Type: filesandordirs; Name: "{pf32}\ezvid\songs"; 
  59. Type: filesandordirs; Name: "{pf32}\ezvid\licenses"; 
  60. Type: files; Name: "{pf32}\ezvid\screencaplog.txt"; 
  61. Type: files; Name: "{pf32}\ezvid\EULA.txt"; 
  62. Type: files; Name: "{pf32}\ezvid\ganet.txt"; 
  63. Type: files; Name: "{pf32}\ezvid\ScreenshotInject.dll"; 
  64. Type: files; Name: "{pf32}\ezvid\Interop.BytescoutScreenCapturingLib.dll"; 
  65. Type: files; Name: "{pf32}\ezvid\Uninstall.bat"; 
  66. Type: files; Name: "{pf32}\ezvid\empty.png"; 
  67. Type: files; Name: "{pf32}\ezvid\log4net.dll"; 
  68. Type: files; Name: "{pf32}\ezvid\BytescoutScreenCapturing.dll"; 
  69. Type: files; Name: "{pf32}\ezvid\youtube.prx"; 
  70. Type: files; Name: "{pf32}\ezvid\default.wmv"; 
  71. Type: files; Name: "{pf32}\ezvid\PushSource.dll"; 
  72. Type: files; Name: "{pf32}\ezvid\EasyHook.dll"; 
  73. Type: files; Name: "{pf32}\ezvid\EasyHook32.dll"; 
  74. Type: files; Name: "{pf32}\ezvid\EasyHook64.dll"; 
  75. Type: files; Name: "{pf32}\ezvid\DotNetOpenAuth.dll"; 
  76. Type: files; Name: "{pf32}\ezvid\Google.GData.Client.dll"; 
  77. Type: files; Name: "{pf32}\ezvid\Google.GData.Extensions.dll"; 
  78. Type: files; Name: "{pf32}\ezvid\Google.GData.YouTube.dll"; 
  79. Type: files; Name: "{pf32}\ezvid\Newtonsoft.Json.Net35.dll"; 
  80. Type: files; Name: "{pf32}\ezvid\OCSetupHlp.dll"; 
  81. Type: files; Name: "{pf32}\ezvid\ffmpeg.exe"; 
  82. Type: files; Name: "{pf32}\ezvid\ezvid.exe.config"; 
  83. Type: files; Name: "{pf32}\ezvid\GaDotNet.Common.dll"; 
  84. Type: files; Name: "{pf32}\ezvid\WindowsMediaLib.dll"; 
  85. Type: files; Name: "{pf32}\ezvid\DirectShowLib-2005.dll"; 
  86. Type: files; Name: "{pf32}\ezvid\NAudio.dll"; 
  87. Type: files; Name: "{pf32}\ezvid\icudt38.dll"; 
  88. Type: files; Name: "{pf32}\ezvid\Awesomium.dll"; 
  89. Type: files; Name: "{pf32}\ezvid\Cjc.AwesomiumWrapper.dll"; 
  90. Type: files; Name: "{pf32}\ezvid\Cjc.ChromiumBrowser.dll"; 
  91. Type: files; Name: "{pf32}\ezvid\csMusicLibraryPro.dll"; 
  92. Type: files; Name: "{pf32}\ezvid\nircmd.exe"; 
  93. Type: files; Name: "{pf32}\ezvid\VisioForge.Controls.dll"; 
  94. Type: files; Name: "{pf32}\ezvid\VisioForge.Controls.WPF.dll"; 
  95. Type: files; Name: "{pf32}\ezvid\VisioForge.Controls.WPF.Renderer.NET35.dll"; 
  96. Type: files; Name: "{pf32}\ezvid\VisioForge.MediaFramework.dll"; 
  97. Type: files; Name: "{pf32}\ezvid\VisioForge.Shared.dll"; 
  98. Type: files; Name: "{pf32}\ezvid\VisioForge.Types.dll"; 
  99. Type: filesandordirs; Name: "{pf32}\ezvid"; 
  100.  
  101. [CustomMessages]
  102. en.NameAndVersion=%1 version %2
  103. en.AdditionalIcons=Additional icons:
  104. en.CreateDesktopIcon=Create a &desktop icon
  105. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  106. en.ProgramOnTheWeb=%1 on the Web
  107. en.UninstallProgram=Uninstall %1
  108. en.LaunchProgram=Launch %1
  109. en.AssocFileExtension=&Associate %1 with the %2 file extension
  110. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  111. en.AutoStartProgramGroupDescription=Startup:
  112. en.AutoStartProgram=Automatically start %1
  113. en.AddonHostProgramNotFound=%1 could not be located in the folder you selected.%n%nDo you want to continue anyway?
  114. de.NameAndVersion=%1 Version %2
  115. de.AdditionalIcons=ZusΣtzliche Symbole:
  116. de.CreateDesktopIcon=&Desktop-Symbol erstellen
  117. de.CreateQuickLaunchIcon=Symbol in der Schnellstartleiste erstellen
  118. de.ProgramOnTheWeb=%1 im Internet
  119. de.UninstallProgram=%1 entfernen
  120. de.LaunchProgram=%1 starten
  121. de.AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
  122. de.AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
  123. de.AutoStartProgramGroupDescription=Beginn des Setups:
  124. de.AutoStartProgram=Starte automatisch%1
  125. de.AddonHostProgramNotFound=%1 konnte im ausgwΣhlten Ordner nicht gefunden werden.%n%nM÷chten Sie dennoch fortfahren?
  126. DependenciesDir=MyProgramDependencies
  127. en.depdownload_msg=The following applications are required before setup can continue:%n%n%1%nDownload and install now?
  128. de.depdownload_msg=Die folgenden Programme werden ben÷tigt bevor das Setup fortfahren kann:%n%n%1%nJetzt downloaden und installieren?
  129. en.depdownload_memo_title=Download dependencies
  130. de.depdownload_memo_title=AbhΣngigkeiten downloaden
  131. en.depinstall_memo_title=Install dependencies
  132. de.depinstall_memo_title=AbhΣngigkeiten installieren
  133. en.depinstall_title=Installing dependencies
  134. de.depinstall_title=Installiere AbhΣngigkeiten
  135. en.depinstall_description=Please wait while Setup installs dependencies on your computer.
  136. de.depinstall_description=Warten Sie bitte wΣhrend AbhΣngigkeiten auf Ihrem Computer installiert wird.
  137. en.depinstall_status=Installing %1...
  138. de.depinstall_status=Installiere %1...
  139. en.depinstall_missing=%1 must be installed before setup can continue. Please install %1 and run Setup again.
  140. de.depinstall_missing=%1 muss installiert werden bevor das Setup fortfahren kann. Bitte installieren Sie %1 und starten Sie das Setup erneut.
  141. en.depinstall_error=An error occured while installing the dependencies. Please restart the computer and run the setup again or install the following dependencies manually:%n
  142. de.depinstall_error=Ein Fehler ist wΣhrend der Installation der AbghΣngigkeiten aufgetreten. Bitte starten Sie den Computer neu und fⁿhren Sie das Setup erneut aus oder installieren Sie die folgenden AbhΣngigkeiten per Hand:%n
  143. de.isxdl_langfile=german2.ini
  144. msi31_title=Windows Installer 3.1
  145. en.msi31_size=2.5 MB
  146. de.msi31_size=2,5 MB
  147. dotnetfx35sp1_title=.NET Framework 3.5 Service Pack 1
  148. en.dotnetfx35sp1_size=3 MB - 232 MB
  149. de.dotnetfx35sp1_size=3 MB - 232 MB
  150. win_sp_title=Windows %1 Service Pack %2
  151. ezvid_title=Ezvid
  152. en.ezvid_size=97.4 MB
  153. de.ezvid_size=97,4 MB
  154.  
  155. [Languages]
  156. ; These files are stubs
  157. ; To achieve better results after recompilation, use the real language files
  158. Name: "en"; MessagesFile: "embedded\en.isl"; 
  159. Name: "de"; MessagesFile: "embedded\de.isl"; 
  160.