home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / wtest / microgfx / abcwebch / abcwc20.exe / BIN_RESOURCE / WINTDIST_EXE / RCDATA / CABINET / wintdist.inf < prev   
Windows Setup INFormation  |  1996-06-29  |  1KB  |  47 lines

  1. ; Self Extracting DLLs
  2. ;     WinInet.dll     (done)
  3. ;     InLoader.dll    (done)
  4.  
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. SetupClass=Base
  9.  
  10. [DestinationDirs]
  11. SysDirCopy    = 11        ; 11 Copies to the system directory
  12.  
  13. [DefaultInstall]
  14. CopyFiles = SysDirCopy
  15. AddReg = RegisterDlls
  16.  
  17. [SysDirCopy]            ;Copy the following files to the system directory.
  18. WinInet.dll
  19. INLOADER.DLL
  20. SCHANNEL.DLL
  21. REGSVR32.EXE
  22.  
  23. [RegisterDlls]
  24.  
  25. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  26. ;    WININET.DLL Registry Entries
  27. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  28. HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","SecurityName",,"Basic Authentication"
  29. HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","DLLFile",0,"wininet.dll"
  30. HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","SchemeList",,"Basic"
  31. HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","Flags",1,00,00,00,00
  32.  
  33. ; RunOnce Commands
  34. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","IE 3.0 RegSvr schannel.dll",0,"%11%\regsvr32.exe /s %11%\schannel.dll"
  35.  
  36.  
  37. [SourceDisksNames]
  38. 55=%MyDiskStr1%,"",0
  39.  
  40. [SourceDisksFiles]
  41. wininet.dll=55
  42.  
  43. [Strings]
  44. MyDiskStr1 = "DLL Installations"
  45.  
  46.  
  47.