home *** CD-ROM | disk | FTP | other *** search
/ Steganos Hacker Tools / SHT151.iso / programme / trojans / ants / ants21setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-02-04  |  2.9 KB  |  59 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=ANTS
  4. AppVerName=ANTS 2.1
  5. AppId=ANTS
  6. AppVersion=2.1
  7. AppPublisher=Andreas Haak
  8. AppPublisherURL=http://www.ants-online.de
  9. AppSupportURL=http://www.ants-online.de/forum
  10. AppUpdatesURL=http://www.ants-online.de
  11. DefaultDirName={pf}\ANTS
  12. DefaultGroupName=ANTS
  13. UninstallDisplayIcon={app}\ants.exe
  14. UninstallDisplayName=ANTS - A New Trojan Scanner
  15. OutputBaseFilename=ants21setup
  16. Compression=zip
  17. PrivilegesRequired=none
  18. AllowNoIcons=yes
  19. LicenseFile=embedded\License.rtf
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22. [Files]
  23. Source: "{app}\ants.bmp"; DestDir: "{app}"; 
  24. Source: "{app}\ants.cli"; DestDir: "{app}"; 
  25. Source: "{app}\Ants.db"; DestDir: "{app}"; 
  26. Source: "{app}\ants.exe"; DestDir: "{app}"; 
  27. Source: "{app}\ants.lng"; DestDir: "{app}"; 
  28. Source: "{app}\ants.lst"; DestDir: "{app}"; 
  29. Source: "{app}\clean.dll"; DestDir: "{app}"; 
  30. Source: "{app}\if4clients.dll"; DestDir: "{app}"; 
  31. Source: "{app}\if4scan.dll"; DestDir: "{app}"; 
  32. Source: "{app}\procs.dll"; DestDir: "{app}"; 
  33. Source: "{app}\PSAPI.DLL"; DestDir: "{app}"; 
  34. Source: "{app}\update.exe"; DestDir: "{app}"; 
  35. Source: "{app}\readme.htm"; DestDir: "{app}"; 
  36. [Dirs]
  37. Name: "{app}"; 
  38. [Registry]
  39. Root: HKCR; Subkey: "*\Shell\Mit ANTS scannen"; ValueType: String; Components: kontext; Flags: createvalueifdoesntexist uninsdeletekey deletekey dontcreatekey 
  40. Root: HKCR; Subkey: "Directory\Shell\Mit ANTS scannen"; ValueType: String; Components: kontext; Flags: createvalueifdoesntexist uninsdeletekey deletekey dontcreatekey 
  41. Root: HKCR; Subkey: "Drive\Shell\Mit ANTS scannen"; ValueType: String; Components: kontext; Flags: createvalueifdoesntexist uninsdeletekey deletekey dontcreatekey 
  42. Root: HKCR; Subkey: "Directory\Shell\Mit ANTS scannen\command"; ValueType: String; ValueData: """{app}\ants.exe"" ""%1"""; Components: kontext; Flags: uninsdeletevalue deletekey 
  43. Root: HKCR; Subkey: "*\Shell\Mit ANTS scannen\command"; ValueType: String; ValueData: """{app}\ants.exe"" ""%1"""; Components: kontext; Flags: uninsdeletevalue deletekey 
  44. Root: HKCR; Subkey: "Drive\Shell\Mit ANTS scannen\command"; ValueType: String; ValueData: """{app}\ants.exe"" ""%1"""; Components: kontext; Flags: uninsdeletevalue deletekey deletevalue 
  45. [Run]
  46. Filename: "{app}\readme.htm"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  47. Filename: "{app}\update.exe"; Description: "ANTS updaten"; Flags: postinstall nowait
  48. [Icons]
  49. Name: "{group}\ANTS updaten oder reparieren"; Filename: "{app}\update.exe"; WorkingDir: "{app}"; IconFilename: "{app}\update.exe"; 
  50. Name: "{group}\ANTS starten"; Filename: "{app}\ants.exe"; WorkingDir: "{app}"; IconFilename: "{app}\ants.exe"; 
  51. [Components]
  52. Name: "kontext"; Description: "Kontextmen
  53. "; Types: "mit"; 
  54. [Types]
  55. Name: "mit"; Description: "ANTS mit Kontextmen
  56. erweiterung installieren"; 
  57. Name: "ohne"; Description: "ANTS ohne Kontextmen
  58. erweiterung installieren"; 
  59.