home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - Homepage / CHIP.BIN / share / webmaste / htmlcomp / htmlcomp.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-09-01  |  1.8 KB  |  39 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=HTML Compressor
  4. AppVerName=HTML Compressor 2.01
  5. AppId=HTML Compressor
  6. AppPublisher=Upkey Software
  7. AppPublisherURL=http://www.upkey.com
  8. AppSupportURL=http://www.upkey.com
  9. AppUpdatesURL=http://www.upkey.com
  10. DefaultDirName={pf}\HTML Compressor
  11. DefaultGroupName=HTML Compressor
  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}\hc.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\versions.txt"; DestDir: "{app}"; Flags: ignoreversion 
  22. [INI]
  23. FileName: "{app}\hc.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.upkey.com"; 
  24. [Run]
  25. Filename: "{app}\hc.exe"; Description: "Launch HTML Compressor"; Flags: postinstall skipifsilent nowait
  26. [Icons]
  27. Name: "{group}\HTML Compressor"; Filename: "{app}\hc.exe"; 
  28. Name: "{group}\HTML Compressor on the Web"; Filename: "{app}\hc.url"; 
  29. Name: "{group}\Read Me"; Filename: "{app}\readme.txt"; 
  30. Name: "{group}\Version History"; Filename: "{app}\versions.txt"; 
  31. Name: "{group}\Uninstall HTML Compressor"; Filename: "{uninstallexe}"; 
  32. Name: "{userdesktop}\HTML Compressor"; Filename: "{app}\hc.exe"; Tasks: desktopicon; 
  33. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\HTML Compressor"; Filename: "{app}\hc.exe"; Tasks: quicklaunchicon; 
  34. [Tasks]
  35. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  36. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  37. [UninstallDelete]
  38. Type: files; Name: "{app}\hc.url"; 
  39.