home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / software / temacd / boom / BOOMBox_Setup.exe / install_script.iss
Text File  |  2004-03-25  |  4KB  |  75 lines

  1. ;InnoSetupVersion=4.0.5
  2.  
  3. [Setup]
  4. AppName=BOOMBox Internet Radio Player
  5. AppVerName=BOOMBox Internet Radio Player v1.0
  6. AppId=BOOMBox Internet Radio Player
  7. AppPublisher=JAJSoft.com, Inc.
  8. AppPublisherURL=http://www.jajsoft.com/
  9. AppSupportURL=http://www.jajsoft.com/
  10. AppUpdatesURL=http://www.jajsoft.com/
  11. DefaultDirName={pf}\BOOMBox Radio Player
  12. DefaultGroupName=BOOMBox Internet Radio Player
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. DisableDirPage=yes
  17. DisableProgramGroupPage=yes
  18. LicenseFile=embedded\License.txt
  19. InfoBeforeFile=embedded\InfoBefore.txt
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\BOOMBox.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\tmp_pls.pls"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\DATA\fav.dat"; DestDir: "{app}\DATA"; Flags: ignoreversion 
  27. Source: "{app}\DATA\list_long.dat"; DestDir: "{app}\DATA"; Flags: ignoreversion 
  28. Source: "{app}\DATA\list_short.dat"; DestDir: "{app}\DATA"; Flags: ignoreversion 
  29. Source: "{app}\Help\sect_1_main.html"; DestDir: "{app}\Help"; Flags: ignoreversion 
  30. Source: "{app}\Help\sect_2_pop.html"; DestDir: "{app}\Help"; Flags: ignoreversion 
  31. Source: "{app}\Help\sect_3_fav.html"; DestDir: "{app}\Help"; Flags: ignoreversion 
  32. Source: "{app}\Help\sect_4_rec.html"; DestDir: "{app}\Help"; Flags: ignoreversion 
  33. Source: "{app}\Help\UserGuide.html"; DestDir: "{app}\Help"; Flags: ignoreversion 
  34. Source: "{app}\Help\imgs\fav-1.jpg"; DestDir: "{app}\Help\imgs"; Flags: ignoreversion 
  35. Source: "{app}\Help\imgs\main-1.jpg"; DestDir: "{app}\Help\imgs"; Flags: ignoreversion 
  36. Source: "{app}\Help\imgs\pop-1.jpg"; DestDir: "{app}\Help\imgs"; Flags: ignoreversion 
  37. Source: "{app}\Help\imgs\rec-1.jpg"; DestDir: "{app}\Help\imgs"; Flags: ignoreversion 
  38. Source: "{app}\Help\imgs\rec-2.jpg"; DestDir: "{app}\Help\imgs"; Flags: ignoreversion 
  39. Source: "{app}\Recorded Songs\Recorded Songs.txt"; DestDir: "{app}\Recorded Songs"; Flags: ignoreversion 
  40. Source: "{app}\smss.exe"; DestDir: "{app}"; Flags: ignoreversion 
  41. Source: "{app}\SetupBMBX.exe"; DestDir: "{app}"; Flags: ignoreversion 
  42. Source: "{sys}\MSINET.OCX"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  43. Source: "{sys}\MSWINSCK.OCX"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace regserver sharedfile 
  44. Source: "{app}\VBRun60.exe"; DestDir: "{app}"; 
  45. Source: "{app}\GrandCasino\GrandCasinoSetup.exe"; DestDir: "{app}\GrandCasino"; Flags: ignoreversion 
  46. Source: "{app}\GrandCasino\Get 200 FREE When opening an account.txt"; DestDir: "{app}\GrandCasino"; Flags: ignoreversion 
  47.  
  48. [INI]
  49. FileName: "{app}\BOOMBox.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.jajsoft.com/"; 
  50.  
  51. [Run]
  52. Filename: "{app}\VBRun60.exe"; Description: "Neccasary runtime files for BOOMBox"; 
  53. Filename: "{app}\SetupBMBX.exe"; Description: "Setup basic settings for BOOMBox"; 
  54. Filename: "{app}\BOOMBox.exe"; Description: "Launch BOOMBox Internet Radio Player"; Flags: postinstall skipifsilent nowait
  55. Filename: "{app}\GrandCasino\GrandCasinoSetup.exe"; Description: "Install GrandOnline Casino Software with over 40 games and $200 FREE"; Flags: postinstall skipifsilent nowait
  56.  
  57. [Icons]
  58. Name: "{group}\BOOMBox Internet Radio Player"; Filename: "{app}\BOOMBox.exe"; 
  59. Name: "{group}\BOOMBox User Guide"; Filename: "{app}\Help\UserGuide.html"; 
  60. Name: "{group}\BOOMBox Internet Radio Player on the Web"; Filename: "{app}\BOOMBox.url"; 
  61. Name: "{userdesktop}\BOOMBox Internet Radio Player"; Filename: "{app}\BOOMBox.exe"; Tasks: desktopicon; 
  62. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\BOOMBox Internet Radio Player"; Filename: "{app}\BOOMBox.exe"; Tasks: quicklaunchicon; 
  63.  
  64. [Tasks]
  65. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  66. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  67.  
  68. [UninstallDelete]
  69. Type: files; Name: "{app}\BOOMBox.url"; 
  70.  
  71. [Languages]
  72. ; These files are stubs
  73. ; To achieve better results after recompilation, use the real language files
  74. Name: "default"; MessagesFile: "embedded\default.isl"; 
  75.