home *** CD-ROM | disk | FTP | other *** search
/ Your Interactive Guide t…lecting Winning Companies / IBD.BIN / axdist.inf < prev    next >
Windows Setup INFormation  |  1996-08-05  |  5KB  |  120 lines

  1. ; Self Extracting DLLs
  2. ;     WinInet.dll     (done)
  3. ;     InLoader.dll    (done)
  4. ;    URLMON.dll      (done)
  5. ;    HLINK.dll       (done)
  6. ;       HLinkPrx.dll     (done)
  7. ;       RegSvr32.exe     (done)
  8. ;     StdOLE2.tlb      (done)
  9. ;      OLEAut32.dll     (done)
  10.  
  11.  
  12.  
  13. [Version]
  14. AdvancedInf=2.0
  15. Signature="$CHICAGO$"
  16. SetupClass=Base
  17.  
  18. [DestinationDirs]
  19. SysDirCopy    = 11        ; 11 Copies to the system directory
  20.  
  21. [DefaultInstall]
  22. CopyFiles = SysDirCopy
  23. AddReg = RegisterDlls
  24.  
  25. [SysDirCopy]            ;Copy the following files to the system directory.
  26. WinInet.dll,,,32
  27. SCHANNEL.DLL,,,32
  28. URLMON.DLL,,,32
  29. HLINK.DLL,,,32
  30. HLINKPRX.DLL,,,32
  31. REGSVR32.EXE,,,32
  32. OLEAUT32.DLL,,,32
  33. STDOLE2.TLB,,,32
  34. INLOADER.DLL,,,32
  35.  
  36. [RegisterDlls]
  37.  
  38. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  39. ;    WININET.DLL Registry Entries
  40. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  41. HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","SecurityName",,"Basic Authentication"
  42. HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","DLLFile",0,"wininet.dll"
  43. HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","SchemeList",,"Basic"
  44. HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","Flags",1,00,00,00,00
  45.  
  46. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  47. ;    URLMON.DLL Registry Entries
  48. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  49. HKCR,"CLSID\{%CLSID_URLMON%}",,0,"UrlMon ProxyStub Factory"
  50. HKCR,"CLSID\{%CLSID_URLMON%}\InprocServer32",,0,"urlmon.dll"
  51. HKCR,"CLSID\{%CLSID_IPersistMoniker%}",,0,"IPersistMoniker"
  52. HKCR,"CLSID\{%CLSID_IPersistMoniker%}\ProxyStubClsid32",,0,"{%CLSID_URLMON%}"
  53.  
  54. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  55. ;    HLINK.DLL Registry Entries
  56. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  57. HKCR,"CLSID\{%CLSID_HLinkPSFactory%}",,,"Hyperlinking ProxyStub Factory"
  58. HKCR,"CLSID\{%CLSID_HLinkPSFactory%}\InprocServer32",,,"%11%\hlinkprx.dll"
  59. HKCR,"Interface\{%CLSID_HLinkPSFactory%}",,,"IBinding"
  60. HKCR,"Interface\{%CLSID_HLinkPSFactory%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  61. HKCR,"Interface\{%CLSID_IBindStatusCallback%}",,,"IBindStatusCallback"
  62. HKCR,"Interface\{%CLSID_IBindStatusCallback%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  63. HKCR,"Interface\{%CLSID_IHlinkSite%}",,,"IHlinkSite"
  64. HKCR,"Interface\{%CLSID_IHlinkSite%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  65. HKCR,"Interface\{%CLSID_IHlink%}",,,"IHlink"
  66. HKCR,"Interface\{%CLSID_IHlink%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  67. HKCR,"Interface\{%CLSID_IHlinkSource%}",,,"IHlinkSource"
  68. HKCR,"Interface\{%CLSID_IHlinkSource%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  69. HKCR,"Interface\{%CLSID_IHlinkFrame%}",,,"IHlinkFrame"
  70. HKCR,"Interface\{%CLSID_IHlinkFrame%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  71. HKCR,"Interface\{%CLSID_IEnumHLINKITEM%}",,,"IEnumHLINKITEM"
  72. HKCR,"Interface\{%CLSID_IEnumHLINKITEM%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  73. HKCR,"Interface\{%CLSID_IHlinkBrowseContext%}",,,"IHlinkBrowseContext"
  74. HKCR,"Interface\{%CLSID_IHlinkBrowseContext%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  75. HKCR,"Interface\{%CLSID_IHlinkHistory%}",,,"IHlinkHistory"
  76. HKCR,"Interface\{%CLSID_IHlinkHistory%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  77. HKCR,"Interface\{%CLSID_IPersistMoniker%}",,,"IPersistMoniker"
  78. HKCR,"Interface\{%CLSID_IPersistMoniker%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  79. HKCR,"Interface\{%CLSID_IFile%}",,,"IFile"
  80. HKCR,"Interface\{%CLSID_IFile%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  81.  
  82. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  83. ;    RunOnce Commands
  84. ;
  85. ;    These commands will be executed when the machine
  86. ;    restarts and it's guarenteed that no other
  87. ;    process will be using needed files.  Also, files
  88. ;    may not installed before this point because they
  89. ;    could have been loaded during installation.
  90. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  91.  
  92. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","Register urlmon.dll",0,"%11%\regsvr32.exe /s %11%\urlmon.dll"
  93. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","Register hlink.dll",0,"%11%\regsvr32.exe /s %11%\hlink.dll"
  94. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","Register oleaut32.dll",0,"%11%\regsvr32.exe /s %11%\oleaut32.dll"
  95. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","IE 3.0 RegSvr schannel.dll",0,"%11%\regsvr32.exe /s %11%\schannel.dll"
  96.  
  97.  
  98. [SourceDisksNames]
  99. 55=%MyDiskStr1%,"",0
  100.  
  101. [SourceDisksFiles]
  102. wininet.dll=55
  103.  
  104. [Strings]
  105. MyDiskStr1 = "DLL Installations"
  106. CLSID_URLMON        = "79eac9f1-baf9-11ce-8c82-00aa004ba90b"
  107. CLSID_IPersistMoniker    = "79eac9c9-baf9-11ce-8c82-00aa004ba90b"
  108. CLSID_HLinkPSFactory    = "79eac9c0-baf9-11ce-8c82-00aa004ba90b"
  109. CLSID_IBindStatusCallback    = "79eac9c1-baf9-11ce-8c82-00aa004ba90b"
  110. CLSID_IHlinkSite        = "79eac9c2-baf9-11ce-8c82-00aa004ba90b"
  111. CLSID_IHlink            = "79eac9c3-baf9-11ce-8c82-00aa004ba90b"
  112. CLSID_IHlinkSource        = "79eac9c4-baf9-11ce-8c82-00aa004ba90b"
  113. CLSID_IHlinkFrame        = "79eac9c5-baf9-11ce-8c82-00aa004ba90b"
  114. CLSID_IEnumHLINKITEM    = "79eac9c6-baf9-11ce-8c82-00aa004ba90b"
  115. CLSID_IHlinkBrowseContext= "79eac9c7-baf9-11ce-8c82-00aa004ba90b"
  116. CLSID_IHlinkHistory        = "79eac9c8-baf9-11ce-8c82-00aa004ba90b"
  117. CLSID_IFile                = "79eac9ca-baf9-11ce-8c82-00aa004ba90b"
  118.  
  119.  
  120.