home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / sharewar / sendto / ts-sendto11.exe / install_script.iss
Text File  |  2001-11-12  |  1KB  |  37 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=Trogladite Software SendTo
  5. AppVerName=Trogladite Software SendTo 1.1
  6. AppId=Trogladite Software SendTo
  7. AppPublisher=Trogladite Software Group
  8. AppPublisherURL=http://www.trogsoft.org
  9. AppSupportURL=http://www.trogsoft.org/support
  10. AppUpdatesURL=http://www.trogsoft.org/products/sendto
  11. DefaultDirName={pf}\Trogladite Software\SendTo
  12. DefaultGroupName=Trogladite Software\SendTo
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\sendto.exe"; DestDir: "{app}"; 
  21. Source: "{app}\sendto.chm"; DestDir: "{app}"; 
  22.  
  23. [INI]
  24. FileName: "{app}\sendto.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.trogsoft.org"; 
  25.  
  26. [Run]
  27. Filename: "{app}\sendto.exe"; Description: "Show SendTo Options"; Flags: postinstall skipifsilent nowait
  28.  
  29. [Icons]
  30. Name: "{group}\SendTo Options"; Filename: "{app}\sendto.exe"; 
  31. Name: "{group}\SendTo on the Web"; Filename: "{app}\sendto.url"; 
  32. Name: "{group}\SendTo Documentation"; Filename: "{app}\sendto.chm"; 
  33. Name: "{sendto}\Any Folder"; Filename: "{app}\sendto.exe"; 
  34.  
  35. [UninstallDelete]
  36. Type: files; Name: "{app}\sendto.url"; 
  37.