home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 March / PCpro_2005_03.ISO / files / systools / enditall / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-08-27  |  2.0 KB  |  43 lines

  1. ;InnoSetupVersion=2.0.11
  2. [Setup]
  3. AppName=EndItAll
  4. AppVerName=EndItAll 2.0
  5. AppId=EndItAll
  6. AppVersion=2.0
  7. AppPublisher=Ziff Davis Media, Inc.
  8. AppPublisherURL=http://www.pcmag.com
  9. AppSupportURL=http://discuss.pcmag.com/pcmag/messages
  10. AppUpdatesURL=http://www.pcmag.com/Utilities
  11. DefaultDirName={pf}\EndItAll
  12. DefaultGroupName=EndItAll
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\enditall.exe"; DestDir: "{app}"; 
  20. Source: "{app}\Enditall.CNT"; DestDir: "{app}"; 
  21. Source: "{app}\ENDITALL.HLP"; DestDir: "{app}"; 
  22. [Registry]
  23. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\EndItAll.EXE"; ValueType: String; ValueData: "{app}\EndItAll.Exe"; Flags: uninsdeletekeyifempty 
  24. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\EndItAll.EXE"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletekeyifempty 
  25. [Run]
  26. Filename: "{app}\enditall.exe"; Description: "Launch EndItAll"; Flags: postinstall skipifsilent nowait
  27. [Icons]
  28. Name: "{group}\EndItAll"; Filename: "{app}\enditall.exe"; 
  29. Name: "{userdesktop}\EndItAll"; Filename: "{app}\enditall.exe"; Tasks: desktopicon; 
  30. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\EndItAll"; Filename: "{app}\enditall.exe"; Tasks: quicklaunchicon; 
  31. Name: "{group}\EndItAll Help"; Filename: "{app}\ENDITALL.HLP"; 
  32. [Tasks]
  33. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  34. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  35. [InstallDelete]
  36. Type: files; Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\EndItAll.lnk"; 
  37. Type: files; Name: "{userdesktop}\EndItAll.lnk"; 
  38. [UninstallDelete]
  39. Type: files; Name: "{app}\ENDITALL.INI"; 
  40. Type: files; Name: "{app}\ENDITALL.GID"; 
  41. Type: files; Name: "{app}\ENDITALL.FTS"; 
  42. Type: dirifempty; Name: "{app}"; 
  43.