home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 Autumn / INTERNET109.ISO / pc / software / windows / utils / tiny_spell / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-03-31  |  1.6 KB  |  42 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=tinySpell
  4. AppVerName=tinySpell 1.3
  5. AppId=tinySpell
  6. AppPublisher=KEDMI Scientific Computing
  7. AppPublisherURL=http://www.numerit.com
  8. AppSupportURL=http://www.numerit.com
  9. AppUpdatesURL=http://www.numerit.com
  10. AppMutex=tinySpell
  11. DefaultDirName={pf}\tinySpell
  12. DefaultGroupName=tinySpell
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\tinyspell.exe"; DestDir: "{app}"; 
  21. Source: "{app}\tskh.dll"; DestDir: "{app}"; 
  22. Source: "{app}\wrs32.dll"; DestDir: "{app}"; 
  23. Source: "{app}\171.lex"; DestDir: "{app}"; 
  24. Source: "{app}\100.sup"; DestDir: "{app}"; 
  25. Source: "{app}\tinyspell.hlp"; DestDir: "{app}"; 
  26. [Registry]
  27. Root: HKCU; Subkey: "Software\tinySpell"; Flags: uninsdeletekey dontcreatekey 
  28. [INI]
  29. FileName: "{app}\tinyspell.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.numerit.com"; 
  30. [Run]
  31. Filename: "{app}\tinyspell.exe"; Description: "Launch tinySpell"; Flags: postinstall skipifsilent nowait
  32. [Icons]
  33. Name: "{group}\tinySpell Help"; Filename: "{app}\tinyspell.hlp"; 
  34. Name: "{group}\tinySpell on the Web"; Filename: "{app}\tinyspell.url"; 
  35. Name: "{group}\tinySpell"; Filename: "{app}\tinyspell.exe"; 
  36. Name: "{userdesktop}\tinySpell"; Filename: "{app}\tinyspell.exe"; Tasks: desktopicon; 
  37. [Tasks]
  38. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  39. [UninstallDelete]
  40. Type: files; Name: "{app}\tinyspell.url"; 
  41. Type: files; Name: "{app}\custom.dct"; 
  42.