home *** CD-ROM | disk | FTP | other *** search
/ Your Interactive Guide t…lecting Winning Companies / IBD.BIN / wintdist.inf < prev   
Windows Setup INFormation  |  1996-10-22  |  1KB  |  48 lines

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