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