home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / soundCD_1.03.iso / formats / MonkeysAudio / MAC_397F.exe / install_script.iss
Text File  |  2002-11-01  |  4KB  |  61 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Monkey's Audio
  5. AppVerName=Monkey's Audio 3.97
  6. AppId=Monkey's Audio
  7. DefaultDirName={pf}\Monkey's Audio
  8. DefaultGroupName=Monkey's Audio
  9. UninstallDisplayIcon={app}\Monkey.ico
  10. UninstallDisplayName=Monkey's Audio
  11. OutputBaseFilename=MAC_397F
  12. Compression=bzip2
  13. PrivilegesRequired=none
  14. LicenseFile=embedded\License.rtf
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\MAC Winamp Plugin (PIMP).exe"; DestDir: "{app}"; 
  20. Source: "{app}\MAC.exe"; DestDir: "{app}"; 
  21. Source: "{app}\Monkey's Audio.exe"; DestDir: "{app}"; 
  22. Source: "{app}\Resources\Completion Sound.wav"; DestDir: "{app}\Resources"; 
  23. Source: "{app}\Resources\Monkey.ico"; DestDir: "{app}\Resources"; 
  24. Source: "{app}\Tools\Quick Renamer.exe"; DestDir: "{app}\Tools"; 
  25. Source: "{app}\Tools\MakeAPL.exe"; DestDir: "{app}\Tools"; 
  26. Source: "{app}\Tools\APE.flt"; DestDir: "{app}\Tools"; 
  27. Source: "{app}\Documentation\MAC Help.chm"; DestDir: "{app}\Documentation"; 
  28. Source: "{app}\Documentation\main.css"; DestDir: "{app}\Documentation"; 
  29. Source: "{app}\External\rkau.exe"; DestDir: "{app}\External"; 
  30. Source: "{app}\External\shortn32.exe"; DestDir: "{app}\External"; 
  31. Source: "{app}\External\WAVPACK.EXE"; DestDir: "{app}\External"; 
  32. Source: "{app}\External\WVUNPACK.EXE"; DestDir: "{app}\External"; 
  33. Source: "{sys}\MACDll.dll"; DestDir: "{sys}"; 
  34. Source: "{sys}\StdOle2.tlb"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regtypelib 
  35. Source: "{sys}\MSVBVM60.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver 
  36. Source: "{sys}\OleAut32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver 
  37. Source: "{sys}\OlePro32.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver 
  38. Source: "{sys}\AsycFilt.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace 
  39. Source: "{sys}\COMDLG32.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  40. Source: "{sys}\MSCOMCTL.OCX"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  41. Source: "{app}\Explorer Control.ocx"; DestDir: "{app}"; Flags: regserver 
  42. Source: "{app}\ISHF_Ex.tlb"; DestDir: "{app}"; Flags: regtypelib 
  43.  
  44. [Run]
  45. Filename: "{app}\MAC Winamp Plugin (PIMP).exe"; WorkingDir: "{app}"; Description: "Install the newest Winamp plugin"; Flags: shellexec waituntilidle
  46. Filename: "{app}\Monkey's Audio.exe"; WorkingDir: "{app}"; Description: "Run Monkey's Audio"; Flags: shellexec postinstall 
  47.  
  48. [Icons]
  49. Name: "{group}\Monkey's Audio"; Filename: "{app}\Monkey's Audio.exe"; WorkingDir: "{app}"; IconFilename: "{app}\Monkey's Audio.exe"; Comment: "Run Monkey's Audio"; 
  50. Name: "{group}\Help"; Filename: "{app}\Documentation\MAC Help.chm"; WorkingDir: "{app}\Documentation"; IconFilename: "{sys}\shell32.dll"; IconIndex: 23; Comment: "Show Monkey's Audio Help"; 
  51. Name: "{group}\Monkey's Audio Website"; Filename: "http://www.monkeysaudio.com"; IconFilename: "{sys}\shell32.dll"; IconIndex: 13; Comment: "Visit the Monkey's Audio website"; 
  52. Name: "{group}\MakeAPL"; Filename: "{app}\Tools\MakeAPL.exe"; WorkingDir: "{app}\Tools"; IconFilename: "{app}\Tools\MakeAPL.exe"; Comment: "Run MakeAPL"; 
  53.  
  54. [UninstallDelete]
  55. Type: files; Name: "{app}\Settings.dat"; 
  56. Type: files; Name: "{app}\Explorer Control.ini"; 
  57. Type: dirifempty; Name: "{app}\Documentation"; 
  58. Type: dirifempty; Name: "{app}\Source"; 
  59. Type: dirifempty; Name: "{app}\External"; 
  60. Type: dirifempty; Name: "{app}"; 
  61.