home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / akce / Panda / IS2007.exe / Files / S / msxml30_license.txt < prev    next >
Text File  |  2005-05-27  |  7KB  |  121 lines

  1. msxml30_license.txt
  2.  
  3. MSXML 3.0 .cab File Redistribution Package
  4. Microsoft Corporation
  5. May 2001
  6. Summary: This article discusses how the Microsoft XML Parser (MSXML 3.0) .cab File Redistribution Package makes it possible to distribute MSXML 3.0 through the Internet. (5 printed pages)
  7. Download the Microsoft XML Parser (MSXML 3.0) .cab File Redistribution Package at 
  8. Note This distribution method works for any MSXML version as long as your parameters are updated correctly to the referred version (including the name of the component, version, and clsid).
  9. Contents
  10. Overview
  11. Requirements
  12. Notes
  13. Overview
  14. The Microsoft« XML Parser (MSXML 3.0) .cab File Redistribution Package makes it possible to distribute MSXML 3.0 through the Internet. To do this, you need to create a Web page that upon opening references the msxml3.cab file. The msxml3.cab file then downloads the MSXML 3.0 DLLs (msxml3.dll, msxml3a.dll, and msxmldr.dll) to the user's system folder and registers MSXML 3.0 on the user's computer.
  15. The following steps describe how to create a Web page that downloads and registers MSXML 3.0 on a user's computer.
  16. To create a Web page that downloads MSXML 3.0 
  17. Click the MSDN Download Center link (above) and download the msxml3.cab file to your computer. 
  18. Copy the msxml3.cab file to a folder in the virtual root of your Web server. 
  19. Create a Web page and add the following object element (shown in bold) to that page. 
  20. <html>
  21. <head>
  22. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  23. <title>MSXML 3.0 Download Sample</title>
  24. </head>
  25.  
  26. <body>
  27.  
  28. <object id="MSXML3"
  29. classid="clsid:f5078f32-c551-11d3-89b9-0000f81fe221"
  30. codebase="msxml3.cab#version=8,00,7820,0"
  31. type="application/x-oleobject"
  32. STYLE="display: none">
  33. </object>
  34.  
  35. This page downloads MSXML 3.0...
  36.  
  37. </body>
  38. </html>
  39. Notice that the object element, in this example, has five attributes. The following table describes these attributes.
  40. Attribute    Description
  41. id     Identifies the object in the DOM. This attribute is optional.
  42. classid     Unique ID that identifies the object. This attribute is mandatory and cannot be changed.
  43. codebase     Specifies the path for the msxml3.cab file and the version number. For example, if the msxml3.cab file is located in the Objects folder of the Web site's root directory, the codebase can be changed to: 
  44. codebase="Objects/msxml3.cab#version=8,00,7820,0"
  45. The version number can be changed if you want users to download a different version of MSXML 3.0.
  46. type     Specifies the type of object. This attribute cannot be changed.
  47. style     Specifies that the object is not displayed on the Web page. This attribute should not be changed.
  48. To test the Web page that downloads and registers MSXML 3.0
  49. Delete the following files from your system directory:msxml3.dll, msxml3a.dll, and msxml3r.dll. For Microsoft Windows« 2000, the MSXML 3.0 DLLs are in the winnt\system32 directory. Note that you may need to reboot before you can delete the files.
  50. Open Microsoft Internet Explorer and enter the URL of the Web page that you created to download MSXML 3.0 (see previous procedure).
  51. Click Yes in the dialog box that asks if you want to install and run the Microsoft XML Parser.
  52. Verify that the following files are installed on your computer: 
  53. ò    msxml3.dll 
  54. ò    msxml3a.dll 
  55. ò    msxml3r.dll 
  56. Requirements
  57. Platforms supported by the MSXML 3.0 .cab File Redistribution Package include Windows 2000, Microsoft Windows NT« 4.0, Microsoft Windows Me, and Microsoft Windows 98.
  58. Note ServerXMLHTTP support is only available on computers that have Windows 2000 installed or on computers that have Windows NT 4.0 with Internet Explorer 5.01 (or later) installed. In addition, support for the MIME Viewer is available with Internet Explorer 5.0 (or later).
  59. The MSXML 3.0 .cab File Redistribution Package is a fully supported release. Please refer to the End User License Agreement regarding support considerations.
  60. Notes
  61. The MSXML 3.0 .cab File Redistribution installs MSXML 3.0 in side-by-side mode. It does not replace existing versions of MSXML on the user's computer. For more information about installing MSXML in side-by-side or replace mode, visit http://msdn.microsoft.com/library/default.asp?url=/downloads/list/xmlgeneral.asp.
  62. The following tables provide information about the various versions of MSXML and the versions of MSXML that ship with Microsoft products.
  63. Table 1. MSXML versions
  64. Version    File name    File version
  65. 1.0     msxml.dll     4.71.1712.5 
  66. 1.0a     msxml.dll     4.72.2106.4 
  67. 1.0 Service Pack 1 (SP1)     msxml.dll     4.72.3110.0 
  68. 2.0     msxml.dll     5.0.2014.0206 
  69. 2.0a     msxml.dll     5.0.2314.1000 
  70. 2.0b     msxml.dll     5.0.2614.3500 
  71. 2.5 Beta 2     msxml.dll     5.0.2919.38 
  72. 2.5a     msxml.dll     5.0.2919.6303 
  73. 2.5     msxml.dll     5.0.2920.0 
  74. 2.5 Service Pack 1 (SP1)     msxml.dll     8.0.5226 
  75. 2.6 January 2000 Web Release     msxml2.dll (January Web Release)     7.50.4920.0 
  76. 2.6 Beta 2     msxml2.dll     8.0.5207.3 
  77. 2.6     msxml2.dll     8.0.6518.1 
  78. 3.0 March 2000 Web Release     msxml3.dll (March Web Release)     7.50.5108.0 
  79. 3.0 May 2000 Web Release     msxml3.dll (May Web Release)     8.0.7309.3 
  80. 3.0 July 2000 Web Release     msxml3.dll (July Web Release)     8.0.7520.1 
  81. 3.0 September 2000 Web Release     msxml3.dll (September Web Release)     8.0.7728.0
  82. 3.0 Release    msxml3.dll    8.0.7820.0
  83. Table 2. XML versions shipped with Microsoft products
  84. Operating system
  85. or program    Internet Explorer    MSXML version
  86. Not applicable    Internet Explorer 4.0    1.0
  87. File version: 4.71.1712.5
  88. Windows 95, OEM Service Release 2.5    Internet Explorer 4.0a    1.0a 
  89. File version: 4.72.2106.4
  90. Not applicable    Internet Explorer 4.01, Service Pack 1 (SP1), 
  91. or Internet Explorer 5.0    2.0
  92. File version: 5.0.2014.0206
  93. Office 2000     Internet Explorer 5.0a    2.0a
  94. File version: 5.0.2314.1000
  95. Windows 98, Second Edition    Internet Explorer 5.0b     2.0b
  96. File version: 5.0.2614.3500
  97. Windows 95, Windows 98, or Windows NT 4.0    Internet Explorer 5.01     2.5a 
  98. File version: 5.0.2919.6303
  99. Windows 2000     Internet Explorer 5.01    2.5
  100. File version: 5.0.2920.0
  101. Windows 2000     Internet Explorer 5.01, Service Pack 1 (SP1)    2.5 Service Pack 1 (SP1)
  102. File version: 8 .0.5226
  103. Windows 95, Windows 98, Windows NT 4.0, Windows 2000, or Windows 2000 Service Pack 1 (SP1)    Internet Explorer 5.5     2.5 Service Pack 1 (SP1)
  104. File version: 8.0.5226
  105. Table 3. XML versions shipped with Microsoft SQL ServerÖ
  106. SQL Server    MSXML version
  107. Microsoft SQL Server 2000, Beta 2    2.6 Beta 2
  108. File version: 8.0.5207.3
  109. Microsoft SQL Server 2000    2.6
  110. File version: 8.0.6518.1
  111. Table 4. XML versions shipped with Microsoft BizTalkÖ Server
  112. BizTalk Server    MSXML version
  113. BizTalk (Technology Preview)    2.6
  114. File version: 8.0.6518.1
  115. BizTalk (Beta)     2.6
  116. File version: 8.0.6518.1
  117.  
  118.  
  119. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmsxml/html/msxmlcabfile.asp
  120.  
  121.