home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / activex / inetsdk / bin / i386 / regset.txt < prev    next >
Text File  |  1996-06-29  |  5KB  |  82 lines

  1. The following are registry settings for various files found in the redistributable self
  2. extracting .exe files WINTDist.exe and AXDist.exe.  This information is taken from .inf
  3. files to install the various components.
  4.  
  5. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  6. ;    WININET.DLL Registry Entries
  7. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  8. HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","SecurityName",,"Basic Authentication"
  9. HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","DLLFile",0,"wininet.dll"
  10. HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","SchemeList",,"Basic"
  11. HKLM,"Software\Microsoft\Internet Explorer\Security\Basic","Flags",1,00,00,00,00
  12.  
  13. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  14. ;    URLMON.DLL Registry Entries
  15. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  16. HKCR,"CLSID\{%CLSID_URLMON%}",,0,"UrlMon ProxyStub Factory"
  17. HKCR,"CLSID\{%CLSID_URLMON%}\InprocServer32",,0,"urlmon.dll"
  18. HKCR,"CLSID\{%CLSID_IPersistMoniker%}",,0,"IPersistMoniker"
  19. HKCR,"CLSID\{%CLSID_IPersistMoniker%}\ProxyStubClsid32",,0,"{%CLSID_URLMON%}"
  20.  
  21. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  22. ;    HLINK.DLL Registry Entries
  23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  24. HKCR,"CLSID\{%CLSID_HLinkPSFactory%}",,,"Hyperlinking ProxyStub Factory"
  25. HKCR,"CLSID\{%CLSID_HLinkPSFactory%}\InprocServer32",,,"%11%\hlinkprx.dll"
  26. HKCR,"Interface\{%CLSID_HLinkPSFactory%}",,,"IBinding"
  27. HKCR,"Interface\{%CLSID_HLinkPSFactory%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  28. HKCR,"Interface\{%CLSID_IBindStatusCallback%}",,,"IBindStatusCallback"
  29. HKCR,"Interface\{%CLSID_IBindStatusCallback%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  30. HKCR,"Interface\{%CLSID_IHlinkSite%}",,,"IHlinkSite"
  31. HKCR,"Interface\{%CLSID_IHlinkSite%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  32. HKCR,"Interface\{%CLSID_IHlink%}",,,"IHlink"
  33. HKCR,"Interface\{%CLSID_IHlink%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  34. HKCR,"Interface\{%CLSID_IHlinkSource%}",,,"IHlinkSource"
  35. HKCR,"Interface\{%CLSID_IHlinkSource%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  36. HKCR,"Interface\{%CLSID_IHlinkFrame%}",,,"IHlinkFrame"
  37. HKCR,"Interface\{%CLSID_IHlinkFrame%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  38. HKCR,"Interface\{%CLSID_IEnumHLINKITEM%}",,,"IEnumHLINKITEM"
  39. HKCR,"Interface\{%CLSID_IEnumHLINKITEM%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  40. HKCR,"Interface\{%CLSID_IHlinkBrowseContext%}",,,"IHlinkBrowseContext"
  41. HKCR,"Interface\{%CLSID_IHlinkBrowseContext%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  42. HKCR,"Interface\{%CLSID_IHlinkHistory%}",,,"IHlinkHistory"
  43. HKCR,"Interface\{%CLSID_IHlinkHistory%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  44. HKCR,"Interface\{%CLSID_IPersistMoniker%}",,,"IPersistMoniker"
  45. HKCR,"Interface\{%CLSID_IPersistMoniker%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  46. HKCR,"Interface\{%CLSID_IFile%}",,,"IFile"
  47. HKCR,"Interface\{%CLSID_IFile%}\ProxyStubClsid32",,,"{%CLSID_HLinkPSFactory%}"
  48.  
  49. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  50. ;    RunOnce Commands
  51. ;
  52. ;    These commands will be executed when the machine
  53. ;    restarts and it's guarenteed that no other
  54. ;    process will be using needed files.  Also, files
  55. ;    may not installed before this point because they
  56. ;    could have been loaded during installation.
  57. ;       %11% refers to the system directory.
  58. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  59.  
  60. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","Register urlmon.dll",0,"%11%\regsvr32.exe /s %11%\urlmon.dll"
  61. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","Register hlink.dll",0,"%11%\regsvr32.exe /s %11%\hlink.dll"
  62. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","Register oleaut32.dll",0,"%11%\regsvr32.exe /s %11%\oleaut32.dll"
  63. HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","IE 3.0 RegSvr schannel.dll",0,"%11%\regsvr32.exe /s %11%\schannel.dll"
  64.  
  65.  
  66.  
  67. [Strings]
  68. CLSID_URLMON        = "79eac9f1-baf9-11ce-8c82-00aa004ba90b"
  69. CLSID_IPersistMoniker    = "79eac9c9-baf9-11ce-8c82-00aa004ba90b"
  70. CLSID_HLinkPSFactory    = "79eac9c0-baf9-11ce-8c82-00aa004ba90b"
  71. CLSID_IBindStatusCallback    = "79eac9c1-baf9-11ce-8c82-00aa004ba90b"
  72. CLSID_IHlinkSite        = "79eac9c2-baf9-11ce-8c82-00aa004ba90b"
  73. CLSID_IHlink            = "79eac9c3-baf9-11ce-8c82-00aa004ba90b"
  74. CLSID_IHlinkSource        = "79eac9c4-baf9-11ce-8c82-00aa004ba90b"
  75. CLSID_IHlinkFrame        = "79eac9c5-baf9-11ce-8c82-00aa004ba90b"
  76. CLSID_IEnumHLINKITEM    = "79eac9c6-baf9-11ce-8c82-00aa004ba90b"
  77. CLSID_IHlinkBrowseContext= "79eac9c7-baf9-11ce-8c82-00aa004ba90b"
  78. CLSID_IHlinkHistory        = "79eac9c8-baf9-11ce-8c82-00aa004ba90b"
  79. CLSID_IFile                = "79eac9ca-baf9-11ce-8c82-00aa004ba90b"
  80.  
  81.  
  82.