home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / sharewar / cdda / cdda-xtractor-v0_23.exe / install_script.iss
Text File  |  2002-09-17  |  5KB  |  94 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=CD-DA X-Tractor
  5. AppVerName=CD-DA X-Tractor v0.23
  6. AppId=CD-DA X-Tractor
  7. AppVersion=0.23
  8. AppPublisherURL=http://xtractor.sourceforge.net/
  9. DefaultDirName={pf}\CD-DA X-Tractor
  10. DefaultGroupName=CD-DA X-Tractor
  11. OutputBaseFilename=setup
  12. Compression=zip
  13. PrivilegesRequired=none
  14. LicenseFile=embedded\License.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\akrip32.dll"; DestDir: "{app}"; 
  20. Source: "{app}\vorb_enc.dll"; DestDir: "{app}"; 
  21. Source: "{app}\xtenc.dll"; DestDir: "{app}"; 
  22. Source: "{app}\cdcache.dll"; DestDir: "{app}"; 
  23. Source: "{app}\xtrctl32.dll"; DestDir: "{app}"; 
  24. Source: "{app}\lame_enc.dll"; DestDir: "{app}"; 
  25. Source: "{app}\Copying-2.0"; DestDir: "{app}"; 
  26. Source: "{app}\xtractor.exe"; DestDir: "{app}"; 
  27. Source: "{app}\altrip3.ico"; DestDir: "{app}"; 
  28. Source: "{app}\CHANGELOG"; DestDir: "{app}"; 
  29. Source: "{app}\htmlhelp\xtractor.chm"; DestDir: "{app}\htmlhelp"; 
  30.  
  31. [Dirs]
  32. Name: "{app}\htmlhelp"; 
  33. Name: "{app}\output"; 
  34.  
  35. [Registry]
  36. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; Flags: uninsdeletekey 
  37. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; ValueName: "mp3OutputDir"; ValueType: String; ValueData: "{app}\output"; 
  38. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; ValueName: "wavOutputDir"; ValueType: String; ValueData: "{app}\output"; 
  39. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; ValueName: "autoCheck"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist 
  40. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; ValueName: "autoTOC"; ValueType: Dword; ValueData: "$0"; Flags: createvalueifdoesntexist 
  41. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; ValueName: "bitrate"; ValueType: Dword; ValueData: "$C0"; Flags: createvalueifdoesntexist 
  42. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; ValueName: "id3level"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist 
  43. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; ValueName: "jitterCheck"; ValueType: Dword; ValueData: "$1"; Flags: createvalueifdoesntexist 
  44. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; ValueName: "numRip"; ValueType: Dword; ValueData: "$1A"; Flags: createvalueifdoesntexist 
  45. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; ValueName: "overlap"; ValueType: Dword; ValueData: "$3"; Flags: createvalueifdoesntexist 
  46. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; ValueName: "readMode"; ValueType: Dword; ValueData: "$2"; Flags: createvalueifdoesntexist 
  47. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; ValueName: "cddbaddr"; ValueType: String; ValueData: "freedb.freedb.org"; Flags: createvalueifdoesntexist 
  48. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; ValueName: "cddbcgi"; ValueType: String; ValueData: "/~cddb/cddb.cgi"; Flags: createvalueifdoesntexist 
  49. Root: HKLM; Subkey: "SOFTWARE\AKSoft\X-Tractor"; ValueName: "cddbsubmitcgi"; ValueType: String; ValueData: "/~cddb/submit.cgi"; Flags: createvalueifdoesntexist 
  50.  
  51. [Icons]
  52. Name: "{group}\CD-DA X-Tractor"; Filename: "{app}\xtractor.exe"; WorkingDir: "{app}"; IconFilename: "{app}\altrip3.ico"; 
  53. Name: "{group}\Help"; Filename: "{app}\htmlhelp\xtractor.chm"; WorkingDir: "{app}\htmlhelp"; 
  54. Name: "{group}\Browse Output Folder"; Filename: "{app}\Output"; WorkingDir: "{app}\Output"; 
  55.  
  56. [InstallDelete]
  57. Type: files; Name: "{app}\help\cdoptions.html"; 
  58. Type: files; Name: "{app}\help\cddboptions.html"; 
  59. Type: files; Name: "{app}\help\faq.html"; 
  60. Type: files; Name: "{app}\help\features.html"; 
  61. Type: files; Name: "{app}\help\id3.html"; 
  62. Type: files; Name: "{app}\help\index.html"; 
  63. Type: files; Name: "{app}\help\intro.html"; 
  64. Type: files; Name: "{app}\help\license.html"; 
  65. Type: files; Name: "{app}\help\menuitems.html"; 
  66. Type: files; Name: "{app}\help\mp3options.html"; 
  67. Type: files; Name: "{app}\help\outputoptions.html"; 
  68. Type: files; Name: "{app}\help\quickstart.html"; 
  69. Type: files; Name: "{app}\help\toc.html"; 
  70. Type: files; Name: "{app}\help\toolbar.html"; 
  71. Type: files; Name: "{app}\help\ripsegment.html"; 
  72. Type: files; Name: "{app}\help\credits.html"; 
  73. Type: files; Name: "{app}\help\fullscreen.png"; 
  74. Type: files; Name: "{app}\help\cddb-options.png"; 
  75. Type: files; Name: "{app}\help\cd-options.png"; 
  76. Type: files; Name: "{app}\help\id3.png"; 
  77. Type: files; Name: "{app}\help\mp3-options.png"; 
  78. Type: files; Name: "{app}\help\output-options.png"; 
  79. Type: files; Name: "{app}\help\ripsegment.png"; 
  80. Type: files; Name: "{app}\help\ripsegment2.png"; 
  81. Type: files; Name: "{app}\help\toolbar.png"; 
  82. Type: files; Name: "{app}\help\refresh.png"; 
  83. Type: files; Name: "{app}\help\rip.png"; 
  84. Type: files; Name: "{app}\help\options.png"; 
  85. Type: files; Name: "{app}\help\id3button.png"; 
  86. Type: files; Name: "{app}\help\copying-vorbis"; 
  87. Type: dirifempty; Name: "{app}\help"; 
  88.  
  89. [UninstallDelete]
  90. Type: files; Name: "{app}\toc.dat"; 
  91. Type: files; Name: "{app}\cdparms.dat"; 
  92. Type: files; Name: "{app}\inquiry.dat"; 
  93. Type: files; Name: "{app}\retbuf.txt"; 
  94.