home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107A.BIN / ie5dom.inf < prev    next >
Windows Setup INFormation  |  1999-09-23  |  2KB  |  72 lines

  1. [Version]
  2. Signature="$Chicago$"
  3. AdvancedINF=2.5,"You need a new version of advpack.dll"
  4.  
  5.  
  6. ;; INSTALL
  7.  
  8.  
  9. [DefaultInstall]
  10. RequiredEngine=Setupapi,%BadSetupVer%
  11. Copyfiles=CopyCryptFiles,CopyCryptFiles2,INFCopySection
  12. RunPostSetupCommands=RunPostSetupCommandsSection:4
  13. AddReg=CryptFiles.AddReg
  14.  
  15. [CopyCryptFiles]
  16. rsaenh.dll,,,32
  17. enhsig.dll,,,32
  18. schannel.dll,sch128c.dll,,32
  19.  
  20. ;; Separate section needed for a bug in older installers where it never change the last number.
  21.  
  22. [CopyCryptFiles2]
  23. schannel.dll,sch128c.dll,128schan.dll,40
  24.  
  25. [INFCopySection]
  26. ie5dom.inf
  27.  
  28. [DestinationDirs]
  29. CopyCryptFiles=11
  30. CopyCryptFiles2=11
  31. INFCopySection=17
  32.                  
  33. [SourceDisksNames]
  34. 10=%ID01%,,0
  35.  
  36. [SourceDisksFiles]
  37. sch128c.dll=10
  38. rsaenh.dll=10
  39. enhsig.dll=10
  40. ie5dom.inf=10
  41.  
  42. [RunPostSetupCommandsSection]
  43. %11%\regsvr32.exe /s %11%\rsaenh.dll
  44.  
  45. [CryptFiles.AddReg]
  46. HKLM,SYSTEM\CurrentControlSet\Control\SecurityProviders,"Domestic Security Version",0,"4.87"
  47. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\128PATCH,"QuietUninstallString",0,"RunDll32 advpack.dll,LaunchINFSection %17%\ie5dom.inf,Uninstall,5"
  48. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\128PATCH,"RequiresIESysFile",0,"5.00"
  49.  
  50. ;; UNINSTALL
  51.  
  52. [Uninstall]
  53. DelReg=UnInstallRegKey
  54. DelFiles=CopyCryptFiles,INFCopySection
  55.  
  56. [UnInstallRegKey]
  57. HKLM,"SYSTEM\CurrentControlSet\Control\SecurityProviders","Domestic Security Version"
  58. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\128PATCH"
  59. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\128PATCH"
  60.  
  61. [DelDllInSystem]
  62. SCHANNEL.DLL,,,1
  63. RSAENH.DLL,,,1
  64. ENHSIG.DLL,,,1
  65.  
  66.  
  67. ;; STRINGS
  68.  
  69.  
  70. [Strings]
  71. ID01="Microsoft Windows High Encryption (128-bit) Pack"
  72. BadSetupVer   = "Your system is missing the required Setup engine."