home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / zkuste / vcd / download / photovcdsetup202.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-09-08  |  2.9 KB  |  51 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Photo to VCD Creator
  4. AppVerName=Photo to VCD Creator LITE
  5. AppId=Photo to VCD Creator
  6. AppPublisher=Martin Borkhuis
  7. AppPublisherURL=http://www.nu2.nu
  8. AppSupportURL=http://www.nu2.nu
  9. AppUpdatesURL=http://www.nu2.nu
  10. DefaultDirName={pf}\PhototoVCD
  11. DefaultGroupName=Photo to VCD Creator
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\photovcd.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\_ISource30.dll"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\MSCOMCTL.OCX"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\msvbvm60.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\ntsc_svcd.mpg"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\ntsc_vcd.mpg"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\pal_svcd.mpg"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\pal_vcd.mpg"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\VB6STKIT.DLL"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\3rdparty\cdrdao.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  29. Source: "{app}\3rdparty\cdrecord.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  30. Source: "{app}\3rdparty\COPYING.txt"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  31. Source: "{app}\3rdparty\cygjpeg6b.dll"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  32. Source: "{app}\3rdparty\cygwin1.dll"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  33. Source: "{app}\3rdparty\cygxml2-2.dll"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  34. Source: "{app}\3rdparty\cygz.dll"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  35. Source: "{app}\3rdparty\jpeg2yuv.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  36. Source: "{app}\3rdparty\mpeg2enc.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  37. Source: "{app}\3rdparty\mplex.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  38. Source: "{app}\3rdparty\sh.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  39. Source: "{app}\3rdparty\vcdxbuild.exe"; DestDir: "{app}\3rdparty"; Flags: ignoreversion 
  40. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  41. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  42. [Run]
  43. Filename: "{app}\photovcd.exe"; WorkingDir: "{app}"; Description: "Launch Photo to VCD Creator"; Flags: postinstall skipifsilent nowait
  44. [Icons]
  45. Name: "{group}\Photo to VCD Creator"; Filename: "{app}\photovcd.exe"; WorkingDir: "{app}"; 
  46. Name: "{group}\License"; Filename: "{app}\License.txt"; 
  47. Name: "{group}\Readme"; Filename: "{app}\Readme.txt"; 
  48. Name: "{userdesktop}\Photo to VCD Creator"; Filename: "{app}\photovcd.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  49. [Tasks]
  50. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  51.