home *** CD-ROM | disk | FTP | other *** search
- ; Self Extracting DLLs
- ; WinInet.dll (done)
- ; InLoader.dll (done)
-
-
- [Version]
- AdvancedInf=2.0
- Signature="$CHICAGO$"
- SetupClass=Base
-
- [DestinationDirs]
- SysDirCopy = 11 ; 11 Copies to the system directory
-
- [DefaultInstall]
- CopyFiles = SysDirCopy
- AddReg = RegisterDlls
-
- [SysDirCopy] ;Copy the following files to the system directory.
- WinInet.dll,,,32
- SCHANNEL.DLL,,,32
- INLOADER.DLL,,,32
- REGSVR32.EXE,,,32
-
- [RegisterDlls]
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; WININET.DLL Registry Entries
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","SecurityName",,"Basic Authentication"
- HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","DLLFile",0,"wininet.dll"
- HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","SchemeList",,"Basic"
- HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","Flags",1,00,00,00,00
-
- ; RunOnce Commands
- HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","IE 3.0 RegSvr schannel.dll",0,"%11%\regsvr32.exe /s %11%\schannel.dll"
-
-
- [SourceDisksNames]
- 55=%MyDiskStr1%,"",0
-
- [SourceDisksFiles]
- wininet.dll=55
-
- [Strings]
- MyDiskStr1 = "DLL Installations"
-
-
-