home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 February / ENTER.ISO / files / cdda-xtractor-v0_24.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-01-02  |  4.9 KB  |  88 lines

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