home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / statbar / StatBarSetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-06-24  |  1.4 KB  |  36 lines

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