home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / photovcd / photovcdsetup202.exe / install_script.iss
Text File  |  2004-09-08  |  3KB  |  56 lines

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