home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 May / PCWorld_2008-05_cd.bin / temacd / absolutedvd / dvdcopy.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-03-03  |  3.6 KB  |  73 lines

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