home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 June / PCWorld_2004-06_cd.bin / software / vyzkuste / stat / StatBarSetup.exe / install_script.iss
Text File  |  2004-05-04  |  1KB  |  43 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=StatBar
  5. AppVerName=StatBar 2.406
  6. AppId=StatBar
  7. AppPublisher=Globe Software
  8. AppPublisherURL=http://www.statbar.nl
  9. DefaultDirName={pf}\Globe Software\StatBar
  10. DefaultGroupName=StatBar
  11. OutputBaseFilename=StatBarSetup
  12. Compression=zip
  13. PrivilegesRequired=none
  14. AllowNoIcons=yes
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\StatBar.exe"; DestDir: "{app}"; 
  20. Source: "{app}\StatBar.hlp"; DestDir: "{app}"; 
  21. Source: "{app}\StatBar.cnt"; DestDir: "{app}"; 
  22. Source: "{sys}\MSVBVM60.DLL"; DestDir: "{sys}"; 
  23. Source: "{sys}\OLEAUT32.DLL"; DestDir: "{sys}"; 
  24. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; 
  25. Source: "{sys}\pdh.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,5.0; 
  26.  
  27. [INI]
  28. FileName: "{app}\StatBar.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.statbar.nl"; 
  29.  
  30. [Run]
  31. Filename: "{app}\StatBar.exe"; Description: "Launch StatBar"; Flags: postinstall skipifsilent nowait
  32.  
  33. [Icons]
  34. Name: "{group}\StatBar"; Filename: "{app}\StatBar.exe"; 
  35. Name: "{group}\StatBar on the Web"; Filename: "{app}\StatBar.url"; 
  36. Name: "{userdesktop}\StatBar"; Filename: "{app}\StatBar.exe"; Tasks: desktopicon; 
  37.  
  38. [Tasks]
  39. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  40.  
  41. [UninstallDelete]
  42. Type: files; Name: "{app}\StatBar.url"; 
  43.