home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / iparmor.exe / install_script.iss
Text File  |  2003-04-16  |  2KB  |  46 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=Iparmor 5.41 Build0413 (Trojan Uproot)
  5. AppVerName=Iparmor 5.41 Build0413
  6. AppId=Iparmor 5.41 Build0413 (Trojan Uproot)
  7. DefaultDirName={pf}\Iparmor\
  8. DefaultGroupName=IParmor
  9. UninstallDisplayIcon={app}\Iparmor.exe
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. PrivilegesRequired=none
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\Iparmor.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\virus.300"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\virus.260"; DestDir: "{app}"; 
  20. Source: "{app}\virus.261"; DestDir: "{app}"; 
  21. Source: "{app}\IPARMOR.HLP"; DestDir: "{app}"; 
  22. Source: "{app}\bangzhu.chm"; DestDir: "{app}"; 
  23. Source: "{app}\SocketArmor.dll"; DestDir: "{app}"; 
  24. Source: "{app}\hookdll.dll"; DestDir: "{app}"; 
  25. Source: "{app}\SocketInit.dll"; DestDir: "{app}"; 
  26. Source: "{app}\GetPortListxp.dll"; DestDir: "{app}"; 
  27. Source: "{app}\sockip.dll"; DestDir: "{app}"; 
  28. Source: "{app}\virus.302"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\virus.303"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\HookHookDll.dll"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{sys}\APIHookDll.dll"; DestDir: "{sys}"; Flags: restartreplace 
  32.  
  33. [Registry]
  34. Root: HKCR; Subkey: "exefile\shell\Scan with The Iparmor"; ValueType: String; ValueData: "Scan with The Iparmor"; Flags: uninsdeletekey 
  35. Root: HKCR; Subkey: "exefile\shell\Scan with The Iparmor\command"; ValueType: String; ValueData: "{app}\iparmor.exe %1"; Flags: uninsdeletekeyifempty 
  36. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows"; ValueName: "AppInit_DLLs"; ValueType: String; ValueData: "apihookdll.dll"; Flags: uninsclearvalue 
  37.  
  38. [Icons]
  39. Name: "{group}\IParmor"; Filename: "{app}\iparmor.exe"; WorkingDir: "{app}"; 
  40. Name: "{userdesktop}\IParmor"; Filename: "{app}\iparmor.exe"; WorkingDir: "{app}"; 
  41. Name: "{group}\IParmor.HLP"; Filename: "{app}\Iparmor.HLP"; 
  42. Name: "{group}\uninstall.exe"; Filename: "{app}\Unins000.exe"; 
  43.  
  44. [UninstallDelete]
  45. Type: dirifempty; Name: "{app}"; 
  46.