home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 May / PCWorld_2008-05_cd.bin / temacd / absolutedvd / dvdcopy.exe / install_script.iss
Text File  |  2008-03-03  |  4KB  |  81 lines

  1. ;InnoSetupVersion=5.1.10
  2.  
  3. [Setup]
  4. AppName=Absolute DVD Copy
  5. AppVerName=Absolute DVD Copy 1.6.0
  6. AppId=Absolute DVD Copy
  7. DefaultDirName={pf}\Absolute DVD Copy
  8. DefaultGroupName=Absolute DVD Copy
  9. UninstallDisplayIcon={app}\Absolute DVD Copy.exe
  10. OutputBaseFilename=setup
  11. Compression=lzma
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\Absolute DVD Copy.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\dvdcopy.chm"; DestDir: "{app}"; 
  19. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  20. Source: "{app}\license.txt"; DestDir: "{app}"; 
  21. Source: "{app}\buynow.url"; DestDir: "{app}"; 
  22. Source: "{app}\homepage.url"; DestDir: "{app}"; 
  23. Source: "{app}\tips.txt"; DestDir: "{app}"; 
  24. Source: "{app}\support.ini"; DestDir: "{app}"; 
  25. Source: "{app}\FoxBurner.dll"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\FoxTranscoder.dll"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\wnaspi32.dll"; DestDir: "{app}"; 
  28. Source: "{app}\Winaspi\apix46.vx_"; DestDir: "{app}\Winaspi"; 
  29. Source: "{app}\Winaspi\aspi2k.sy_"; DestDir: "{app}\Winaspi"; 
  30. Source: "{app}\Winaspi\aspi32.sy_"; DestDir: "{app}\Winaspi"; 
  31. Source: "{app}\Winaspi\aspi64.sys"; DestDir: "{app}\Winaspi"; 
  32. Source: "{app}\Winaspi\aspichk.exe"; DestDir: "{app}\Winaspi"; 
  33. Source: "{app}\Winaspi\aspiinst.exe"; DestDir: "{app}\Winaspi"; 
  34. Source: "{app}\Winaspi\aspixp.sys"; DestDir: "{app}\Winaspi"; 
  35. Source: "{app}\Winaspi\install.bat"; DestDir: "{app}\Winaspi"; 
  36. Source: "{app}\Winaspi\README.TXT"; DestDir: "{app}\Winaspi"; 
  37. Source: "{app}\Winaspi\reg_xp.exe"; DestDir: "{app}\Winaspi"; 
  38. Source: "{app}\Winaspi\RELNOTES.DOC"; DestDir: "{app}\Winaspi"; 
  39. Source: "{app}\Winaspi\winaspi.dl_"; DestDir: "{app}\Winaspi"; 
  40. Source: "{app}\Winaspi\wnaspi2k.dl_"; DestDir: "{app}\Winaspi"; 
  41. Source: "{app}\Winaspi\wnaspi32.dl_"; DestDir: "{app}\Winaspi"; 
  42. Source: "{app}\Winaspi\wnaspi46.dl_"; DestDir: "{app}\Winaspi"; 
  43. Source: "{app}\Winaspi\wnaspi64.dll"; DestDir: "{app}\Winaspi"; 
  44. Source: "{app}\Winaspi\wnaspixp.dll"; DestDir: "{app}\Winaspi"; 
  45. Source: "{app}\Winaspi\wowpost.ex_"; DestDir: "{app}\Winaspi"; 
  46.  
  47. [Dirs]
  48. Name: "{app}\Winaspi"; 
  49.  
  50. [Run]
  51. Filename: "{app}\Absolute DVD Copy.EXE"; Description: "Launch Absolute DVD Copy"; Flags: postinstall skipifsilent nowait
  52.  
  53. [Icons]
  54. Name: "{group}\Absolute DVD Copy"; Filename: "{app}\Absolute DVD Copy.exe"; 
  55. Name: "{group}\aspiinst"; Filename: "{app}\Winaspi\aspiinst.exe"; 
  56. Name: "{group}\help"; Filename: "{app}\dvdcopy.chm"; 
  57. Name: "{group}\readme"; Filename: "{app}\readme.txt"; 
  58. Name: "{userdesktop}\Absolute DVD Copy"; Filename: "{app}\Absolute DVD Copy.exe"; 
  59. Name: "{group}\buynow"; Filename: "{app}\buynow.url"; 
  60. Name: "{group}\homepage"; Filename: "{app}\homepage.url"; 
  61. Name: "{group}\uninstall"; Filename: "{app}\unins000.exe"; 
  62.  
  63. [Tasks]
  64. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  65.  
  66. [CustomMessages]
  67. default.NameAndVersion=%1 version %2
  68. default.AdditionalIcons=Additional icons:
  69. default.CreateDesktopIcon=Create a &desktop icon
  70. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  71. default.ProgramOnTheWeb=%1 on the Web
  72. default.UninstallProgram=Uninstall %1
  73. default.LaunchProgram=Launch %1
  74. default.AssocFileExtension=&Associate %1 with the %2 file extension
  75. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  76.  
  77. [Languages]
  78. ; These files are stubs
  79. ; To achieve better results after recompilation, use the real language files
  80. Name: "default"; MessagesFile: "embedded\default.isl"; 
  81.