home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 February / 134cd2.img / Data / Sharewares / Audio / PopTray150_beta_20.exe / install_script.iss
Text File  |  2002-01-03  |  2KB  |  40 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=PopTray
  5. AppVerName=PopTray 1.5 (beta 20)
  6. AppId=PopTray
  7. AppPublisher=Renier Crause
  8. AppPublisherURL=http://www.crause.co.za
  9. DefaultDirName={pf}\PopTray
  10. DefaultGroupName=PopTray
  11. UninstallDisplayIcon={app}\PopTray.exe
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\PopTray.exe"; DestDir: "{app}"; Flags: comparetimestamp 
  20. Source: "{app}\PopTray.chm"; DestDir: "{app}"; Flags: comparetimestamp 
  21. Source: "{app}\Readme.txt"; DestDir: "{app}"; Flags: comparetimestamp 
  22. Source: "{app}\Beta.txt"; DestDir: "{app}"; Flags: comparetimestamp 
  23.  
  24. [Run]
  25. Filename: "{app}\Readme.txt"; Description: "View README.TXT now"; Flags: shellexec postinstall unchecked skipifsilent 
  26. Filename: "{app}\Beta.txt"; Description: "View BETA.TXT now"; Flags: shellexec postinstall skipifsilent 
  27. Filename: "{app}\PopTray.chm"; Description: "View Help File now"; Flags: shellexec postinstall unchecked skipifsilent 
  28. Filename: "{app}\PopTray.exe"; Description: "Launch PopTray now"; Flags: postinstall skipifsilent nowait
  29.  
  30. [Icons]
  31. Name: "{group}\PopTray"; Filename: "{app}\PopTray.exe"; WorkingDir: "{app}"; 
  32. Name: "{group}\Read Me"; Filename: "{app}\Readme.txt"; 
  33. Name: "{group}\Read Me (beta info)"; Filename: "{app}\Beta.txt"; 
  34. Name: "{userstartup}\PopTray"; Filename: "{app}\PopTray.exe"; WorkingDir: "{app}"; Tasks: startup; 
  35. Name: "{userdesktop}\PopTray"; Filename: "{app}\PopTray.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  36.  
  37. [Tasks]
  38. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Icons:"; 
  39. Name: "startup"; Description: "&Start PopTray every time Windows starts (startup icon)"; GroupDescription: "Icons:"; 
  40.