home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Freeware / Utilitare / hddtune / hdtune_100.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-02-10  |  1.5 KB  |  38 lines

  1. ;InnoSetupVersion=4.1.3
  2. [Setup]
  3. AppName=HD Tune
  4. AppVerName=HD Tune 1.00
  5. AppId=HD Tune
  6. AppPublisher=EFD Software
  7. AppPublisherURL=http://www.hdtune.com
  8. AppSupportURL=http://www.hdtune.com
  9. AppUpdatesURL=http://www.hdtune.com
  10. DefaultDirName={pf}\HD Tune
  11. DefaultGroupName=HD Tune
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\HDTune.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\hdtune.html"; DestDir: "{app}"; Flags: ignoreversion 
  21. [INI]
  22. FileName: "{app}\HDTune.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.hdtune.com"; 
  23. [Run]
  24. Filename: "{app}\HDTune.exe"; Description: "Launch HD Tune"; Flags: postinstall skipifsilent nowait
  25. [Icons]
  26. Name: "{group}\HD Tune"; Filename: "{app}\HDTune.exe"; 
  27. Name: "{group}\HD Tune on the Web"; Filename: "{app}\HDTune.url"; 
  28. Name: "{group}\Uninstall HD Tune"; Filename: "{uninstallexe}"; 
  29. Name: "{userdesktop}\HD Tune"; Filename: "{app}\HDTune.exe"; Tasks: desktopicon; 
  30. [Tasks]
  31. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  32. [UninstallDelete]
  33. Type: files; Name: "{app}\HDTune.url"; 
  34. [Languages]
  35. ; These files are stubs
  36. ; To achieve better results after recompilation, use the real language files
  37. Name: "default"; MessagesFile: "embedded\default.isl"; 
  38.