Article ID: 2505146 - Last Review: April 6, 2012 - Revision: 4.0
FIX: "The WebResource.axd handler must be registered" error message when you try to open a page on an ASP.NET 2.0-based website that uses a wildcard-mapped ISAPI extension
System Tip This article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
Consider the following scenario:
You install Internet Information Services (IIS) 7.5 on a computer that is running Windows 7 or Windows Server 2008 R2. Or, you install IIS 7.0 on a computer that is running Windows Vista or Windows Server 2008. You run an ASP.NET 2.0-based website in IIS 7.5 integrated mode if you are using IIS 7.5. Or, you run the website in IIS 7.0 integrated mode if you are using IIS 7.0. Note The website uses a wildcard-mapped Internet Server API (ISAPI) extension. You try to open a page that contains a validation control on the ASP.NET-based website.
In this scenario, you receive an error message that resembles the following:
The WebResource.axd handler must be registered in the configuration to process this request.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<httpHandlers>
<add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="True" />
</httpHandlers>
</system.web>
</configuration>"
System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrlInternal(Assembly assembly, String resourceName, Boolean htmlEncoded) +8552206
System.Web.Handlers.AssemblyResourceLoader.GetWebResourceUrl(Type type, String resourceName, Boolean htmlEncoded) +296
System.Web.UI.ClientScriptManager.GetWebResourceUrl(Page owner, Type type, String resourceName, Boolean htmlEncoded) +82
System.Web.UI.ClientScriptManager.RegisterClientScriptResource(Type type, String resourceName) +33
System.Web.UI.WebControls.BaseValidator.RegisterValidatorCommonScript() +132
System.Web.UI.WebControls.BaseValidator.OnPreRender(EventArgs e) +53
System.Web.UI.Control.PreRenderRecursiveInternal() +80
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Control.PreRenderRecursiveInternal() +171
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
The issue occurs because of an error in the ASP.NET resource handler.
To resolve this issue, apply this hotfix on the computer where you host the ASP.NET website.
Hotfix information A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem.
If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, submit a request to Microsoft Customer Service and Support to obtain the hotfix.
Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.
Prerequisites To apply this hotfix, you must have the Microsoft .NET Framework 3.5 SP1 installed on one of the following operating systems:
Windows 7 Windows 7 SP1 Windows Server 2008 R2 Windows Server 2008 R2 SP1 Windows Vista SP2 Windows Server 2008 SP2 Restart requirement
You may have to restart the computer after you apply this hotfix when the following condition is true:
Any of the affected files are being used when you install this hotfix.
You may not have to restart the computer after you apply this hotfix when the following condition is true:
You close all ASP.NET websites before you install this hotfix.
Hotfix replacement information
This hotfix does not replace a previously released hotfix.
File information
The English (United States) version of this hotfix installs files that have the attributes that are listed in the following tables. The dates and the times for these files are listed in Coordinated Universal Time (UTC). The dates and the times for these files on your local computer are displayed in your local time together with your current daylight saving time (DST) bias. Additionally, the dates and the times may change when you perform certain operations on the files.
For all supported x86-based versions of Windows 7 Collapse this table Expand this table
File name File version File size Date Time Platform Aspnet_wp.exe 2.0.50727.5657 30,544 02-Mar-2011 23:36 x86 Webengine.dll 2.0.50727.5657 436,048 02-Mar-2011 23:36 x86 System.web.dll 2.0.50727.5657 5,251,072 02-Mar-2011 23:36 x86
For all supported x64-based versions of Windows 7 and of Windows Server 2008 R2 Collapse this table Expand this table
File name File version File size Date Time Platform Aspnet_wp.exe 2.0.50727.5657 42,320 02-Mar-2011 23:32 x64 Webengine.dll 2.0.50727.5657 745,296 02-Mar-2011 23:32 x64 System.web.dll 2.0.50727.5657 5,259,264 02-Mar-2011 23:32 x64 Aspnet_wp.exe 2.0.50727.5657 30,544 02-Mar-2011 23:36 x86 Webengine.dll 2.0.50727.5657 436,048 02-Mar-2011 23:36 x86 System.web.dll 2.0.50727.5657 5,251,072 02-Mar-2011 23:36 x86
For all supported IA-64-based versions of Windows Server 2008 R2 Collapse this table Expand this table
File name File version File size Date Time Platform Aspnet_wp.exe 2.0.50727.5657 82,256 02-Mar-2011 23:25 IA-64 Webengine.dll 2.0.50727.5657 1,231,184 02-Mar-2011 23:25 IA-64 System.web.dll 2.0.50727.5657 4,780,032 02-Mar-2011 23:25 IA-64 Aspnet_wp.exe 2.0.50727.5657 30,544 02-Mar-2011 23:36 x86 Webengine.dll 2.0.50727.5657 436,048 02-Mar-2011 23:36 x86 System.web.dll 2.0.50727.5657 5,251,072 02-Mar-2011 23:36 x86
For all supported x86-based versions of Windows 7 SP1 Collapse this table Expand this table
File name File version File size Date Time Platform Aspnet_wp.exe 2.0.50727.5668 30,544 02-May-2011 22:34 x86 Webengine.dll 2.0.50727.5668 436,048 02-May-2011 22:34 x86 System.web.dll 2.0.50727.5668 5,251,072 02-May-2011 22:34 x86
For all supported x64-based versions of Windows 7 SP1 and of Windows Server 2008 R2 SP1 Collapse this table Expand this table
File name File version File size Date Time Platform Aspnet_wp.exe 2.0.50727.5668 42,320 02-May-2011 22:30 x64 Webengine.dll 2.0.50727.5668 745,296 02-May-2011 22:30 x64 System.web.dll 2.0.50727.5668 5,259,264 02-May-2011 22:30 x64 Aspnet_wp.exe 2.0.50727.5668 30,544 02-May-2011 22:34 x86 Webengine.dll 2.0.50727.5668 436,048 02-May-2011 22:34 x86 System.web.dll 2.0.50727.5668 5,251,072 02-May-2011 22:34 x86
For all supported IA-64-based versions of Windows Server 2008 R2 SP1 Collapse this table Expand this table
File name File version File size Date Time Platform Aspnet_wp.exe 2.0.50727.5668 82,256 02-May-2011 22:23 IA-64 Webengine.dll 2.0.50727.5668 1,231,184 02-May-2011 22:23 IA-64 System.web.dll 2.0.50727.5668 4,780,032 02-May-2011 22:23 IA-64 Aspnet_wp.exe 2.0.50727.5668 30,544 02-May-2011 22:34 x86 Webengine.dll 2.0.50727.5668 436,048 02-May-2011 22:34 x86 System.web.dll 2.0.50727.5668 5,251,072 02-May-2011 22:34 x86
For all supported x86-based versions of Windows Server 2008 SP2 and of Windows Vista SP2 Collapse this table Expand this table
File name File version File size Date Time Platform Aspnet_wp.exe 2.0.50727.5668 30,544 04-May-2011 11:52 x86 Webengine.dll 2.0.50727.5668 436,048 04-May-2011 11:52 x86 System.web.dll 2.0.50727.5668 5,251,072 04-May-2011 11:52 x86
For all supported x64-based versions of Windows Server 2008 SP2 and of Windows Vista SP2 Collapse this table Expand this table
File name File version File size Date Time Platform Aspnet_wp.exe 2.0.50727.5668 42,320 04-May-2011 12:01 x64 Webengine.dll 2.0.50727.5668 745,296 04-May-2011 12:01 x64 System.web.dll 2.0.50727.5668 5,259,264 04-May-2011 12:01 x64 Aspnet_wp.exe 2.0.50727.5668 30,544 04-May-2011 11:52 x86 Webengine.dll 2.0.50727.5668 436,048 04-May-2011 11:52 x86 System.web.dll 2.0.50727.5668 5,251,072 04-May-2011 11:52 x86
For all supported IA-64-based versions of Windows Server 2008 SP2 Collapse this table Expand this table
File name File version File size Date Time Platform Aspnet_wp.exe 2.0.50727.5668 82,256 04-May-2011 12:22 IA-64 Webengine.dll 2.0.50727.5668 1,231,184 04-May-2011 12:22 IA-64 System.web.dll 2.0.50727.5668 4,780,032 04-May-2011 12:22 IA-64 Aspnet_wp.exe 2.0.50727.5668 30,544 04-May-2011 11:52 x86 Webengine.dll 2.0.50727.5668 436,048 04-May-2011 11:52 x86 System.web.dll 2.0.50727.5668 5,251,072 04-May-2011 11:52 x86
This hotfix applies only to Integrated Mode. To work around this issue, use Classic Mode.
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
This issue might also occur when you access an ASP.NET 4.0-based website. To resolve this issue for an ASP.NET 4.0-based website, apply hotfix 2591200.
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
2591200
(http://support.microsoft.com/kb/2591200 /
)
FIX: "The WebResource.axd handler must be registered" error when a website uses a wildcard-mapped ISAPI extension in ASP.NET 4
For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
824684
(http://support.microsoft.com/kb/824684/
)
Description of the standard terminology that is used to describe Microsoft software updates
Additional file information Additional file information for Windows 7 and for Windows Server 2008 R2 Additional files for all supported x86-based versions of Windows 7 Collapse this table Expand this table
File name Update.mum File version Not Applicable File size 15,798 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_118824641389e3cf672feefca27b6439_b03f5f7f11d50a3a_6.1.7600.20914_none_ffc5c73b5960b4ed.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_18220807b495538308bfa91a67e8dc05_b03f5f7f11d50a3a_6.1.7600.20914_none_9521c0935848152e.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_1aa16e38940429b521945ce09c2950b1_b03f5f7f11d50a3a_6.1.7600.20914_none_cacd482a06cabc8e.manifest File version Not Applicable File size 618 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_1ae392839d5a198f3673283f917b9939_b03f5f7f11d50a3a_6.1.7600.20914_none_75991d10dc8cc2d9.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_1f7593db98ea8db26db94c868d3bfd5e_b03f5f7f11d50a3a_6.1.7600.20914_none_d89004e88c568848.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_3b6e1329546bf55010c321a446246af5_b03f5f7f11d50a3a_6.1.7600.20914_none_82702eb897c1236a.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_3f474917eb1265ec20b811b8bed181dd_b03f5f7f11d50a3a_6.1.7600.20914_none_ec2fabb69936b6de.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_45650f34edb573026804bad3c4be60e9_b03f5f7f11d50a3a_6.1.7600.20914_none_ba3a9f43622b9ecc.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_53ac012b5bc7e902da0506b147946b45_b03f5f7f11d50a3a_6.1.7600.20914_none_8b35e5a92185dfe7.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_5ba0dba7bdf19f77f6e1ae4cd47cf852_b03f5f7f11d50a3a_6.1.7600.20914_none_557a2ce6faeabb39.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_64cf85758d5be808a03b66b8a2f7ea97_b03f5f7f11d50a3a_6.1.7600.20914_none_e2c6ad6b49495403.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_6bc9e6accc8f2e61289c7af3d9ac4db5_b03f5f7f11d50a3a_6.1.7600.20914_none_43a3ae323199484b.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_7687ee1c826f49981f28f1abb6da97fb_b03f5f7f11d50a3a_6.1.7600.20914_none_ed1c8462c9cb806f.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_8774f6035ef3629609a64d66856e1fdb_b03f5f7f11d50a3a_6.1.7600.20914_none_02b536d8d7fa0553.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_99cb05975db1a5b6c3c452468c6365db_b03f5f7f11d50a3a_6.1.7600.20914_none_07987fad99d16830.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_9a43e92f007a58a5e672d76bbc068f53_b03f5f7f11d50a3a_6.1.7600.20914_none_877673c53468a1f5.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_b311696815780b1265b73bfd8a2b5741_b03f5f7f11d50a3a_6.1.7600.20914_none_9acf695c348efa80.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_c990298aff7d22a73cf05570497efc54_b03f5f7f11d50a3a_6.1.7600.20914_none_6747a5dbbbf454ab.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_cd7f3758654eafd0c112496b7c66d918_b03f5f7f11d50a3a_6.1.7600.20914_none_a0aea7f7661278a1.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_d2325ce796ed92a1882a0614ee97d212_b03f5f7f11d50a3a_6.1.7600.20914_none_596dce9d35b031a2.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_d948b1a628c30cad575db7bd8064b2c3_b03f5f7f11d50a3a_6.1.7600.20914_none_eea9edcd69dcdf3a.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_e502acd60fb491968b2cf09d325b146e_b03f5f7f11d50a3a_6.1.7600.20914_none_d65623b66021688e.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_f3399764e1ed4320d5dc71b7ba18ff22_b03f5f7f11d50a3a_6.1.7600.20914_none_7a2110743b047af3.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_f652ab5865d3266b58be740be2b08a3d_b03f5f7f11d50a3a_6.1.7600.20914_none_ffc8ff851fc3ee78.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_f7aa148f1b0e57a031e75b68f5bc2483_b03f5f7f11d50a3a_6.1.7600.20914_none_cb503eb32134cc26.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_f92fe0da6e96c5a6873a397a7dbc8353_b03f5f7f11d50a3a_6.1.7600.20914_none_ee6252d93ba0ae81.manifest File version Not Applicable File size 628 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_fe40e9314770a39af11acc1fd8a033c3_b03f5f7f11d50a3a_6.1.7600.20914_none_45ab027f4aaa10b3.manifest File version Not Applicable File size 627 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.1.7600.20914_none_829b92936242de4c.manifest File version Not Applicable File size 2,030 Date (UTC) 03-Mar-2011 Time (UTC) 07:05 Platform Not Applicable File name X86_netfx-web_engine_dll_b03f5f7f11d50a3a_6.1.7600.20914_none_f451fd0e0de564d2.manifest File version Not Applicable File size 2,032 Date (UTC) 03-Mar-2011 Time (UTC) 06:58 Platform Not Applicable File name X86_system.web_b03f5f7f11d50a3a_6.1.7600.20914_none_b4da67c5ec7d6c7f.manifest File version Not Applicable File size 2,606 Date (UTC) 03-Mar-2011 Time (UTC) 07:07 Platform Not Applicable
Additional files for all supported x64-based versions of Windows 7 and of Windows Server 2008 R2 Collapse this table Expand this table
File name Amd64_118824641389e3cf672feefca27b6439_b03f5f7f11d50a3a_6.1.7600.20914_none_5be462bf11be2623.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_18220807b495538308bfa91a67e8dc05_b03f5f7f11d50a3a_6.1.7600.20914_none_f1405c1710a58664.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_1aa16e38940429b521945ce09c2950b1_b03f5f7f11d50a3a_6.1.7600.20914_none_26ebe3adbf282dc4.manifest File version Not Applicable File size 620 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_1ae392839d5a198f3673283f917b9939_b03f5f7f11d50a3a_6.1.7600.20914_none_d1b7b89494ea340f.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_1f7593db98ea8db26db94c868d3bfd5e_b03f5f7f11d50a3a_6.1.7600.20914_none_34aea06c44b3f97e.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_3b6e1329546bf55010c321a446246af5_b03f5f7f11d50a3a_6.1.7600.20914_none_de8eca3c501e94a0.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_3db6c6fe74f30aa35e6a0a9efc3d47ac_b03f5f7f11d50a3a_6.1.7600.20914_none_92dcb7bf04a9cb74.manifest File version Not Applicable File size 904 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_3f474917eb1265ec20b811b8bed181dd_b03f5f7f11d50a3a_6.1.7600.20914_none_484e473a51942814.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_45650f34edb573026804bad3c4be60e9_b03f5f7f11d50a3a_6.1.7600.20914_none_16593ac71a891002.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_53ac012b5bc7e902da0506b147946b45_b03f5f7f11d50a3a_6.1.7600.20914_none_e754812cd9e3511d.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_5ba0dba7bdf19f77f6e1ae4cd47cf852_b03f5f7f11d50a3a_6.1.7600.20914_none_b198c86ab3482c6f.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_64cf85758d5be808a03b66b8a2f7ea97_b03f5f7f11d50a3a_6.1.7600.20914_none_3ee548ef01a6c539.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_6bc9e6accc8f2e61289c7af3d9ac4db5_b03f5f7f11d50a3a_6.1.7600.20914_none_9fc249b5e9f6b981.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_6e0d3265bc8e23f21dd56b42c89838dc_b03f5f7f11d50a3a_6.1.7600.20914_none_7ff8a76b92f5684d.manifest File version Not Applicable File size 622 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_7687ee1c826f49981f28f1abb6da97fb_b03f5f7f11d50a3a_6.1.7600.20914_none_493b1fe68228f1a5.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_8774f6035ef3629609a64d66856e1fdb_b03f5f7f11d50a3a_6.1.7600.20914_none_5ed3d25c90577689.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_97bf9b1b8a0d5d24f917bc4dd8f4cab7_b03f5f7f11d50a3a_6.1.7600.20914_none_856a98fc70fd459a.manifest File version Not Applicable File size 631 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_99cb05975db1a5b6c3c452468c6365db_b03f5f7f11d50a3a_6.1.7600.20914_none_63b71b31522ed966.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_9a43e92f007a58a5e672d76bbc068f53_b03f5f7f11d50a3a_6.1.7600.20914_none_e3950f48ecc6132b.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_9f0a7d9077b2c608d47f676daf1ad0af_b03f5f7f11d50a3a_6.1.7600.20914_none_91dde4f0337dddba.manifest File version Not Applicable File size 632 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_b311696815780b1265b73bfd8a2b5741_b03f5f7f11d50a3a_6.1.7600.20914_none_f6ee04dfecec6bb6.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_b8ca2fa1602250bbd76d60dcd7b8c51c_b03f5f7f11d50a3a_6.1.7600.20914_none_c042f6043b5b85f1.manifest File version Not Applicable File size 922 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_c990298aff7d22a73cf05570497efc54_b03f5f7f11d50a3a_6.1.7600.20914_none_c366415f7451c5e1.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_cd7f3758654eafd0c112496b7c66d918_b03f5f7f11d50a3a_6.1.7600.20914_none_fccd437b1e6fe9d7.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_d2325ce796ed92a1882a0614ee97d212_b03f5f7f11d50a3a_6.1.7600.20914_none_b58c6a20ee0da2d8.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_d948b1a628c30cad575db7bd8064b2c3_b03f5f7f11d50a3a_6.1.7600.20914_none_4ac88951223a5070.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_e502acd60fb491968b2cf09d325b146e_b03f5f7f11d50a3a_6.1.7600.20914_none_3274bf3a187ed9c4.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_f3399764e1ed4320d5dc71b7ba18ff22_b03f5f7f11d50a3a_6.1.7600.20914_none_d63fabf7f361ec29.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_f652ab5865d3266b58be740be2b08a3d_b03f5f7f11d50a3a_6.1.7600.20914_none_5be79b08d8215fae.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_f7aa148f1b0e57a031e75b68f5bc2483_b03f5f7f11d50a3a_6.1.7600.20914_none_276eda36d9923d5c.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_f92fe0da6e96c5a6873a397a7dbc8353_b03f5f7f11d50a3a_6.1.7600.20914_none_4a80ee5cf3fe1fb7.manifest File version Not Applicable File size 630 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_f95ca989e50f43202f699608e2f841bb_b03f5f7f11d50a3a_6.1.7600.20914_none_26c822459dc0a108.manifest File version Not Applicable File size 924 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_fe40e9314770a39af11acc1fd8a033c3_b03f5f7f11d50a3a_6.1.7600.20914_none_a1c99e03030781e9.manifest File version Not Applicable File size 629 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name Amd64_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.1.7600.20914_none_3aee5bbc4dc6b546.manifest File version Not Applicable File size 2,034 Date (UTC) 03-Mar-2011 Time (UTC) 07:24 Platform Not Applicable File name Amd64_netfx-web_engine_dll_b03f5f7f11d50a3a_6.1.7600.20914_none_aca4c636f9693bcc.manifest File version Not Applicable File size 2,036 Date (UTC) 03-Mar-2011 Time (UTC) 07:25 Platform Not Applicable File name Amd64_system.web_b03f5f7f11d50a3a_6.1.7600.20914_none_6d2d30eed8014379.manifest File version Not Applicable File size 2,610 Date (UTC) 03-Mar-2011 Time (UTC) 07:29 Platform Not Applicable File name Update.mum File version Not Applicable File size 31,580 Date (UTC) 03-Mar-2011 Time (UTC) 13:45 Platform Not Applicable File name X86_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.1.7600.20914_none_829b92936242de4c.manifest File version Not Applicable File size 2,030 Date (UTC) 03-Mar-2011 Time (UTC) 07:05 Platform Not Applicable File name X86_netfx-web_engine_dll_b03f5f7f11d50a3a_6.1.7600.20914_none_f451fd0e0de564d2.manifest File version Not Applicable File size 2,032 Date (UTC) 03-Mar-2011 Time (UTC) 06:58 Platform Not Applicable File name X86_system.web_b03f5f7f11d50a3a_6.1.7600.20914_none_b4da67c5ec7d6c7f.manifest File version Not Applicable File size 2,606 Date (UTC) 03-Mar-2011 Time (UTC) 07:07 Platform Not Applicable
Additional files for all supported IA-64-based versions of Windows Server 2008 R2 Collapse this table Expand this table
File name Ia64_1ae392839d5a198f3673283f917b9939_b03f5f7f11d50a3a_6.1.7600.20914_none_759ac106dc8acbd5.manifest File version Not Applicable File size 628 Date (UTC) 03-Mar-2011 Time (UTC) 13:44 Platform Not Applicable File name Ia64_7687ee1c826f49981f28f1abb6da97fb_b03f5f7f11d50a3a_6.1.7600.20914_none_ed1e2858c9c9896b.manifest File version Not Applicable File size 628 Date (UTC) 03-Mar-2011 Time (UTC) 13:44 Platform Not Applicable File name Ia64_83b5bd5796aea44cd7474f037de0ac5d_b03f5f7f11d50a3a_6.1.7600.20914_none_e8ceff4cdf57f1ca.manifest File version Not Applicable File size 922 Date (UTC) 03-Mar-2011 Time (UTC) 13:44 Platform Not Applicable File name Ia64_8774f6035ef3629609a64d66856e1fdb_b03f5f7f11d50a3a_6.1.7600.20914_none_02b6daced7f80e4f.manifest File version Not Applicable File size 628 Date (UTC) 03-Mar-2011 Time (UTC) 13:44 Platform Not Applicable File name Ia64_b311696815780b1265b73bfd8a2b5741_b03f5f7f11d50a3a_6.1.7600.20914_none_9ad10d52348d037c.manifest File version Not Applicable File size 628 Date (UTC) 03-Mar-2011 Time (UTC) 13:44 Platform Not Applicable File name Ia64_c990298aff7d22a73cf05570497efc54_b03f5f7f11d50a3a_6.1.7600.20914_none_674949d1bbf25da7.manifest File version Not Applicable File size 628 Date (UTC) 03-Mar-2011 Time (UTC) 13:44 Platform Not Applicable File name Ia64_c9c1a5e2c849c64ed4ec68d1c9c54e8a_b03f5f7f11d50a3a_6.1.7600.20914_none_4b8363be625b8f2d.manifest File version Not Applicable File size 902 Date (UTC) 03-Mar-2011 Time (UTC) 13:44 Platform Not Applicable File name Ia64_d2325ce796ed92a1882a0614ee97d212_b03f5f7f11d50a3a_6.1.7600.20914_none_596f729335ae3a9e.manifest File version Not Applicable File size 628 Date (UTC) 03-Mar-2011 Time (UTC) 13:44 Platform Not Applicable File name Ia64_d948b1a628c30cad575db7bd8064b2c3_b03f5f7f11d50a3a_6.1.7600.20914_none_eeab91c369dae836.manifest File version Not Applicable File size 628 Date (UTC) 03-Mar-2011 Time (UTC) 13:44 Platform Not Applicable File name Ia64_f8e16717ead015e67e44b300a684787f_b03f5f7f11d50a3a_6.1.7600.20914_none_d2ced2c3826c6b6b.manifest File version Not Applicable File size 920 Date (UTC) 03-Mar-2011 Time (UTC) 13:44 Platform Not Applicable File name Ia64_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.1.7600.20914_none_829b705562431630.manifest File version Not Applicable File size 2,033 Date (UTC) 03-Mar-2011 Time (UTC) 07:14 Platform Not Applicable File name Ia64_netfx-web_engine_dll_b03f5f7f11d50a3a_6.1.7600.20914_none_f451dad00de59cb6.manifest File version Not Applicable File size 2,035 Date (UTC) 03-Mar-2011 Time (UTC) 07:14 Platform Not Applicable File name Ia64_system.web_b03f5f7f11d50a3a_6.1.7600.20914_none_b4da4587ec7da463.manifest File version Not Applicable File size 2,609 Date (UTC) 03-Mar-2011 Time (UTC) 07:16 Platform Not Applicable File name Update.mum File version Not Applicable File size 6,034 Date (UTC) 03-Mar-2011 Time (UTC) 13:44 Platform Not Applicable File name X86_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.1.7600.20914_none_829b92936242de4c.manifest File version Not Applicable File size 2,030 Date (UTC) 03-Mar-2011 Time (UTC) 07:05 Platform Not Applicable File name X86_netfx-web_engine_dll_b03f5f7f11d50a3a_6.1.7600.20914_none_f451fd0e0de564d2.manifest File version Not Applicable File size 2,032 Date (UTC) 03-Mar-2011 Time (UTC) 06:58 Platform Not Applicable File name X86_system.web_b03f5f7f11d50a3a_6.1.7600.20914_none_b4da67c5ec7d6c7f.manifest File version Not Applicable File size 2,606 Date (UTC) 03-Mar-2011 Time (UTC) 07:07 Platform Not Applicable
Additional file information for Windows 7 SP1 and for Windows Server 2008 R2 SP1
Additional files for all supported x86-based versions of Windows 7 SP1
Collapse this table Expand this table
File name Update.mum File version Not Applicable File size 15,776 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_09fd381b04e29a8c95682473741493b8_b03f5f7f11d50a3a_6.1.7601.21719_none_9b2802918187d3f7.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_0e3520f6566edfbffeb60c49056b2ab6_b03f5f7f11d50a3a_6.1.7601.21719_none_e1246059a5dbb032.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_1a20174b13073d951759530b766c1660_b03f5f7f11d50a3a_6.1.7601.21719_none_0c5892365e469a21.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_1cd621d00d37144d709787496b735e7a_b03f5f7f11d50a3a_6.1.7601.21719_none_a620170a91f1fa6f.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_283647708b87a0890b6b570aad2ccba6_b03f5f7f11d50a3a_6.1.7601.21719_none_a4132650dcc80cf5.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_293fb5f5ccb55ff17c5eded3042f752c_b03f5f7f11d50a3a_6.1.7601.21719_none_960992b25d75d4ba.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_2eb5c7893182d83cf65c30417fea5ee4_b03f5f7f11d50a3a_6.1.7601.21719_none_d9ad5d3c8532be11.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_3089ea087c91dd4a52197badf3ec9a9c_b03f5f7f11d50a3a_6.1.7601.21719_none_383c81d8c82b86a5.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_313fbea7fd3008281bbfaa1d8c38c9b9_b03f5f7f11d50a3a_6.1.7601.21719_none_fc32e3d21250922c.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_376facc18172a3763d1b022e7e74f4ce_b03f5f7f11d50a3a_6.1.7601.21719_none_54cee9dfd1ee2d87.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_3fb244bc90f4c2403979014d45e003d1_b03f5f7f11d50a3a_6.1.7601.21719_none_8be67f78288f4b9f.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_5451641aefb2f3febb63948b4a38879d_b03f5f7f11d50a3a_6.1.7601.21719_none_27f3d9a26ac7a044.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_7f9ae80cfa62a4ce2c46d303d165dfeb_b03f5f7f11d50a3a_6.1.7601.21719_none_126a36bf4924b3fd.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_81e69e46c602581b7c8f30d7f30ac85c_b03f5f7f11d50a3a_6.1.7601.21719_none_9a08f47dbbb09534.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_ab34a411e63785a6bbfc618b9c65bf1e_b03f5f7f11d50a3a_6.1.7601.21719_none_d9b2e4b50fd116ab.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_ab6f16fa9e565bc063426cb63862f202_b03f5f7f11d50a3a_6.1.7601.21719_none_40d41b81ad158705.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_b34ceed49e89a6b66c61eed88bb91aa2_b03f5f7f11d50a3a_6.1.7601.21719_none_b0b861d41dbfdf96.manifest File version Not Applicable File
size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_c31d4ec80cd6e909b34c485a946a5542_b03f5f7f11d50a3a_6.1.7601.21719_none_797b3e32c5f7d579.manifest File version Not Applicable File size 618 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_c3b5bb4f3a7485d5666405619567b1cb_b03f5f7f11d50a3a_6.1.7601.21719_none_75cb4a834b4aa91b.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_c3ed46edc6e1bfeaecc90ce24f830a19_b03f5f7f11d50a3a_6.1.7601.21719_none_8519ffa799c528a9.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_c7a892b1f8e0cbb11093f3e297960e5e_b03f5f7f11d50a3a_6.1.7601.21719_none_46401f7f13fdad9f.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_d72a6a53a97c1449a6c183c8bb6648e7_b03f5f7f11d50a3a_6.1.7601.21719_none_76d56ec25575ee0c.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_e7e1ac0dafe40036cbd2e2467ac40444_b03f5f7f11d50a3a_6.1.7601.21719_none_068e586eec1ff6a0.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_e927969bc00911f159a516c9f29e11f0_b03f5f7f11d50a3a_6.1.7601.21719_none_f763edc50770d97d.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_eba1d0d8483d6b0fbf6c12230eaa9b9d_b03f5f7f11d50a3a_6.1.7601.21719_none_961e7a4699219ca6.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_ee165588326a004fb2c0b66177ad647f_b03f5f7f11d50a3a_6.1.7601.21719_none_76fe94b3d6535f3d.manifest File version Not Applicable File size 627 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_f55eabe6a9efd495d51e2507c9b5e491_b03f5f7f11d50a3a_6.1.7601.21719_none_669ae40eda07f377.manifest File version Not Applicable File size 628 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.1.7601.21719_none_827719fd62946ee5.manifest File version Not Applicable File size 2,030 Date (UTC) 03-May-2011 Time (UTC) 06:09 Platform Not Applicable File name X86_netfx-web_engine_dll_b03f5f7f11d50a3a_6.1.7601.21719_none_f42d84780e36f56b.manifest File version Not Applicable File size 2,032 Date (UTC) 03-May-2011 Time (UTC) 06:09 Platform Not Applicable File name X86_system.web_b03f5f7f11d50a3a_6.1.7601.21719_none_b4b5ef2feccefd18.manifest File version Not Applicable File size 2,606 Date (UTC) 03-May-2011 Time (UTC) 06:11 Platform Not Applicable
Additional files for all supported x64-based versions of Windows 7 SP1and of Windows Server 2008 R2 SP1
Collapse this table Expand this table
File name Amd64_09fd381b04e29a8c95682473741493b8_b03f5f7f11d50a3a_6.1.7601.21719_none_f7469e1539e5452d.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_0e3520f6566edfbffeb60c49056b2ab6_b03f5f7f11d50a3a_6.1.7601.21719_none_3d42fbdd5e392168.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_197cc22012acd5056d422185c02bcdec_b03f5f7f11d50a3a_6.1.7601.21719_none_dafd162a7bfec302.manifest File version Not Applicable File size 922 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_1a20174b13073d951759530b766c1660_b03f5f7f11d50a3a_6.1.7601.21719_none_68772dba16a40b57.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_1cd621d00d37144d709787496b735e7a_b03f5f7f11d50a3a_6.1.7601.21719_none_023eb28e4a4f6ba5.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_283647708b87a0890b6b570aad2ccba6_b03f5f7f11d50a3a_6.1.7601.21719_none_0031c1d495257e2b.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_293fb5f5ccb55ff17c5eded3042f752c_b03f5f7f11d50a3a_6.1.7601.21719_none_f2282e3615d345f0.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_2eb5c7893182d83cf65c30417fea5ee4_b03f5f7f11d50a3a_6.1.7601.21719_none_35cbf8c03d902f47.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_3089ea087c91dd4a52197badf3ec9a9c_b03f5f7f11d50a3a_6.1.7601.21719_none_945b1d5c8088f7db.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_313fbea7fd3008281bbfaa1d8c38c9b9_b03f5f7f11d50a3a_6.1.7601.21719_none_58517f55caae0362.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_376facc18172a3763d1b022e7e74f4ce_b03f5f7f11d50a3a_6.1.7601.21719_none_b0ed85638a4b9ebd.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_3fb244bc90f4c2403979014d45e003d1_b03f5f7f11d50a3a_6.1.7601.21719_none_e8051afbe0ecbcd5.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_5451641aefb2f3febb63948b4a38879d_b03f5f7f11d50a3a_6.1.7601.21719_none_841275262325117a.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_5b1be94e1fec5c9affcf0f1da33190bd_b03f5f7f11d50a3a_6.1.7601.21719_none_033fd59d56492ded.manifest File version Not Applicable File size 632 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_7f9ae80cfa62a4ce2c46d303d165dfeb_b03f5f7f11d50a3a_6.1.7601.21719_none_6e88d24301822533.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_81e69e46c602581b7c8f30d7f30ac85c_b03f5f7f11d50a3a_6.1.7601.21719_none_f6279001740e066a.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_9bd77b1f815e2eefd1b265285fe06cc0_b03f5f7f11d50a3a_6.1.7601.21719_none_16b11d4ab07fb8b9.manifest File version Not Applicable File size 924 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File
name Amd64_9f60b66aa66437e25c88a3f0e289b6b9_b03f5f7f11d50a3a_6.1.7601.21719_none_e7409d36dcfe998d.manifest File version Not Applicable File size 904 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_a95abfa00fcbb3b122b77b0e629dde56_b03f5f7f11d50a3a_6.1.7601.21719_none_07ba77489886788c.manifest File version Not Applicable File size 622 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_ab34a411e63785a6bbfc618b9c65bf1e_b03f5f7f11d50a3a_6.1.7601.21719_none_35d18038c82e87e1.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_ab6f16fa9e565bc063426cb63862f202_b03f5f7f11d50a3a_6.1.7601.21719_none_9cf2b7056572f83b.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_b34ceed49e89a6b66c61eed88bb91aa2_b03f5f7f11d50a3a_6.1.7601.21719_none_0cd6fd57d61d50cc.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_c31d4ec80cd6e909b34c485a946a5542_b03f5f7f11d50a3a_6.1.7601.21719_none_d599d9b67e5546af.manifest File version Not Applicable File size 620 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_c3b5bb4f3a7485d5666405619567b1cb_b03f5f7f11d50a3a_6.1.7601.21719_none_d1e9e60703a81a51.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_c3ed46edc6e1bfeaecc90ce24f830a19_b03f5f7f11d50a3a_6.1.7601.21719_none_e1389b2b522299df.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_c7a892b1f8e0cbb11093f3e297960e5e_b03f5f7f11d50a3a_6.1.7601.21719_none_a25ebb02cc5b1ed5.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_d72a6a53a97c1449a6c183c8bb6648e7_b03f5f7f11d50a3a_6.1.7601.21719_none_d2f40a460dd35f42.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_e7e1ac0dafe40036cbd2e2467ac40444_b03f5f7f11d50a3a_6.1.7601.21719_none_62acf3f2a47d67d6.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_e927969bc00911f159a516c9f29e11f0_b03f5f7f11d50a3a_6.1.7601.21719_none_53828948bfce4ab3.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_eba1d0d8483d6b0fbf6c12230eaa9b9d_b03f5f7f11d50a3a_6.1.7601.21719_none_f23d15ca517f0ddc.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_ee165588326a004fb2c0b66177ad647f_b03f5f7f11d50a3a_6.1.7601.21719_none_d31d30378eb0d073.manifest File version Not Applicable File size 629 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_f55eabe6a9efd495d51e2507c9b5e491_b03f5f7f11d50a3a_6.1.7601.21719_none_c2b97f92926564ad.manifest File version Not Applicable File size 630 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_fa4124695d7b524a1fb6850e5b20cc1c_b03f5f7f11d50a3a_6.1.7601.21719_none_05c6be5801c7b019.manifest File version Not Applicable File size 631 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name Amd64_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.1.7601.21719_none_3ac9e3264e1845df.manifest File version Not Applicable File size 2,034 Date (UTC) 03-May-2011 Time (UTC) 06:57 Platform Not Applicable File name Amd64_netfx-web_engine_dll_b03f5f7f11d50a3a_6.1.7601.21719_none_ac804da0f9bacc65.manifest File version Not
Applicable File size 2,036 Date (UTC) 03-May-2011 Time (UTC) 06:57 Platform Not Applicable File name Amd64_system.web_b03f5f7f11d50a3a_6.1.7601.21719_none_6d08b858d852d412.manifest File version Not Applicable File size 2,610 Date (UTC) 03-May-2011 Time (UTC) 06:59 Platform Not Applicable File name Update.mum File version Not Applicable File size 31,558 Date (UTC) 03-May-2011 Time (UTC) 13:06 Platform Not Applicable File name X86_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.1.7601.21719_none_827719fd62946ee5.manifest File version Not Applicable File size 2,030 Date (UTC) 03-May-2011 Time (UTC) 06:09 Platform Not Applicable File name X86_netfx-web_engine_dll_b03f5f7f11d50a3a_6.1.7601.21719_none_f42d84780e36f56b.manifest File version Not Applicable File size 2,032 Date (UTC) 03-May-2011 Time (UTC) 06:09 Platform Not Applicable File name X86_system.web_b03f5f7f11d50a3a_6.1.7601.21719_none_b4b5ef2feccefd18.manifest File version Not Applicable File size 2,606 Date (UTC) 03-May-2011 Time (UTC) 06:11 Platform Not Applicable
Additional files for all supported IA-64-based versions of Windows Server 2008 R2 SP1
Collapse this table Expand this table
File name Ia64_283647708b87a0890b6b570aad2ccba6_b03f5f7f11d50a3a_6.1.7601.21719_none_a414ca46dcc615f1.manifest File version Not Applicable File size 628 Date (UTC) 03-May-2011 Time (UTC) 13:05 Platform Not Applicable File name Ia64_2eb5c7893182d83cf65c30417fea5ee4_b03f5f7f11d50a3a_6.1.7601.21719_none_d9af01328530c70d.manifest File version Not Applicable File size 628 Date (UTC) 03-May-2011 Time (UTC) 13:05 Platform Not Applicable File name Ia64_3fb244bc90f4c2403979014d45e003d1_b03f5f7f11d50a3a_6.1.7601.21719_none_8be8236e288d549b.manifest File version Not Applicable File size 628 Date (UTC) 03-May-2011 Time (UTC) 13:05 Platform Not Applicable File name Ia64_81e69e46c602581b7c8f30d7f30ac85c_b03f5f7f11d50a3a_6.1.7601.21719_none_9a0a9873bbae9e30.manifest File version Not Applicable File size 628 Date (UTC) 03-May-2011 Time (UTC) 13:05 Platform Not Applicable File name Ia64_a211b35034076bcf82dc8174fb66b8b2_b03f5f7f11d50a3a_6.1.7601.21719_none_3b82097f5603ff93.manifest File version Not Applicable File size 922 Date (UTC) 03-May-2011 Time (UTC) 13:05 Platform Not Applicable File name Ia64_ab6f16fa9e565bc063426cb63862f202_b03f5f7f11d50a3a_6.1.7601.21719_none_40d5bf77ad139001.manifest File version Not Applicable File size 628 Date (UTC) 03-May-2011 Time (UTC) 13:05 Platform Not Applicable File name Ia64_e4bb09896973b32c9860bb7e54e10188_b03f5f7f11d50a3a_6.1.7601.21719_none_003e88cfe2cb67d3.manifest File version Not Applicable File size 920 Date (UTC) 03-May-2011 Time (UTC) 13:05 Platform Not Applicable File name Ia64_e7e1ac0dafe40036cbd2e2467ac40444_b03f5f7f11d50a3a_6.1.7601.21719_none_068ffc64ec1dff9c.manifest File version Not Applicable File size 628 Date (UTC) 03-May-2011 Time (UTC) 13:05 Platform Not Applicable File name Ia64_eba1d0d8483d6b0fbf6c12230eaa9b9d_b03f5f7f11d50a3a_6.1.7601.21719_none_96201e3c991fa5a2.manifest File version Not Applicable File size 628 Date (UTC) 03-May-2011 Time (UTC) 13:05 Platform Not Applicable File name Ia64_fd28451d563ec0aa6a7ffc66576cf268_b03f5f7f11d50a3a_6.1.7601.21719_none_d21b887162dc80ce.manifest File version Not Applicable File size 902 Date (UTC) 03-May-2011 Time (UTC) 13:05 Platform Not Applicable File name Ia64_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.1.7601.21719_none_8276f7bf6294a6c9.manifest File version Not Applicable File size 2,033 Date (UTC) 03-May-2011 Time (UTC) 06:56 Platform Not Applicable File name Ia64_netfx-web_engine_dll_b03f5f7f11d50a3a_6.1.7601.21719_none_f42d623a0e372d4f.manifest File version Not Applicable File size 2,035 Date (UTC) 03-May-2011 Time (UTC) 06:57 Platform Not Applicable File name Ia64_system.web_b03f5f7f11d50a3a_6.1.7601.21719_none_b4b5ccf1eccf34fc.manifest File version Not Applicable File size 2,609 Date (UTC) 03-May-2011 Time (UTC) 06:58 Platform Not Applicable File name Update.mum File version Not Applicable File size 6,012 Date (UTC) 03-May-2011 Time (UTC) 13:05 Platform Not Applicable File name X86_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.1.7601.21719_none_827719fd62946ee5.manifest File version Not Applicable File size 2,030 Date (UTC) 03-May-2011 Time (UTC) 06:09 Platform Not Applicable File name X86_netfx-web_engine_dll_b03f5f7f11d50a3a_6.1.7601.21719_none_f42d84780e36f56b.manifest File version Not Applicable File size 2,032 Date (UTC) 03-May-2011 Time (UTC) 06:09 Platform Not Applicable File name X86_system.web_b03f5f7f11d50a3a_6.1.7601.21719_none_b4b5ef2feccefd18.manifest File version Not Applicable File size 2,606 Date (UTC) 03-May-2011 Time (UTC) 06:11 Platform Not Applicable
Additional file information for Windows Vista and for Windows Server 2008 SP2
Additional files for all supported x86-based versions of Windows Vista SP2 and of Windows Server 2008 SP2
Collapse this table Expand this table
File name Update.mum File version Not Applicable File size 38,612 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_09bc5ce7615df33cccdf1d83a8d5121c_b03f5f7f11d50a3a_6.0.6002.22635_none_32b07889ca481533.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_09f0ca20c4bdae72620a01b37171c03b_b03f5f7f11d50a3a_6.0.6002.22635_none_dab67c73cf72056d.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_0fa514c12deb7d602a6a1863f6f8a935_b03f5f7f11d50a3a_6.0.6002.22635_none_e298a34807a63d9c.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_20f738b64064ad40f97f6b66146fadcd_b03f5f7f11d50a3a_6.0.6002.22635_none_81d1e5f472e54e75.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_26db3f30db503663d38a2869c20547cd_b03f5f7f11d50a3a_6.0.6002.22635_none_4a9b7f5b9ecb5741.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_28aa67ff531e241cd028a6258749bfb8_b03f5f7f11d50a3a_6.0.6002.22635_none_2d6fd65bbc57a3cc.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_4302cb069cec61afd9a369753408d3f6_b03f5f7f11d50a3a_6.0.6002.22635_none_493a718559b4d97f.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_440fc92f044e044df15c05ad1c6ccf9d_b03f5f7f11d50a3a_6.0.6002.22635_none_13adccd2e5605c9c.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_4b816a7a78c2d993e43043d9d569d71a_b03f5f7f11d50a3a_6.0.6002.22635_none_6cb17e516f3188b7.manifest File version Not Applicable File size 628 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_57701f2429cc61ac8ca1fd9132986ac1_b03f5f7f11d50a3a_6.0.6002.22635_none_472d6133367d3583.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_59e166dffe8bc466a289e3fc9eae5e95_b03f5f7f11d50a3a_6.0.6002.22635_none_9067e2140c8dd732.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_5ca6c221816971d40a40475ee69c4bc6_b03f5f7f11d50a3a_6.0.6002.22635_none_4227128c6c6fe320.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_646f2de9229f14ba103548bdd8ff3174_b03f5f7f11d50a3a_6.0.6002.22635_none_032917f62faa2f4c.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_685b66df2da8c0ce80fa6b52af885f07_b03f5f7f11d50a3a_6.0.6002.22635_none_881ab270506bb455.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_6d04aa0d5aa294e9ff34413ba47f9cb9_b03f5f7f11d50a3a_6.0.6002.22635_none_437af16a847c19c9.manifest File version Not Applicable File size 618 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_7c67e106a32a02aa569fae76070c7323_b03f5f7f11d50a3a_6.0.6002.22635_none_627667a48ea71051.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_83cf6b5a53709cb616ec1533017b471b_b03f5f7f11d50a3a_6.0.6002.22635_none_8b008eceea37e74d.manifest File version Not Applicable File
size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_8e42e4a9784f753dce14e1ecfd6f7e1b_b03f5f7f11d50a3a_6.0.6002.22635_none_14121336a9cff701.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_901f1b134204f3cff0e1b862df8392cc_b03f5f7f11d50a3a_6.0.6002.22635_none_1bb9bc32e6a5b8f8.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_beaf92d40035a61dbeb02517c16f3473_b03f5f7f11d50a3a_6.0.6002.22635_none_30c3903fe165a331.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_c05fd4a8a8b245de31ac4c9d854bcede_b03f5f7f11d50a3a_6.0.6002.22635_none_9919d2cd1a4378d1.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_c4167c497afc64163ad3a192f96f4903_b03f5f7f11d50a3a_6.0.6002.22635_none_7465ab14b4a6b2f3.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_d9a05fd4e5b0f6106d8d82786e62d07f_b03f5f7f11d50a3a_6.0.6002.22635_none_c831438e5e7a122a.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_eda0e174712c4e05c4e026959f175626_b03f5f7f11d50a3a_6.0.6002.22635_none_cb2c16097dd2503f.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_efd47932407f9e8fe58341a2de309f1b_b03f5f7f11d50a3a_6.0.6002.22635_none_f8e3674fa63115ed.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_f2d270a333161fecb1fd086bd16b3c94_b03f5f7f11d50a3a_6.0.6002.22635_none_f9f3a1089579ab33.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_f90625ee4c08526ff762ca74e3ee8ae1_b03f5f7f11d50a3a_6.0.6002.22635_none_bec730c01a361e08.manifest File version Not Applicable File size 627 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.0.6002.22635_none_adf9b586a63f7d90.manifest File version Not Applicable File size 3,768 Date (UTC) 04-May-2011 Time (UTC) 16:27 Platform Not Applicable File name X86_netfx-web_engine_dll_b03f5f7f11d50a3a_6.0.6002.22635_none_1fb0200151e20416.manifest File version Not Applicable File size 9,818 Date (UTC) 04-May-2011 Time (UTC) 16:27 Platform Not Applicable File name X86_system.web_b03f5f7f11d50a3a_6.0.6002.22635_none_e0388ab9307a0bc3.manifest File version Not Applicable File size 6,505 Date (UTC) 04-May-2011 Time (UTC) 16:29 Platform Not Applicable
Additional files for all supported x64-based versions of Windows Vista SP2 and of Windows Server 2008 SP2
Collapse this table Expand this table
File name Amd64_04f108cdda90f1c7a1affb02d148fb71_b03f5f7f11d50a3a_6.0.6002.22635_none_b38509b8e29198a4.manifest File version Not Applicable File size 922 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_09bc5ce7615df33cccdf1d83a8d5121c_b03f5f7f11d50a3a_6.0.6002.22635_none_8ecf140d82a58669.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_09f0ca20c4bdae72620a01b37171c03b_b03f5f7f11d50a3a_6.0.6002.22635_none_36d517f787cf76a3.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_0fa514c12deb7d602a6a1863f6f8a935_b03f5f7f11d50a3a_6.0.6002.22635_none_3eb73ecbc003aed2.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_20f738b64064ad40f97f6b66146fadcd_b03f5f7f11d50a3a_6.0.6002.22635_none_ddf081782b42bfab.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_26db3f30db503663d38a2869c20547cd_b03f5f7f11d50a3a_6.0.6002.22635_none_a6ba1adf5728c877.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_28aa67ff531e241cd028a6258749bfb8_b03f5f7f11d50a3a_6.0.6002.22635_none_898e71df74b51502.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_4302cb069cec61afd9a369753408d3f6_b03f5f7f11d50a3a_6.0.6002.22635_none_a5590d0912124ab5.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_501948d34b1d3cedcb5d2aca204ddb40_b03f5f7f11d50a3a_6.0.6002.22635_none_c0cf346d5efcd12a.manifest File version Not Applicable File size 924 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_57701f2429cc61ac8ca1fd9132986ac1_b03f5f7f11d50a3a_6.0.6002.22635_none_a34bfcb6eedaa6b9.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_59e166dffe8bc466a289e3fc9eae5e95_b03f5f7f11d50a3a_6.0.6002.22635_none_ec867d97c4eb4868.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_5ca6c221816971d40a40475ee69c4bc6_b03f5f7f11d50a3a_6.0.6002.22635_none_9e45ae1024cd5456.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_646f2de9229f14ba103548bdd8ff3174_b03f5f7f11d50a3a_6.0.6002.22635_none_5f47b379e807a082.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_685b66df2da8c0ce80fa6b52af885f07_b03f5f7f11d50a3a_6.0.6002.22635_none_e4394df408c9258b.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_6de14491caf31c349937919410a3f31f_b03f5f7f11d50a3a_6.0.6002.22635_none_1f05a0c29ee4d617.manifest File version Not Applicable File size 904 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_7c67e106a32a02aa569fae76070c7323_b03f5f7f11d50a3a_6.0.6002.22635_none_be95032847048187.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_83cf6b5a53709cb616ec1533017b471b_b03f5f7f11d50a3a_6.0.6002.22635_none_e71f2a52a2955883.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_8e42e4a9784f753dce14e1ecfd6f7e1b_b03f5f7f11d50a3a_6.0.6002.22635_none_7030aeba622d6837.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_901f1b134204f3cff0e1b862df8392cc_b03f5f7f11d50a3a_6.0.6002.22635_none_77d857b69f032a2e.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_beaf92d40035a61dbeb02517c16f3473_b03f5f7f11d50a3a_6.0.6002.22635_none_8ce22bc399c31467.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_c05fd4a8a8b245de31ac4c9d854bcede_b03f5f7f11d50a3a_6.0.6002.22635_none_f5386e50d2a0ea07.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_c4167c497afc64163ad3a192f96f4903_b03f5f7f11d50a3a_6.0.6002.22635_none_d08446986d042429.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_d9a05fd4e5b0f6106d8d82786e62d07f_b03f5f7f11d50a3a_6.0.6002.22635_none_244fdf1216d78360.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_eda0e174712c4e05c4e026959f175626_b03f5f7f11d50a3a_6.0.6002.22635_none_274ab18d362fc175.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_efd47932407f9e8fe58341a2de309f1b_b03f5f7f11d50a3a_6.0.6002.22635_none_550202d35e8e8723.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_f2d270a333161fecb1fd086bd16b3c94_b03f5f7f11d50a3a_6.0.6002.22635_none_56123c8c4dd71c69.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_f90625ee4c08526ff762ca74e3ee8ae1_b03f5f7f11d50a3a_6.0.6002.22635_none_1ae5cc43d2938f3e.manifest File version Not Applicable File size 629 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Amd64_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.0.6002.22635_none_664c7eaf91c3548a.manifest File version Not Applicable File size 4,094 Date (UTC) 04-May-2011 Time (UTC) 16:57 Platform Not Applicable File name Amd64_netfx-web_engine_dll_b03f5f7f11d50a3a_6.0.6002.22635_none_d802e92a3d65db10.manifest File version Not Applicable File size 9,870 Date (UTC) 04-May-2011 Time (UTC) 16:57 Platform Not Applicable File name Amd64_system.web_b03f5f7f11d50a3a_6.0.6002.22635_none_988b53e21bfde2bd.manifest File version Not Applicable File size 9,790 Date (UTC) 04-May-2011 Time (UTC) 16:58 Platform Not Applicable File name Update.mum File version Not Applicable File size 39,016 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.0.6002.22635_none_adf9b586a63f7d90.manifest File version Not Applicable File size 3,768 Date (UTC) 04-May-2011 Time (UTC) 16:27 Platform Not Applicable File name X86_netfx-web_engine_dll_b03f5f7f11d50a3a_6.0.6002.22635_none_1fb0200151e20416.manifest File version Not Applicable File size 9,818 Date (UTC) 04-May-2011 Time (UTC) 16:27 Platform Not Applicable File name X86_system.web_b03f5f7f11d50a3a_6.0.6002.22635_none_e0388ab9307a0bc3.manifest File version Not Applicable File size 6,505 Date (UTC) 04-May-2011 Time (UTC) 16:29 Platform Not Applicable
Additional files for all supported IA64-based versions of Windows Vista SP2 and of Windows Server 2008 SP2
Collapse this table Expand this table
File name Ia64_4302cb069cec61afd9a369753408d3f6_b03f5f7f11d50a3a_6.0.6002.22635_none_493c157b59b2e27b.manifest File version Not Applicable File size 628 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Ia64_57701f2429cc61ac8ca1fd9132986ac1_b03f5f7f11d50a3a_6.0.6002.22635_none_472f0529367b3e7f.manifest File version Not Applicable File size 628 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Ia64_59e166dffe8bc466a289e3fc9eae5e95_b03f5f7f11d50a3a_6.0.6002.22635_none_9069860a0c8be02e.manifest File version Not Applicable File size 628 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Ia64_83cf6b5a53709cb616ec1533017b471b_b03f5f7f11d50a3a_6.0.6002.22635_none_8b0232c4ea35f049.manifest File version Not Applicable File size 628 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Ia64_87ca8b0183585646eda559e67211709f_b03f5f7f11d50a3a_6.0.6002.22635_none_acb05d31cb4bcd4f.manifest File version Not Applicable File size 922 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Ia64_88acaac4d512521ea1438f7fc1bb0689_b03f5f7f11d50a3a_6.0.6002.22635_none_5788c75894a1dbc4.manifest File version Not Applicable File size 902 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Ia64_c4167c497afc64163ad3a192f96f4903_b03f5f7f11d50a3a_6.0.6002.22635_none_74674f0ab4a4bbef.manifest File version Not Applicable File size 628 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Ia64_d9a05fd4e5b0f6106d8d82786e62d07f_b03f5f7f11d50a3a_6.0.6002.22635_none_c832e7845e781b26.manifest File version Not Applicable File size 628 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Ia64_f2d270a333161fecb1fd086bd16b3c94_b03f5f7f11d50a3a_6.0.6002.22635_none_f9f544fe9577b42f.manifest File version Not Applicable File size 628 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Ia64_f9087785e2b31ff842b9dc389ef43497_b03f5f7f11d50a3a_6.0.6002.22635_none_78d40a810ac698ee.manifest File version Not Applicable File size 920 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name Ia64_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.0.6002.22635_none_adf99348a63fb574.manifest File version Not Applicable File size 3,776 Date (UTC) 04-May-2011 Time (UTC) 16:39 Platform Not Applicable File name Ia64_netfx-web_engine_dll_b03f5f7f11d50a3a_6.0.6002.22635_none_1faffdc351e23bfa.manifest File version Not Applicable File size 9,845 Date (UTC) 04-May-2011 Time (UTC) 16:39 Platform Not Applicable File name Ia64_system.web_b03f5f7f11d50a3a_6.0.6002.22635_none_e038687b307a43a7.manifest File version Not Applicable File size 9,764 Date (UTC) 04-May-2011 Time (UTC) 16:41 Platform Not Applicable File name Update.mum File version Not Applicable File size 5,330 Date (UTC) 04-May-2011 Time (UTC) 21:10 Platform Not Applicable File name X86_netfx-aspnet_wp_exe_b03f5f7f11d50a3a_6.0.6002.22635_none_adf9b586a63f7d90.manifest File version Not Applicable File size 3,768 Date (UTC) 04-May-2011 Time (UTC) 16:27 Platform Not Applicable File name X86_netfx-web_engine_dll_b03f5f7f11d50a3a_6.0.6002.22635_none_1fb0200151e20416.manifest File version Not Applicable File size 9,818 Date (UTC) 04-May-2011 Time (UTC) 16:27 Platform Not Applicable File name X86_system.web_b03f5f7f11d50a3a_6.0.6002.22635_none_e0388ab9307a0bc3.manifest File version Not Applicable File size 6,505 Date (UTC) 04-May-2011 Time (UTC) 16:29 Platform Not Applicable
kbautohotfix kbqfe kbhotfixserver kbfix kbsurveynew kbexpertiseadvanced KB2505146
Was this information helpful?
How much effort did you personally put forth to use this article?
Tell us why and what can we do to improve this information
Thank you! Your feedback is used to help us improve our support content. For more assistance options, please visit the
Help and Support Home Page .
Other Resources Other Support Sites
Community
Get Help Now
Article Translations