Support for Windows Vista Service Pack 1 (SP1) ends on July 12, 2011. To continue receiving security updates for Windows, make sure you're running Windows Vista with Service Pack 2 (SP2). For more information, refer to this Microsoft web page: Support is ending for some versions of Windows.
INTRODUCTION
Microsoft has released security bulletin MS09-012. To view the complete security bulletin, visit one of the following Microsoft Web sites:
-
Home users:
http://www.microsoft.com/protect/computer/updates/bulletins/200904.mspxSkip the details: Download the updates for your home computer or laptop from the Microsoft Update Web site now:
-
IT professionals:
http://www.microsoft.com/technet/security/bulletin/ms09-012.mspx
How to obtain help and support for this security update
Support for Microsoft Update Security solutions for IT professionals: TechNet Security Troubleshooting and Support Help protect your computer that is running Windows from viruses and malware:Virus Solution and Security Center Local support according to your country: International Support
Help installing updates:More Information
Known issues with this security update
-
Symptoms
After you apply this update on a server that uses more than four CPU cores and that is running Microsoft ISA Server Standard Edition, the Microsoft ISA Server Control service does not start. Additionally, Event ID 14109 is logged in the Application log. Cause This problem may occur if a hotfix that was released after February 7, 2007 is installed before the security update is installed. This problem occurs because of a change to the way that Windows reports the number of CPUs that are available. This change was first introduced in hotfix 932730. The change causes Windows Server 2003 to report this information exactly as Windows Vista and Windows Server 2008 reports the information. When Windows reports more than four CPU cores, the ISA Server Control service interprets this to mean more than four CPUs. This triggers an alert and then shuts down the Microsoft ISA Server Control service and any dependent services. Note Hotfix 932730 was not included with any Windows Server 2003 service pack. For more information about hotfix 932730, click the following article number to view the article in the Microsoft Knowledge Base:932370 The number of physical hyperthreading-enabled processors or the number of physical multicore processors is incorrectly reported in Windows Server 2003 For more information about how to work around this issue, visit the following Microsoft Web page:
http://blogs.technet.com/isablog/archive/2009/04/18/ms09-012-and-isa-server-standard-edition-14109-failures.aspxTo resolve this issue for ISA Server 2004, install hotfix rollup 970454. For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
970454Description of the ISA Server 2004 hotfix package: June 2, 2009 To resolve this issue for ISA Server 2006, install hotfix rollup 970441. For more information about this issue, click the following article number to view the article in the Microsoft Knowledge Base:
970441FIX: The ISA Server Control service cannot start after you install the MS09-012 update on a computer that is running Windows Server 2003 and that has more than 4 CPU cores Note No patch was issued for ISA Server 2000 because ISA Server 2000 is no longer in mainstream support, and this issue does not constitute a security vulnerability.
-
After you apply this update, and then an in-place upgrade is performed from an earlier released operating system to a new operating system, user-applied changes may not be preserved on the following registry subkeys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM\DefaultSecuredHost
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM\CompatibleHostProviders HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM\SecuredHostProviders This problem may occur in the following upgrade scenarios:-
Windows XP to Windows Vista
-
Windows Server 2003 to Windows Server 2008
-
Windows 2000 Server to Windows Server 2003
-
Windows Vista to Windows 7
-
Windows Server 2008 to newer service packs or to future server-based operating systems.
To avoid this problem, create a backup of these subkeys before you perform the in-place upgrade. Reapply the subkey backups after the upgrade is complete and after the system is patched with security updates.
-
FAQ for independent software vendors (ISV) (COM)
Question 1: How do I determine whether my product is vulnerable to this issue?
Answer 1: Ask the following questions:-
Does your product have to start a non-NT service COM server process?
-
By default, does the COM server that your product instantiates run in the context of Network Service or Local Service Account?
If the answer to each of these questions is yes, your COM server may potentially be vulnerable. To continue with the investigation to identify if your COM server is vulnerable, follow these steps:
-
Download and install Process Explorer from the following Microsoft Web site:
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
-
Run Process Explorer as a local administrator.
-
Click View, point to Lower Pane View, and then click Handles.
-
Click the server process of interest, and then look in the lower pane for Type = Token.
-
Run all the test suites for your product.
-
Look at the lower pane for all the tokens that are owned to see whether a system token is captured.
If you notice that the server process holds the system token, follow these steps:
-
Download and install Debugging Tools for Windows from the following Microsoft Web site:
http://www.microsoft.com/whdc/devtools/debugging/default.mspx
-
Run WinDBG.exe as a local administrator.
-
Click File, and then click Kernel Debug to start local kernel debugger.
-
Click File, and then click Attach to a Process.
-
Click the server process of interest, and then click
OK to attach to the server process. -
Set the debugger symbol path as follows. Substitute your downstream store path for DownstreamStore. For example, C:\Symbols.
SRV*DownstreamStore*http://msdl.microsoft.com/download/symbols -
Dump the process token information.
Get the token address from the output of !process, then use the dt nt!_TOKEN command to display a list of the individual fields of the TOKEN structure. -
Look at the ImpersonationLevel field of the token.
If you notice that the server process holds the system token, and the "ImpersonationLevel" of your server process is "SecurityImpersonation" or "SecurityDelegation," a customer who installs this COM server application on their computer is vulnerable to the MS09-012 exploit. You have to help secure the COM server by using a special SID. Question 2: How do I determine whether my application is a "Run As" COM server?
Answer 2: For COM "Run As" servers, the AppID registry subkey would contain the following RunAs entry:HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{APPIDGUID}\"RunAs"="NT Authority\NetworkService"Specifically, if the value of the "RunAs" entry is either "NT Authority\NetworkService" or "NT Authority\LocalService," the COM server may be vulnerable to the vulnerability that is described in MS09-012. Follow the steps in "Answer 1" to determine whether the product is vulnerable.
Question 3: How do I secure the COM server that is installed by my product range? Answer 3: For the testing phase in labs: If you want to help secure your COM server applications that run in "Run As" activation mode, you should have controls on both the COM client and on all the COM servers that have to be secured. The following are the steps that you can take to help secure your "Run As" COM applications when you test them in-house:-
Install the MSRC package.
-
Make the following configuration change for your COM server:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{APPIDGUID} REG_DWORD AppIDFlags 0x2 /* Example of the usage of AppIDFlags registry value HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{60EE1F45-C0DD-4A1F-AA44-D97424600A16} REG_DWORD AppIDFlags 0x2 */ Note Local Administrator credentials are required to make the change.
If an NS/LS COM server that contains privileged tokens is not an NT service or is not a RunAs COM server, it must be converted into one of these configurations to prevent the vulnerability.
Answer 3: For existing installations: For customers who have existing installations of the vulnerable COM servers, the ISV must publish an update that helps enable these changes on the customer's computer.
Answer 3: For the new installations: The ISV has to provide an intelligent installer that can detect if security update 956572 is installed on the system and that can enable the AppIDFlags Registry key. If the update is not installed, the installer may show an error message about system incompatibilities, and then it may exit. A customer can detect whether security update 956572 is installed on Windows Server 2003 and Windows XP by using the following method:-
The installer should determine whether the following registry key exists:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\HotFix\KB956572 If this registry entry exists, security update 956572 is present on the system.
Another method that you can use to achieve this on all versions of the Windows platform is by using WMI queries. The following query can be used to detect whether security update 956572 is installed on the computer:
SELECT * FROM WIN32_QUICKFIXENGINEERING WHERE HotfixID like ‘KB956572’Note By default in Windows Vista SP2 and in Windows Server 2008 SP2, the fix for this vulnerability is present.
FAQ for system administrators (COM)
Question 1: How do I determine whether any of the services in my enterprise are vulnerable or not?
Answer 1: Ask the following questions:-
Does your product have to start a non-NT service COM server process?
-
By default, does the COM server that your product starts run in the context of Network Service or Local Service Account?
If the answer to each of these questions is yes, these COM servers may potentially be vulnerable. To help secure these COM server applications, please contact the ISV who owns this product. If this application was developed in-house, follow the steps in Answer 1 of the "FAQ for independent software vendors (ISV) (COM)" section.
FAQ for ISV (Services.exe)
Question 1: How to determine whether your product range is affected by the exploit mentioned in MS09-012?
Answer 1: Ask the following questions:-
Does your product install services that are started by using the SCM framework?
-
By default, do the services that your product installs run in the context of Network Service or Local Service Account?
-
If your service runs on Windows Vista or on Windows Server 2008, run the following command from an elevated command prompt:
SC.EXE QSIDTYPE <ServiceName> Is the SERVICE_SID_TYPE value NONE?
Output:[SC] QueryServiceConfig2 SUCCESS SERVICE_NAME: <Service Name> SERVICE_SID_TYPE: NONE
If the answer to each of these three questions is yes, your service may potentially be vulnerable. To continue with the investigation to identify if your service is vulnerable, follow the Process Explorer-related steps in Answer 1 of the "FAQ for independent software vendors (ISV) (COM)" section.
Question 2: How do I secure the services installed by my product range?
Answer 2: Testing Phase in Labs The following are the steps that you can take to help secure your service when you test the services in-house before releasing it to all the customers.-
Install the MSRC package.
-
Run the following command from an elevated command prompt:
SC.exe SIDTYPE <ServiceName> UNRESTRICTED
-
Restart the service from the services control manager.
-
Validate that your service has obtained a Service SID by running the following command:
SC.exe QSIDTYPE <Service Name> Output:
[SC] QueryServiceConfig2 SUCCESS SERVICE_NAME: <Service Name> SERVICE_SID_TYPE: UNRESTRICTED
-
If you see SERVICE_SID_TYPE = UNRESTRICTED, your service has obtained a SID.
-
Run all test cases to make sure that no functionality that is provided by your service is broken.
-
The following sequence of commands will help remove the Service SID on the service:
SC.exe SIDTYPE <ServiceName> NONE
SC.exe STOP <ServiceName> SC.exe START <ServiceName>
Existing Installations
For customers who have existing installations of the vulnerable services, the ISV must publish an update that helps enable a service SID on the customer’s box. The update should ideally follow these steps:-
Change the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<ServiceName>\ServiceSidType = 1
-
After this the update, the installer should restart the system.
This will set the ServiceSID Type of the service <ServiceName> to UNRESTRICTED.
New Installations The ISV has to find an intelligent installer that detects whether security update 956572 is installed on the system and that enables the ServiceSidType registry key. If the update is not installed, the installer may show an error message about system incompatibilities, and then it exits. A customer can detect whether security update 956572 is installed on Windows Server 2003 and Windows XP by using the following method:-
The installer should determine whether the following registry key exists:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\HotFix\KB956572If this registry entry exists, security update 956572 is present on the system.
Another method that you can use to achieve this on all versions of the Windows platform is by using WMI queries. The following query can be used to detect whether security update 956572 is installed on the computer.
SELECT * FROM WIN32_QUICKFIXENGINEERING WHERE HotfixID like 'KB956572'Note The released versions of Windows Vista and Windows Server 2008 already contain the fix for Services.exe. No detection is required.
Note If your product DACLs have any resources with the SID of the Service Account, make sure that all these resources (files, registry keys, and so on) have the DACLs reapplied with the service SID. If this is not done, the functionality of your product may break while it tries to access these resources. To see the SID that is assigned to your service, use the following command:SC.EXE SHOWSID <service name>The SID of the service is generated by using a hash of the service name, and it will not change as long as the name of the service does not change.
FAQ for System Administrators (Services.exe)
Question 1: How do I determine whether any of the services used in my enterprise is vulnerable or not?
Answer 1: Ask the following questions:-
Does your product install services that are started by using the SCM framework?
-
By default, do the services that your product installs run in the context of Network Service or Local Service Account?
Note If your service runs on Windows Vista or on Windows Server 2008, run the following command from an elevated command prompt to determine the context:SC.exe QSIDTYPE <Service Name>Output:
[SC] QueryServiceConfig2 SUCCESS SERVICE_NAME: <Service Name> SERVICE_SID_TYPE: UNRESTRICTED
If the answer to each of these three questions is yes, these services could potentially be vulnerable. To help secure these services, contact the ISV who owns the service. If the service was developed in-house, follow the steps in Answer 1 of the "FAQ for independent software vendors (ISV) (COM)" section.
FAQ for independent software vendors (ISV) (WMI)
Question 1: How do I identify whether the WMI provider that is used by our product is launched in secure mode or not?
Answer 1:-
Open the ".mof" files for the WMI Providers and verify whether any of the providers has one of the following hosting models:
-
NetworkServiceHost
-
NetworkServiceHostToSelfHost
-
LocalServiceHost
-
NULL (only in the case of Windows Vista or Windows Server 2008)
-
-
As part of the token kidnapping package, only WMI Providers shipped inbox are secured by default. If your provider is an inbox provider, it should ideally be secured after installed the token kidnapping package. To verify this, please check the registry values under the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM\SecuredHostProviders subkey. If a provider is secured, you should see an entry similar to the following:
<NameSpace>:_Win32Provider.Name ="<Provider Name>" REG_SZ 0.
-
If your provider is listed here, then that particular provider would be launched in secure mode.
-
If the provider name is not listed under the SecureHostProviders registry key, and the hosting model is one of the models that are listed in step 1, then this provider will be launched in an unsecured Wmiprvse.exe and will make the computer vulnerable to the token kidnapping attack.
Question 2: How do I verify whether the WMI Provider that is used by our product is launched in secure mode or not?
Answer 2:-
Log on to a computer that has your product installed as an Administrator.
-
Download and install Process Explorer from the following Microsoft Web site:
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
-
Run Process Explorer as a local administrator.
-
Click View, point to Lower Pane View, and then click Handles.
-
Use Task Manager to identify and close all the Wmiprvse.exe processes that are running under the context of Network Service or Local Service.
-
Execute a test case for your application that exercises a WMI query using a specific WMI provider. This will create a new WMIPrvSE.exe process to service the new WMI query that you just executed.
-
On the Process Explorer toolbar, make sure that you have selected View DLLs.
-
Look in the lower pane to see whether your DLL has been loaded in the newly created WMIPrvSE.exe.
-
Double-click WMIPrvSE.exe to open the
Properties dialog box. -
Click the Security tab and make sure that the following is correct:
-
The logon SID is of the form (S-1-5-5-****).
-
The logon SID is also marked as the owner.
-
WMI SID for ServiceAcccount {Local Service|Network Service} will be marked as owner.
-
WMI SID for Local Service:
S-1-5-86-1544737700-199408000-2549878335-3519669259-381336952 -
WMI SID for Network Service:
S-1-5-86-615999462-62705297-2911207457-59056572-3668589837
-
-
-
Click Permission, and verify that neither Network Service nor Local Service come up in the list. This will confirm that your provider is now being launched in secured mode.
Question 3: How can an ISV secure the WMI Provider that their product uses?
Answer 3: As a part of the token kidnapping package, we have provided three registry keys that will help ISVs configure their WMI Providers.-
HKLM\SOFTWARE\Microsoft\WBEM\CIMOM\SecuredHostProviders
All providers listed under this key will always run in secured mode. -
HKLM \SOFTWARE\Microsoft\WBEM\CIMOM\CompatibleHostProviders
If a provider is listed under this key, it will run in unsecured mode. This key is provided so that an ISV can add an exception for a particular provider that has compatibility issues running in safe mode. By default it will contain 0 (zero) entries. -
HKLM \SOFTWARE\Microsoft\WBEM\CIMOM\DefaultSecuredHost
If this global registry key is set to 1, it will launch all the WMI Providers on the computer in secured mode regardless of they are listed or not listed in any of the registry keys above. Microsoft has not set this to 1 by default because we have not tested the behavior of all possible third-party applications with this registry key set to 1.
To help secure any WMI Provider, add the following registry value to "HKLM\SOFTWARE\Microsoft\WBEM\CIMOM\SecuredHostProviders":
<NameSpace>:_Win32Provider.Name =”<Provider Name>” REG_SZ 0.
Please make sure that all your test scenarios work as expected after you make this change.
FAQ for System Administrator (WMI)
Question 1: How can I identify if a WMI Provider used by my organization is running in unsecured mode?
Answer 1:-
Log on to a computer which has your product installed as an Administrator.
-
Download and install Process Explorer from the following Microsoft Web site:
http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
-
Run Process Explorer as a local administrator.
-
Click View, point to Lower Pane View, and then click Handles.
-
Using Task Manager, identify and close all the Wmiprvse.exe processes that are running under the context of Network Service or Local Service.
-
Execute a test case for your application that exercises a WMI query using a specific WMI Provider. This will create a new WMIPrvSE.exe process to service the new WMI query that you just executed.
-
On the Process Explorer toolbar, make sure that you have selected View DLLs.
-
Look in the lower pane to see whether your DLL has been loaded in the newly created WMIPrvSE.exe.
-
Double-click WMIPrvSE.exe to open the
Properties dialog box. -
Click the Security tab, and then make sure that the following is correct:
-
"Network Service" or "Local Service" has full permissions on the Wmiprvse.exe process.
-
Make sure that the logon SID (of the form S-1-5-5-**** ) is not marked as owner.
-
Make sure that the WMI SID for ServiceAcccount {Local Service|Network Service} is not generated. That is, make sure that it is not visible under "Group."
-
WMI SID for Local Service: S-1-5-86-1544737700-199408000-2549878335-3519669259-381336952
-
WMI SID for Network Service: S-1-5-86-615999462-62705297-2911207457-59056572-3668589837
-
-
Question 2: How do I secure a vulnerable WMI provider?
Answer 2:-
Open Registry Editor.
-
Go to the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM\SecuredHostProviders
-
Add an registry value for the WMI provider to be secured. Use the following format:
<NameSpace>:_Win32Provider.Name =”<Provider Name>” REG_SZ 0
-
Restart the WMI service by running the following commands.
-
Sc stop winmgmt
-
Sc start winmgmt
-
FILE INFORMATION
The English (United States) version of this security update has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
Windows XP and Windows Server 2003 file information notes-
The files that apply to a specific milestone (RTM, SPn) are noted in the "SP requirement" column.
-
In addition to the files that are listed in these tables, this software update also installs an associated security catalog file (KBnumber.cat) that is signed with a Microsoft digital signature.
For all supported x86-based versions of Windows XP
File name |
File version |
File size |
Date |
Time |
Platform |
SP requirement |
Service branch |
---|---|---|---|---|---|---|---|
Spupdsvc.exe |
6.3.13.0 |
26,488 |
09-Jul-2008 |
07:38 |
x86 |
None |
Not Applicable |
Advapi32.dll |
5.1.2600.3520 |
616,960 |
09-Feb-2009 |
10:20 |
x86 |
SP2 |
SP2GDR |
Colbact.dll |
2001.12.4414.308 |
60,416 |
26-Jul-2005 |
04:39 |
x86 |
SP2 |
SP2GDR |
Fastprox.dll |
5.1.2600.3520 |
473,088 |
09-Feb-2009 |
10:20 |
x86 |
SP2 |
SP2GDR |
Lsasrv.dll |
5.1.2600.3520 |
723,456 |
09-Feb-2009 |
10:20 |
x86 |
SP2 |
SP2GDR |
Ntdll.dll |
5.1.2600.3520 |
714,752 |
09-Feb-2009 |
10:20 |
x86 |
SP2 |
SP2GDR |
Ntkrnlmp.exe |
5.1.2600.3520 |
2,136,064 |
06-Feb-2009 |
17:22 |
x86 |
SP2 |
SP2GDR |
Ntkrnlpa.exe |
5.1.2600.3520 |
2,057,728 |
06-Feb-2009 |
16:49 |
x86 |
SP2 |
SP2GDR |
Ntkrpamp.exe |
5.1.2600.3520 |
2,015,744 |
06-Feb-2009 |
16:49 |
x86 |
SP2 |
SP2GDR |
Ntoskrnl.exe |
5.1.2600.3520 |
2,180,480 |
06-Feb-2009 |
17:24 |
x86 |
SP2 |
SP2GDR |
Pdh.dll |
5.1.2600.3536 |
283,648 |
06-Mar-2009 |
14:44 |
x86 |
SP2 |
SP2GDR |
Rpcss.dll |
5.1.2600.3520 |
399,360 |
09-Feb-2009 |
10:20 |
x86 |
SP2 |
SP2GDR |
Sc.exe |
5.1.2600.3520 |
35,328 |
06-Feb-2009 |
16:54 |
x86 |
SP2 |
SP2GDR |
Services.exe |
5.1.2600.3520 |
110,592 |
06-Feb-2009 |
17:14 |
x86 |
SP2 |
SP2GDR |
Wmiprvsd.dll |
5.1.2600.3520 |
453,120 |
09-Feb-2009 |
10:20 |
x86 |
SP2 |
SP2GDR |
Wmiprvse.exe |
5.1.2600.3520 |
227,840 |
06-Feb-2009 |
16:39 |
x86 |
SP2 |
SP2GDR |
Advapi32.dll |
5.1.2600.3520 |
617,984 |
09-Feb-2009 |
10:01 |
x86 |
SP2 |
SP2QFE |
Colbact.dll |
2001.12.4414.308 |
60,416 |
26-Jul-2005 |
04:20 |
x86 |
SP2 |
SP2QFE |
Fastprox.dll |
5.1.2600.3520 |
473,088 |
09-Feb-2009 |
10:01 |
x86 |
SP2 |
SP2QFE |
Lsasrv.dll |
5.1.2600.3520 |
728,576 |
09-Feb-2009 |
10:01 |
x86 |
SP2 |
SP2QFE |
Ntdll.dll |
5.1.2600.3520 |
715,264 |
09-Feb-2009 |
10:01 |
x86 |
SP2 |
SP2QFE |
Ntkrnlmp.exe |
5.1.2600.3520 |
2,142,720 |
06-Feb-2009 |
10:29 |
x86 |
SP2 |
SP2QFE |
Ntkrnlpa.exe |
5.1.2600.3520 |
2,062,976 |
06-Feb-2009 |
09:49 |
x86 |
SP2 |
SP2QFE |
Ntkrpamp.exe |
5.1.2600.3520 |
2,020,864 |
06-Feb-2009 |
09:49 |
x86 |
SP2 |
SP2QFE |
Ntoskrnl.exe |
5.1.2600.3520 |
2,186,112 |
06-Feb-2009 |
10:32 |
x86 |
SP2 |
SP2QFE |
Pdh.dll |
5.1.2600.3536 |
284,160 |
06-Mar-2009 |
14:00 |
x86 |
SP2 |
SP2QFE |
Rpcss.dll |
5.1.2600.3520 |
401,408 |
09-Feb-2009 |
10:01 |
x86 |
SP2 |
SP2QFE |
Sc.exe |
5.1.2600.3520 |
35,328 |
06-Feb-2009 |
09:54 |
x86 |
SP2 |
SP2QFE |
Services.exe |
5.1.2600.3520 |
110,592 |
06-Feb-2009 |
10:22 |
x86 |
SP2 |
SP2QFE |
Wmiprvsd.dll |
5.1.2600.3520 |
453,120 |
11-Feb-2009 |
01:31 |
x86 |
SP2 |
SP2QFE |
Wmiprvse.exe |
5.1.2600.3520 |
227,840 |
06-Feb-2009 |
09:41 |
x86 |
SP2 |
SP2QFE |
Advapi32.dll |
5.1.2600.5755 |
617,472 |
09-Feb-2009 |
12:10 |
x86 |
SP3 |
SP3GDR |
Fastprox.dll |
5.1.2600.5755 |
473,600 |
09-Feb-2009 |
12:10 |
x86 |
SP3 |
SP3GDR |
Lsasrv.dll |
5.1.2600.5755 |
729,088 |
09-Feb-2009 |
12:10 |
x86 |
SP3 |
SP3GDR |
Ntdll.dll |
5.1.2600.5755 |
714,752 |
09-Feb-2009 |
12:10 |
x86 |
SP3 |
SP3GDR |
Ntkrnlmp.exe |
5.1.2600.5755 |
2,145,280 |
06-Feb-2009 |
11:06 |
x86 |
SP3 |
SP3GDR |
Ntkrnlpa.exe |
5.1.2600.5755 |
2,066,048 |
08-Feb-2009 |
02:02 |
x86 |
SP3 |
SP3GDR |
Ntkrpamp.exe |
5.1.2600.5755 |
2,023,936 |
06-Feb-2009 |
10:32 |
x86 |
SP3 |
SP3GDR |
Ntoskrnl.exe |
5.1.2600.5755 |
2,189,056 |
06-Feb-2009 |
11:08 |
x86 |
SP3 |
SP3GDR |
Pdh.dll |
5.1.2600.5773 |
284,160 |
06-Mar-2009 |
14:22 |
x86 |
SP3 |
SP3GDR |
Rpcss.dll |
5.1.2600.5755 |
401,408 |
09-Feb-2009 |
12:10 |
x86 |
SP3 |
SP3GDR |
Sc.exe |
5.1.2600.5755 |
35,328 |
06-Feb-2009 |
10:39 |
x86 |
SP3 |
SP3GDR |
Services.exe |
5.1.2600.5755 |
110,592 |
06-Feb-2009 |
11:11 |
x86 |
SP3 |
SP3GDR |
Wmiprvsd.dll |
5.1.2600.5755 |
453,120 |
09-Feb-2009 |
12:10 |
x86 |
SP3 |
SP3GDR |
Wmiprvse.exe |
5.1.2600.5755 |
227,840 |
06-Feb-2009 |
10:10 |
x86 |
SP3 |
SP3GDR |
Advapi32.dll |
5.1.2600.5755 |
617,472 |
11-Feb-2009 |
02:26 |
x86 |
SP3 |
SP3QFE |
Fastprox.dll |
5.1.2600.5755 |
473,600 |
09-Feb-2009 |
10:56 |
x86 |
SP3 |
SP3QFE |
Lsasrv.dll |
5.1.2600.5755 |
729,088 |
09-Feb-2009 |
10:56 |
x86 |
SP3 |
SP3QFE |
Ntdll.dll |
5.1.2600.5755 |
715,264 |
09-Feb-2009 |
10:56 |
x86 |
SP3 |
SP3QFE |
Ntkrnlmp.exe |
5.1.2600.5755 |
2,145,280 |
06-Feb-2009 |
11:03 |
x86 |
SP3 |
SP3QFE |
Ntkrnlpa.exe |
5.1.2600.5755 |
2,066,176 |
06-Feb-2009 |
10:30 |
x86 |
SP3 |
SP3QFE |
Ntkrpamp.exe |
5.1.2600.5755 |
2,023,936 |
06-Feb-2009 |
10:30 |
x86 |
SP3 |
SP3QFE |
Ntoskrnl.exe |
5.1.2600.5755 |
2,189,184 |
08-Feb-2009 |
02:35 |
x86 |
SP3 |
SP3QFE |
Pdh.dll |
5.1.2600.5773 |
284,160 |
06-Mar-2009 |
13:49 |
x86 |
SP3 |
SP3QFE |
Rpcss.dll |
5.1.2600.5755 |
401,408 |
09-Feb-2009 |
10:56 |
x86 |
SP3 |
SP3QFE |
Sc.exe |
5.1.2600.5755 |
35,328 |
06-Feb-2009 |
10:36 |
x86 |
SP3 |
SP3QFE |
Services.exe |
5.1.2600.5755 |
110,592 |
06-Feb-2009 |
11:06 |
x86 |
SP3 |
SP3QFE |
Wmiprvsd.dll |
5.1.2600.5755 |
453,120 |
09-Feb-2009 |
10:56 |
x86 |
SP3 |
SP3QFE |
Wmiprvse.exe |
5.1.2600.5755 |
227,840 |
06-Feb-2009 |
10:15 |
x86 |
SP3 |
SP3QFE |
For all supported x86-based versions of Windows Server 2003
File name |
File version |
File size |
Date |
Time |
Platform |
SP requirement |
Service branch |
---|---|---|---|---|---|---|---|
Spupdsvc.exe |
6.3.4.1 |
23,856 |
01-Mar-2007 |
05:47 |
x86 |
None |
Not Applicable |
Advapi32.dll |
5.2.3790.3290 |
620,032 |
09-Feb-2009 |
11:40 |
x86 |
SP1 |
SP1GDR |
Colbact.dll |
2001.12.4720.2492 |
58,880 |
21-Jul-2005 |
03:24 |
x86 |
SP1 |
SP1GDR |
Fastprox.dll |
5.2.3790.3290 |
483,840 |
09-Feb-2009 |
11:40 |
x86 |
SP1 |
SP1GDR |
Lsasrv.dll |
5.2.3790.3290 |
824,320 |
09-Feb-2009 |
11:40 |
x86 |
SP1 |
SP1GDR |
Ntdll.dll |
5.2.3790.3290 |
775,168 |
09-Feb-2009 |
11:40 |
x86 |
SP1 |
SP1GDR |
Ntkrnlmp.exe |
5.2.3790.3309 |
2,452,480 |
19-Mar-2009 |
10:25 |
Not Applicable |
SP1 |
SP1GDR |
Ntkrnlpa.exe |
5.2.3790.3309 |
2,266,624 |
19-Mar-2009 |
09:34 |
x86 |
SP1 |
SP1GDR |
Ntkrpamp.exe |
5.2.3790.3309 |
2,306,560 |
19-Mar-2009 |
09:33 |
Not Applicable |
SP1 |
SP1GDR |
Ntoskrnl.exe |
5.2.3790.3309 |
2,414,592 |
19-Mar-2009 |
10:25 |
x86 |
SP1 |
SP1GDR |
Pdh.dll |
5.2.3790.3305 |
305,152 |
06-Mar-2009 |
07:06 |
x86 |
SP1 |
SP1GDR |
Rpcss.dll |
5.2.3790.3290 |
421,376 |
09-Feb-2009 |
11:40 |
x86 |
SP1 |
SP1GDR |
Sc.exe |
5.2.3790.3290 |
49,152 |
03-Feb-2009 |
09:48 |
x86 |
SP1 |
SP1GDR |
Services.exe |
5.2.3790.3290 |
112,128 |
03-Feb-2009 |
10:23 |
x86 |
SP1 |
SP1GDR |
W03a2409.dll |
5.2.3790.3309 |
40,960 |
19-Mar-2009 |
10:01 |
x86 |
SP1 |
SP1GDR |
Wmiprvsd.dll |
5.2.3790.3290 |
428,544 |
09-Feb-2009 |
11:40 |
x86 |
SP1 |
SP1GDR |
Wmiprvse.exe |
5.2.3790.3290 |
217,600 |
03-Feb-2009 |
09:47 |
x86 |
SP1 |
SP1GDR |
Advapi32.dll |
5.2.3790.3290 |
620,544 |
09-Feb-2009 |
11:58 |
x86 |
SP1 |
SP1QFE |
Colbact.dll |
2001.12.4720.2492 |
58,880 |
21-Jul-2005 |
03:37 |
x86 |
SP1 |
SP1QFE |
Fastprox.dll |
5.2.3790.3290 |
483,840 |
09-Feb-2009 |
11:58 |
x86 |
SP1 |
SP1QFE |
Lsasrv.dll |
5.2.3790.3290 |
824,320 |
09-Feb-2009 |
11:58 |
x86 |
SP1 |
SP1QFE |
Ntdll.dll |
5.2.3790.3290 |
778,240 |
09-Feb-2009 |
11:58 |
x86 |
SP1 |
SP1QFE |
Ntkrnlmp.exe |
5.2.3790.3309 |
2,468,864 |
19-Mar-2009 |
11:11 |
Not Applicable |
SP1 |
SP1QFE |
Ntkrnlpa.exe |
5.2.3790.3309 |
2,281,472 |
19-Mar-2009 |
10:15 |
x86 |
SP1 |
SP1QFE |
Ntkrpamp.exe |
5.2.3790.3309 |
2,321,408 |
19-Mar-2009 |
10:16 |
Not Applicable |
SP1 |
SP1QFE |
Ntoskrnl.exe |
5.2.3790.3309 |
2,427,904 |
19-Mar-2009 |
11:11 |
x86 |
SP1 |
SP1QFE |
Pdh.dll |
5.2.3790.3305 |
305,152 |
06-Mar-2009 |
07:08 |
x86 |
SP1 |
SP1QFE |
Rpcss.dll |
5.2.3790.3290 |
425,472 |
09-Feb-2009 |
11:58 |
x86 |
SP1 |
SP1QFE |
Sc.exe |
5.2.3790.3290 |
49,152 |
03-Feb-2009 |
10:47 |
x86 |
SP1 |
SP1QFE |
Services.exe |
5.2.3790.3290 |
112,128 |
03-Feb-2009 |
11:24 |
x86 |
SP1 |
SP1QFE |
W03a2409.dll |
5.2.3790.3309 |
40,960 |
19-Mar-2009 |
10:01 |
x86 |
SP1 |
SP1QFE |
Wmiprvsd.dll |
5.2.3790.3290 |
429,568 |
20-Mar-2009 |
02:26 |
x86 |
SP1 |
SP1QFE |
Wmiprvse.exe |
5.2.3790.3290 |
217,600 |
03-Feb-2009 |
10:27 |
x86 |
SP1 |
SP1QFE |
Advapi32.dll |
5.2.3790.4455 |
619,008 |
09-Feb-2009 |
11:02 |
x86 |
SP2 |
SP2GDR |
Fastprox.dll |
5.2.3790.4455 |
483,840 |
09-Feb-2009 |
11:02 |
x86 |
SP2 |
SP2GDR |
Lsasrv.dll |
5.2.3790.4455 |
816,640 |
09-Feb-2009 |
11:02 |
x86 |
SP2 |
SP2GDR |
Ntdll.dll |
5.2.3790.4455 |
774,144 |
09-Feb-2009 |
11:02 |
x86 |
SP2 |
SP2GDR |
Ntkrnlmp.exe |
5.2.3790.4478 |
2,488,832 |
19-Mar-2009 |
11:42 |
Not Applicable |
SP2 |
SP2GDR |
Ntkrnlpa.exe |
5.2.3790.4478 |
2,300,928 |
19-Mar-2009 |
10:29 |
x86 |
SP2 |
SP2GDR |
Ntkrpamp.exe |
5.2.3790.4478 |
2,340,352 |
19-Mar-2009 |
10:28 |
Not Applicable |
SP2 |
SP2GDR |
Ntoskrnl.exe |
5.2.3790.4478 |
2,449,408 |
19-Mar-2009 |
11:42 |
x86 |
SP2 |
SP2GDR |
Pdh.dll |
5.2.3790.4471 |
299,520 |
06-Mar-2009 |
06:55 |
x86 |
SP2 |
SP2GDR |
Rpcss.dll |
5.2.3790.4455 |
486,912 |
09-Feb-2009 |
11:02 |
x86 |
SP2 |
SP2GDR |
Sc.exe |
5.2.3790.4455 |
49,152 |
03-Feb-2009 |
10:01 |
x86 |
SP2 |
SP2GDR |
Services.exe |
5.2.3790.4455 |
113,152 |
03-Feb-2009 |
11:07 |
x86 |
SP2 |
SP2GDR |
W03a3409.dll |
5.2.3790.4478 |
26,112 |
19-Mar-2009 |
11:09 |
x86 |
SP2 |
SP2GDR |
Wmiprvsd.dll |
5.2.3790.4455 |
428,544 |
09-Feb-2009 |
11:02 |
x86 |
SP2 |
SP2GDR |
Wmiprvse.exe |
5.2.3790.4455 |
217,600 |
03-Feb-2009 |
10:05 |
x86 |
SP2 |
SP2GDR |
Advapi32.dll |
5.2.3790.4455 |
619,008 |
09-Feb-2009 |
11:07 |
x86 |
SP2 |
SP2QFE |
Fastprox.dll |
5.2.3790.4455 |
483,840 |
09-Feb-2009 |
11:07 |
x86 |
SP2 |
SP2QFE |
Lsasrv.dll |
5.2.3790.4455 |
817,152 |
09-Feb-2009 |
11:07 |
x86 |
SP2 |
SP2QFE |
Ntdll.dll |
5.2.3790.4455 |
774,144 |
09-Feb-2009 |
11:07 |
x86 |
SP2 |
SP2QFE |
Ntkrnlmp.exe |
5.2.3790.4478 |
2,498,560 |
20-Mar-2009 |
02:26 |
Not Applicable |
SP2 |
SP2QFE |
Ntkrnlpa.exe |
5.2.3790.4478 |
2,309,632 |
19-Mar-2009 |
11:26 |
x86 |
SP2 |
SP2QFE |
Ntkrpamp.exe |
5.2.3790.4478 |
2,350,592 |
20-Mar-2009 |
02:26 |
Not Applicable |
SP2 |
SP2QFE |
Ntoskrnl.exe |
5.2.3790.4478 |
2,457,088 |
19-Mar-2009 |
12:26 |
x86 |
SP2 |
SP2QFE |
Pdh.dll |
5.2.3790.4471 |
299,520 |
06-Mar-2009 |
06:57 |
x86 |
SP2 |
SP2QFE |
Rpcss.dll |
5.2.3790.4455 |
486,912 |
09-Feb-2009 |
11:07 |
x86 |
SP2 |
SP2QFE |
Sc.exe |
5.2.3790.4455 |
49,152 |
03-Feb-2009 |
10:39 |
x86 |
SP2 |
SP2QFE |
Services.exe |
5.2.3790.4455 |
112,640 |
03-Feb-2009 |
11:39 |
x86 |
SP2 |
SP2QFE |
W03a3409.dll |
5.2.3790.4478 |
26,112 |
19-Mar-2009 |
11:09 |
x86 |
SP2 |
SP2QFE |
Wmiprvsd.dll |
5.2.3790.4455 |
429,568 |
09-Feb-2009 |
11:07 |
x86 |
SP2 |
SP2QFE |
Wmiprvse.exe |
5.2.3790.4455 |
217,600 |
03-Feb-2009 |
10:39 |
x86 |
SP2 |
SP2QFE |
For all supported x64-based versions of Windows Server 2003 and of Windows XP Professional x64 edition
File name |
File version |
File size |
Date |
Time |
Platform |
SP requirement |
Service branch |
---|---|---|---|---|---|---|---|
Spupdsvc.exe |
6.3.4.1 |
25,904 |
20-Mar-2009 |
03:00 |
x64 |
None |
Not Applicable |
Advapi32.dll |
5.2.3790.3290 |
1,051,136 |
20-Mar-2009 |
02:41 |
x64 |
SP1 |
SP1GDR |
Colbact.dll |
2001.12.4720.2492 |
97,792 |
20-Mar-2009 |
02:41 |
x64 |
SP1 |
SP1GDR |
Fastprox.dll |
5.2.3790.3290 |
889,344 |
20-Mar-2009 |
02:41 |
x64 |
SP1 |
SP1GDR |
Lsasrv.dll |
5.2.3790.3290 |
1,570,304 |
20-Mar-2009 |
02:41 |
x64 |
SP1 |
SP1GDR |
Ntdll.dll |
5.2.3790.3290 |
1,265,152 |
20-Mar-2009 |
02:41 |
x64 |
SP1 |
SP1GDR |
Ntkrnlmp.exe |
5.2.3790.3309 |
4,614,144 |
20-Mar-2009 |
02:41 |
x64 |
SP1 |
SP1GDR |
Ntoskrnl.exe |
5.2.3790.3309 |
4,478,976 |
20-Mar-2009 |
02:42 |
x64 |
SP1 |
SP1GDR |
Pdh.dll |
5.2.3790.3305 |
576,512 |
20-Mar-2009 |
02:42 |
x64 |
SP1 |
SP1GDR |
Rpcss.dll |
5.2.3790.3290 |
695,808 |
20-Mar-2009 |
02:42 |
x64 |
SP1 |
SP1GDR |
Sc.exe |
5.2.3790.3290 |
68,096 |
20-Mar-2009 |
02:42 |
x64 |
SP1 |
SP1GDR |
Services.exe |
5.2.3790.3290 |
225,792 |
20-Mar-2009 |
02:42 |
x64 |
SP1 |
SP1GDR |
W03a2409.dll |
5.2.3790.3309 |
41,472 |
20-Mar-2009 |
02:42 |
x64 |
SP1 |
SP1GDR |
Wmiprvsd.dll |
5.2.3790.3290 |
777,216 |
20-Mar-2009 |
02:42 |
x64 |
SP1 |
SP1GDR |
Wmiprvse.exe |
5.2.3790.3290 |
402,944 |
20-Mar-2009 |
02:42 |
x64 |
SP1 |
SP1GDR |
Wadvapi32.dll |
5.2.3790.3290 |
620,032 |
20-Mar-2009 |
02:42 |
x86 |
SP1 |
SP1GDR\WOW |
Wcolbact.dll |
2001.12.4720.2492 |
58,880 |
20-Mar-2009 |
02:42 |
x86 |
SP1 |
SP1GDR\WOW |
Wfastprox.dll |
5.2.3790.3290 |
483,840 |
20-Mar-2009 |
02:42 |
x86 |
SP1 |
SP1GDR\WOW |
Wntdll.dll |
5.2.3790.3290 |
771,584 |
20-Mar-2009 |
02:42 |
x86 |
SP1 |
SP1GDR\WOW |
Wpdh.dll |
5.2.3790.3305 |
305,152 |
20-Mar-2009 |
02:42 |
x86 |
SP1 |
SP1GDR\WOW |
Wsc.exe |
5.2.3790.3290 |
49,152 |
20-Mar-2009 |
02:42 |
x86 |
SP1 |
SP1GDR\WOW |
Ww03a2409.dll |
5.2.3790.3309 |
40,960 |
20-Mar-2009 |
02:42 |
x86 |
SP1 |
SP1GDR\WOW |
Wwmiprvse.exe |
5.2.3790.3290 |
217,600 |
20-Mar-2009 |
02:42 |
x86 |
SP1 |
SP1GDR\WOW |
Advapi32.dll |
5.2.3790.3290 |
1,064,960 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Colbact.dll |
2001.12.4720.2492 |
97,280 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Fastprox.dll |
5.2.3790.3290 |
889,344 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Hal.dll |
5.2.3790.3191 |
280,064 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Lsasrv.dll |
5.2.3790.3290 |
1,568,256 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Ntdll.dll |
5.2.3790.3290 |
1,260,032 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Ntkrnlmp.exe |
5.2.3790.3309 |
4,655,104 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Ntoskrnl.exe |
5.2.3790.3309 |
4,509,184 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Pdh.dll |
5.2.3790.3305 |
576,512 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Rpcss.dll |
5.2.3790.3290 |
704,512 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Sc.exe |
5.2.3790.3290 |
68,096 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Services.exe |
5.2.3790.3290 |
225,792 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
W03a2409.dll |
5.2.3790.3309 |
41,472 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Wmiprvsd.dll |
5.2.3790.3290 |
778,752 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Wmiprvse.exe |
5.2.3790.3290 |
402,944 |
20-Mar-2009 |
02:51 |
x64 |
SP1 |
SP1QFE |
Wadvapi32.dll |
5.2.3790.3290 |
620,544 |
20-Mar-2009 |
02:51 |
x86 |
SP1 |
SP1QFE\WOW |
Wcolbact.dll |
2001.12.4720.2492 |
58,880 |
20-Mar-2009 |
02:51 |
x86 |
SP1 |
SP1QFE\WOW |
Wfastprox.dll |
5.2.3790.3290 |
483,840 |
20-Mar-2009 |
02:51 |
x86 |
SP1 |
SP1QFE\WOW |
Wntdll.dll |
5.2.3790.3290 |
774,656 |
20-Mar-2009 |
02:51 |
x86 |
SP1 |
SP1QFE\WOW |
Wpdh.dll |
5.2.3790.3305 |
305,152 |
20-Mar-2009 |
02:51 |
x86 |
SP1 |
SP1QFE\WOW |
Wsc.exe |
5.2.3790.3290 |
49,152 |
20-Mar-2009 |
02:51 |
x86 |
SP1 |
SP1QFE\WOW |
Ww03a2409.dll |
5.2.3790.3309 |
40,960 |
20-Mar-2009 |
02:51 |
x86 |
SP1 |
SP1QFE\WOW |
Wwmiprvse.exe |
5.2.3790.3290 |
217,600 |
20-Mar-2009 |
02:51 |
x86 |
SP1 |
SP1QFE\WOW |
Advapi32.dll |
5.2.3790.4455 |
1,052,160 |
20-Mar-2009 |
02:50 |
x64 |
SP2 |
SP2GDR |
Fastprox.dll |
5.2.3790.4455 |
889,856 |
20-Mar-2009 |
02:51 |
x64 |
SP2 |
SP2GDR |
Lsasrv.dll |
5.2.3790.4455 |
1,567,744 |
20-Mar-2009 |
02:51 |
x64 |
SP2 |
SP2GDR |
Ntdll.dll |
5.2.3790.4455 |
1,260,544 |
20-Mar-2009 |
02:51 |
x64 |
SP2 |
SP2GDR |
Ntkrnlmp.exe |
5.2.3790.4478 |
4,587,520 |
20-Mar-2009 |
02:51 |
x64 |
SP2 |
SP2GDR |
Ntoskrnl.exe |
5.2.3790.4478 |
4,519,424 |
20-Mar-2009 |
02:51 |
x64 |
SP2 |
SP2GDR |
Pdh.dll |
5.2.3790.4471 |
576,512 |
20-Mar-2009 |
02:51 |
x64 |
SP2 |
SP2GDR |
Rpcss.dll |
5.2.3790.4455 |
845,312 |
20-Mar-2009 |
02:51 |
x64 |
SP2 |
SP2GDR |
Sc.exe |
5.2.3790.4455 |
68,096 |
20-Mar-2009 |
02:51 |
x64 |
SP2 |
SP2GDR |
Services.exe |
5.2.3790.4455 |
227,840 |
20-Mar-2009 |
02:51 |
x64 |
SP2 |
SP2GDR |
W03a3409.dll |
5.2.3790.4478 |
26,624 |
20-Mar-2009 |
02:51 |
x64 |
SP2 |
SP2GDR |
Wmiprvsd.dll |
5.2.3790.4455 |
777,216 |
20-Mar-2009 |
02:51 |
x64 |
SP2 |
SP2GDR |
Wmiprvse.exe |
5.2.3790.4455 |
402,944 |
20-Mar-2009 |
02:51 |
x64 |
SP2 |
SP2GDR |
Wadvapi32.dll |
5.2.3790.4455 |
619,008 |
20-Mar-2009 |
02:51 |
x86 |
SP2 |
SP2GDR\WOW |
Wfastprox.dll |
5.2.3790.4455 |
483,840 |
20-Mar-2009 |
02:51 |
x86 |
SP2 |
SP2GDR\WOW |
Wntdll.dll |
5.2.3790.4455 |
775,168 |
20-Mar-2009 |
02:51 |
x86 |
SP2 |
SP2GDR\WOW |
Wpdh.dll |
5.2.3790.4471 |
299,520 |
20-Mar-2009 |
02:51 |
x86 |
SP2 |
SP2GDR\WOW |
Wsc.exe |
5.2.3790.4455 |
49,152 |
20-Mar-2009 |
02:51 |
x86 |
SP2 |
SP2GDR\WOW |
Ww03a3409.dll |
5.2.3790.4478 |
26,112 |
20-Mar-2009 |
02:51 |
x86 |
SP2 |
SP2GDR\WOW |
Wwmiprvse.exe |
5.2.3790.4455 |
217,600 |
20-Mar-2009 |
02:51 |
x86 |
SP2 |
SP2GDR\WOW |
Advapi32.dll |
5.2.3790.4455 |
1,065,472 |
20-Mar-2009 |
02:41 |
x64 |
SP2 |
SP2QFE |
Fastprox.dll |
5.2.3790.4455 |
889,856 |
20-Mar-2009 |
02:41 |
x64 |
SP2 |
SP2QFE |
Hal.dll |
5.2.3790.4354 |
280,064 |
20-Mar-2009 |
02:41 |
x64 |
SP2 |
SP2QFE |
Lsasrv.dll |
5.2.3790.4455 |
1,569,280 |
20-Mar-2009 |
02:41 |
x64 |
SP2 |
SP2QFE |
Ntdll.dll |
5.2.3790.4455 |
1,260,544 |
20-Mar-2009 |
02:41 |
x64 |
SP2 |
SP2QFE |
Ntkrnlmp.exe |
5.2.3790.4478 |
4,612,608 |
20-Mar-2009 |
02:41 |
x64 |
SP2 |
SP2QFE |
Ntoskrnl.exe |
5.2.3790.4478 |
4,539,904 |
20-Mar-2009 |
02:42 |
x64 |
SP2 |
SP2QFE |
Pdh.dll |
5.2.3790.4471 |
576,512 |
20-Mar-2009 |
02:42 |
x64 |
SP2 |
SP2QFE |
Rpcss.dll |
5.2.3790.4455 |
845,824 |
20-Mar-2009 |
02:42 |
x64 |
SP2 |
SP2QFE |
Sc.exe |
5.2.3790.4455 |
68,096 |
20-Mar-2009 |
02:42 |
x64 |
SP2 |
SP2QFE |
Services.exe |
5.2.3790.4455 |
227,840 |
20-Mar-2009 |
02:42 |
x64 |
SP2 |
SP2QFE |
W03a3409.dll |
5.2.3790.4478 |
26,624 |
20-Mar-2009 |
02:42 |
x64 |
SP2 |
SP2QFE |
Wmiprvsd.dll |
5.2.3790.4455 |
778,752 |
20-Mar-2009 |
02:42 |
x64 |
SP2 |
SP2QFE |
Wmiprvse.exe |
5.2.3790.4455 |
402,944 |
20-Mar-2009 |
02:42 |
x64 |
SP2 |
SP2QFE |
Wadvapi32.dll |
5.2.3790.4455 |
619,008 |
20-Mar-2009 |
02:42 |
x86 |
SP2 |
SP2QFE\WOW |
Wfastprox.dll |
5.2.3790.4455 |
483,840 |
20-Mar-2009 |
02:42 |
x86 |
SP2 |
SP2QFE\WOW |
Wntdll.dll |
5.2.3790.4455 |
775,168 |
20-Mar-2009 |
02:42 |
x86 |
SP2 |
SP2QFE\WOW |
Wpdh.dll |
5.2.3790.4471 |
299,520 |
20-Mar-2009 |
02:42 |
x86 |
SP2 |
SP2QFE\WOW |
Wsc.exe |
5.2.3790.4455 |
49,152 |
20-Mar-2009 |
02:42 |
x86 |
SP2 |
SP2QFE\WOW |
Ww03a3409.dll |
5.2.3790.4478 |
26,112 |
20-Mar-2009 |
02:42 |
x86 |
SP2 |
SP2QFE\WOW |
Wwmiprvse.exe |
5.2.3790.4455 |
217,600 |
20-Mar-2009 |
02:42 |
x86 |
SP2 |
SP2QFE\WOW |
For all supported IA-64-based versions of Windows Server 2003
File name |
File version |
File size |
Date |
Time |
Platform |
SP requirement |
Service branch |
---|---|---|---|---|---|---|---|
Spupdsvc.exe |
6.3.4.1 |
39,728 |
20-Mar-2009 |
02:59 |
IA-64 |
None |
Not Applicable |
Advapi32.dll |
5.2.3790.3290 |
1,481,728 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1GDR |
Colbact.dll |
2001.12.4720.2492 |
181,248 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1GDR |
Fastprox.dll |
5.2.3790.3290 |
1,712,640 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1GDR |
Lsasrv.dll |
5.2.3790.3290 |
2,167,808 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1GDR |
Ntdll.dll |
5.2.3790.3290 |
1,646,080 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1GDR |
Ntkrnlmp.exe |
5.2.3790.3309 |
6,476,800 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1GDR |
Pdh.dll |
5.2.3790.3305 |
825,344 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1GDR |
Rpcss.dll |
5.2.3790.3290 |
856,064 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1GDR |
Sc.exe |
5.2.3790.3290 |
97,280 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1GDR |
Services.exe |
5.2.3790.3290 |
311,808 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1GDR |
W03a2409.dll |
5.2.3790.3309 |
39,936 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1GDR |
Wmiprvsd.dll |
5.2.3790.3290 |
1,486,336 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1GDR |
Wmiprvse.exe |
5.2.3790.3290 |
741,888 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1GDR |
Wadvapi32.dll |
5.2.3790.3290 |
620,032 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1GDR\WOW |
Wcolbact.dll |
2001.12.4720.2492 |
58,880 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1GDR\WOW |
Wfastprox.dll |
5.2.3790.3290 |
483,840 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1GDR\WOW |
Wntdll.dll |
5.2.3790.3290 |
771,584 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1GDR\WOW |
Wpdh.dll |
5.2.3790.3305 |
305,152 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1GDR\WOW |
Wsc.exe |
5.2.3790.3290 |
49,152 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1GDR\WOW |
Ww03a2409.dll |
5.2.3790.3309 |
40,960 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1GDR\WOW |
Wwmiprvse.exe |
5.2.3790.3290 |
217,600 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1GDR\WOW |
Advapi32.dll |
5.2.3790.3290 |
1,482,752 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1QFE |
Colbact.dll |
2001.12.4720.2492 |
181,760 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1QFE |
Fastprox.dll |
5.2.3790.3290 |
1,712,640 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1QFE |
Lsasrv.dll |
5.2.3790.3290 |
2,167,296 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1QFE |
Ntdll.dll |
5.2.3790.3290 |
1,646,080 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1QFE |
Ntkrnlmp.exe |
5.2.3790.3309 |
6,543,872 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1QFE |
Pdh.dll |
5.2.3790.3305 |
825,344 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1QFE |
Rpcss.dll |
5.2.3790.3290 |
867,840 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1QFE |
Sc.exe |
5.2.3790.3290 |
97,280 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1QFE |
Services.exe |
5.2.3790.3290 |
311,808 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1QFE |
W03a2409.dll |
5.2.3790.3309 |
39,936 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1QFE |
Wmiprvsd.dll |
5.2.3790.3290 |
1,490,432 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1QFE |
Wmiprvse.exe |
5.2.3790.3290 |
741,888 |
20-Mar-2009 |
02:41 |
IA-64 |
SP1 |
SP1QFE |
Wadvapi32.dll |
5.2.3790.3290 |
620,544 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1QFE\WOW |
Wcolbact.dll |
2001.12.4720.2492 |
58,880 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1QFE\WOW |
Wfastprox.dll |
5.2.3790.3290 |
483,840 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1QFE\WOW |
Wntdll.dll |
5.2.3790.3290 |
774,656 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1QFE\WOW |
Wpdh.dll |
5.2.3790.3305 |
305,152 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1QFE\WOW |
Wsc.exe |
5.2.3790.3290 |
49,152 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1QFE\WOW |
Ww03a2409.dll |
5.2.3790.3309 |
40,960 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1QFE\WOW |
Wwmiprvse.exe |
5.2.3790.3290 |
217,600 |
20-Mar-2009 |
02:41 |
x86 |
SP1 |
SP1QFE\WOW |
Advapi32.dll |
5.2.3790.4455 |
1,482,240 |
20-Mar-2009 |
02:46 |
IA-64 |
SP2 |
SP2GDR |
Fastprox.dll |
5.2.3790.4455 |
1,713,152 |
20-Mar-2009 |
02:46 |
IA-64 |
SP2 |
SP2GDR |
Lsasrv.dll |
5.2.3790.4455 |
2,167,808 |
20-Mar-2009 |
02:46 |
IA-64 |
SP2 |
SP2GDR |
Ntdll.dll |
5.2.3790.4455 |
1,646,592 |
20-Mar-2009 |
02:46 |
IA-64 |
SP2 |
SP2GDR |
Ntkrnlmp.exe |
5.2.3790.4478 |
6,554,112 |
20-Mar-2009 |
02:46 |
IA-64 |
SP2 |
SP2GDR |
Pdh.dll |
5.2.3790.4471 |
825,344 |
20-Mar-2009 |
02:46 |
IA-64 |
SP2 |
SP2GDR |
Rpcss.dll |
5.2.3790.4455 |
1,061,376 |
20-Mar-2009 |
02:46 |
IA-64 |
SP2 |
SP2GDR |
Sc.exe |
5.2.3790.4455 |
97,280 |
20-Mar-2009 |
02:46 |
IA-64 |
SP2 |
SP2GDR |
Services.exe |
5.2.3790.4455 |
313,344 |
20-Mar-2009 |
02:46 |
IA-64 |
SP2 |
SP2GDR |
W03a3409.dll |
5.2.3790.4478 |
25,088 |
20-Mar-2009 |
02:46 |
IA-64 |
SP2 |
SP2GDR |
Wmiprvsd.dll |
5.2.3790.4455 |
1,486,336 |
20-Mar-2009 |
02:46 |
IA-64 |
SP2 |
SP2GDR |
Wmiprvse.exe |
5.2.3790.4455 |
741,888 |
20-Mar-2009 |
02:46 |
IA-64 |
SP2 |
SP2GDR |
Wadvapi32.dll |
5.2.3790.4455 |
619,008 |
20-Mar-2009 |
02:46 |
x86 |
SP2 |
SP2GDR\WOW |
Wfastprox.dll |
5.2.3790.4455 |
483,840 |
20-Mar-2009 |
02:46 |
x86 |
SP2 |
SP2GDR\WOW |
Wntdll.dll |
5.2.3790.4455 |
775,168 |
20-Mar-2009 |
02:46 |
x86 |
SP2 |
SP2GDR\WOW |
Wpdh.dll |
5.2.3790.4471 |
299,520 |
20-Mar-2009 |
02:46 |
x86 |
SP2 |
SP2GDR\WOW |
Wsc.exe |
5.2.3790.4455 |
49,152 |
20-Mar-2009 |
02:46 |
x86 |
SP2 |
SP2GDR\WOW |
Ww03a3409.dll |
5.2.3790.4478 |
26,112 |
20-Mar-2009 |
02:46 |
x86 |
SP2 |
SP2GDR\WOW |
Wwmiprvse.exe |
5.2.3790.4455 |
217,600 |
20-Mar-2009 |
02:46 |
x86 |
SP2 |
SP2GDR\WOW |
Advapi32.dll |
5.2.3790.4455 |
1,483,776 |
20-Mar-2009 |
02:41 |
IA-64 |
SP2 |
SP2QFE |
Fastprox.dll |
5.2.3790.4455 |
1,713,152 |
20-Mar-2009 |
02:41 |
IA-64 |
SP2 |
SP2QFE |
Lsasrv.dll |
5.2.3790.4455 |
2,169,344 |
20-Mar-2009 |
02:41 |
IA-64 |
SP2 |
SP2QFE |
Ntdll.dll |
5.2.3790.4455 |
1,646,592 |
20-Mar-2009 |
02:41 |
IA-64 |
SP2 |
SP2QFE |
Ntkrnlmp.exe |
5.2.3790.4478 |
6,578,176 |
20-Mar-2009 |
02:41 |
IA-64 |
SP2 |
SP2QFE |
Pdh.dll |
5.2.3790.4471 |
825,344 |
20-Mar-2009 |
02:41 |
IA-64 |
SP2 |
SP2QFE |
Rpcss.dll |
5.2.3790.4455 |
1,061,888 |
20-Mar-2009 |
02:41 |
IA-64 |
SP2 |
SP2QFE |
Sc.exe |
5.2.3790.4455 |
97,280 |
20-Mar-2009 |
02:41 |
IA-64 |
SP2 |
SP2QFE |
Services.exe |
5.2.3790.4455 |
313,344 |
20-Mar-2009 |
02:41 |
IA-64 |
SP2 |
SP2QFE |
W03a3409.dll |
5.2.3790.4478 |
25,088 |
20-Mar-2009 |
02:41 |
IA-64 |
SP2 |
SP2QFE |
Wmiprvsd.dll |
5.2.3790.4455 |
1,490,432 |
20-Mar-2009 |
02:41 |
IA-64 |
SP2 |
SP2QFE |
Wmiprvse.exe |
5.2.3790.4455 |
741,888 |
20-Mar-2009 |
02:41 |
IA-64 |
SP2 |
SP2QFE |
Wadvapi32.dll |
5.2.3790.4455 |
619,008 |
20-Mar-2009 |
02:41 |
x86 |
SP2 |
SP2QFE\WOW |
Wfastprox.dll |
5.2.3790.4455 |
483,840 |
20-Mar-2009 |
02:41 |
x86 |
SP2 |
SP2QFE\WOW |
Wntdll.dll |
5.2.3790.4455 |
775,168 |
20-Mar-2009 |
02:41 |
x86 |
SP2 |
SP2QFE\WOW |
Wpdh.dll |
5.2.3790.4471 |
299,520 |
20-Mar-2009 |
02:41 |
x86 |
SP2 |
SP2QFE\WOW |
Wsc.exe |
5.2.3790.4455 |
49,152 |
20-Mar-2009 |
02:41 |
x86 |
SP2 |
SP2QFE\WOW |
Ww03a3409.dll |
5.2.3790.4478 |
26,112 |
20-Mar-2009 |
02:41 |
x86 |
SP2 |
SP2QFE\WOW |
Wwmiprvse.exe |
5.2.3790.4455 |
217,600 |
20-Mar-2009 |
02:41 |
x86 |
SP2 |
SP2QFE\WOW |
Windows Vista and Windows Server 2008 file information notes
-
The files that apply to a specific product or milestone (RTM, SPn) can be identified by examining the file version numbers as shown in the following table.
Version
Product
Milestone
Service branch
6.0.6000.20xxx
Windows Vista
RTM
LDR
6.0.6001.22xxx
Windows Vista SP1 and Windows Server 2008 SP1
SP1
LDR
-
Service Pack 1 is integrated into the original release version of Windows Server 2008. Therefore, RTM milestone files apply only to Windows Vista. RTM milestone files have a 6.0.0000.xxxxxx version number.
-
The MANIFEST files (.manifest) and the MUM files (.mum) that are installed for each environment arelisted separately. MUM and MANIFEST files, and the associated security catalog (.cat) files, are critical to maintaining the state of the updated component. The security catalog files (attributes not listed) are signed with a Microsoft digital signature.
For all supported x86-based versions of Windows Server 2008 and of Windows Vista
File name |
File version |
File size |
Date |
Time |
Platform |
Service branch |
---|---|---|---|---|---|---|
Rpcss.dll |
6.0.6000.16830 |
549,888 |
03-Mar-2009 |
04:19 |
x86 |
X86_MICROSOFT-WINDOWS-COM-BASE-QFE-RPCSS_31BF3856AD364E35_6.0.6000.16830_NONE_67C4315E40D1BB6C |
Rpcss.dll |
6.0.6000.21023 |
550,400 |
03-Mar-2009 |
04:17 |
x86 |
X86_MICROSOFT-WINDOWS-COM-BASE-QFE-RPCSS_31BF3856AD364E35_6.0.6000.21023_NONE_685B771559E4BE8C |
Rpcss.dll |
6.0.6001.18226 |
551,424 |
03-Mar-2009 |
04:39 |
x86 |
X86_MICROSOFT-WINDOWS-COM-BASE-QFE-RPCSS_31BF3856AD364E35_6.0.6001.18226_NONE_69BB41AC3DEAC876 |
Rpcss.dll |
6.0.6001.22389 |
551,424 |
03-Mar-2009 |
04:32 |
x86 |
X86_MICROSOFT-WINDOWS-COM-BASE-QFE-RPCSS_31BF3856AD364E35_6.0.6001.22389_NONE_6A06FFCD57365BEB |
Dnary.xsd |
Not Applicable |
4,968 |
14-Dec-2007 |
21:30 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6000.16830 |
53,248 |
03-Mar-2009 |
04:16 |
x86 |
Not Applicable |
Iasdatastore.dll |
6.0.6000.16830 |
37,888 |
03-Mar-2009 |
04:16 |
x86 |
Not Applicable |
Iasrecst.dll |
6.0.6000.16830 |
97,280 |
03-Mar-2009 |
04:16 |
x86 |
Not Applicable |
Sdohlp.dll |
6.0.6000.16830 |
158,720 |
03-Mar-2009 |
04:19 |
x86 |
Not Applicable |
Dnary.xsd |
Not Applicable |
4,968 |
13-Dec-2007 |
19:50 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6000.21023 |
53,248 |
03-Mar-2009 |
04:14 |
x86 |
Not Applicable |
Iasdatastore.dll |
6.0.6000.21023 |
37,888 |
03-Mar-2009 |
04:14 |
x86 |
Not Applicable |
Iasrecst.dll |
6.0.6000.21023 |
97,280 |
03-Mar-2009 |
04:14 |
x86 |
Not Applicable |
Sdohlp.dll |
6.0.6000.21023 |
158,720 |
03-Mar-2009 |
04:17 |
x86 |
Not Applicable |
Dnary.xsd |
Not Applicable |
5,407 |
18-Dec-2007 |
21:03 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6001.18226 |
54,784 |
03-Mar-2009 |
04:37 |
x86 |
Not Applicable |
Iasdatastore.dll |
6.0.6001.18226 |
44,032 |
03-Mar-2009 |
04:37 |
x86 |
Not Applicable |
Iashost.exe |
6.0.6001.18226 |
17,408 |
03-Mar-2009 |
02:38 |
x86 |
Not Applicable |
Iasrecst.dll |
6.0.6001.18226 |
98,304 |
03-Mar-2009 |
04:37 |
x86 |
Not Applicable |
Sdohlp.dll |
6.0.6001.18226 |
183,296 |
03-Mar-2009 |
04:39 |
x86 |
Not Applicable |
Dnary.xsd |
Not Applicable |
5,407 |
18-Dec-2007 |
21:03 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6001.22389 |
57,344 |
03-Mar-2009 |
04:28 |
x86 |
Not Applicable |
Iasdatastore.dll |
6.0.6001.22389 |
47,104 |
03-Mar-2009 |
04:28 |
x86 |
Not Applicable |
Iashost.exe |
6.0.6001.22389 |
17,408 |
03-Mar-2009 |
02:24 |
x86 |
Not Applicable |
Iasrecst.dll |
6.0.6001.22389 |
119,296 |
03-Mar-2009 |
04:28 |
x86 |
Not Applicable |
Sdohlp.dll |
6.0.6001.22389 |
324,608 |
03-Mar-2009 |
04:32 |
x86 |
Not Applicable |
Ntkrnlpa.exe |
6.0.6000.16830 |
3,503,584 |
03-Mar-2009 |
04:24 |
Not Applicable |
Not Applicable |
Ntoskrnl.exe |
6.0.6000.16830 |
3,469,280 |
03-Mar-2009 |
04:24 |
Not Applicable |
Not Applicable |
Ntkrnlpa.exe |
6.0.6000.21023 |
3,505,120 |
03-Mar-2009 |
04:22 |
Not Applicable |
Not Applicable |
Ntoskrnl.exe |
6.0.6000.21023 |
3,471,328 |
03-Mar-2009 |
04:22 |
Not Applicable |
Not Applicable |
Ntkrnlpa.exe |
6.0.6001.18226 |
3,599,328 |
03-Mar-2009 |
04:46 |
Not Applicable |
Not Applicable |
Ntoskrnl.exe |
6.0.6001.18226 |
3,547,632 |
03-Mar-2009 |
04:46 |
Not Applicable |
Not Applicable |
Ntkrnlpa.exe |
6.0.6001.22389 |
3,600,880 |
03-Mar-2009 |
04:37 |
Not Applicable |
Not Applicable |
Ntoskrnl.exe |
6.0.6001.22389 |
3,548,656 |
03-Mar-2009 |
04:37 |
Not Applicable |
Not Applicable |
Printfilterpipelineprxy.dll |
6.0.6000.16830 |
24,576 |
03-Mar-2009 |
04:19 |
x86 |
Not Applicable |
Printfilterpipelinesvc.exe |
6.0.6000.16830 |
654,336 |
03-Mar-2009 |
02:40 |
x86 |
Not Applicable |
Printfilterpipelinesvc.mof |
Not Applicable |
2,601 |
14-Dec-2007 |
22:13 |
Not Applicable |
Not Applicable |
Printfilterpipelineprxy.dll |
6.0.6000.21023 |
26,112 |
03-Mar-2009 |
04:17 |
x86 |
Not Applicable |
Printfilterpipelinesvc.exe |
6.0.6000.21023 |
659,456 |
03-Mar-2009 |
02:37 |
x86 |
Not Applicable |
Printfilterpipelinesvc.mof |
Not Applicable |
2,601 |
13-Dec-2007 |
20:32 |
Not Applicable |
Not Applicable |
Printfilterpipelineprxy.dll |
6.0.6001.18226 |
26,112 |
03-Mar-2009 |
04:39 |
x86 |
Not Applicable |
Printfilterpipelinesvc.exe |
6.0.6001.18226 |
666,624 |
03-Mar-2009 |
03:04 |
x86 |
Not Applicable |
Printfilterpipelinesvc.mof |
Not Applicable |
2,601 |
18-Dec-2007 |
21:45 |
Not Applicable |
Not Applicable |
Printfilterpipelineprxy.dll |
6.0.6001.22389 |
26,112 |
03-Mar-2009 |
04:32 |
x86 |
Not Applicable |
Printfilterpipelinesvc.exe |
6.0.6001.22389 |
666,624 |
03-Mar-2009 |
02:49 |
x86 |
Not Applicable |
Printfilterpipelinesvc.mof |
Not Applicable |
2,601 |
18-Dec-2007 |
21:44 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6000.16830 |
614,912 |
03-Mar-2009 |
04:16 |
x86 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
306,422 |
03-Mar-2009 |
01:59 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6000.21023 |
614,912 |
03-Mar-2009 |
04:14 |
x86 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
306,422 |
03-Mar-2009 |
01:57 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6001.18226 |
615,424 |
03-Mar-2009 |
04:36 |
x86 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
405,691 |
03-Mar-2009 |
02:15 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6001.22389 |
615,424 |
03-Mar-2009 |
04:28 |
x86 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
405,691 |
03-Mar-2009 |
02:03 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6000.16830 |
130,560 |
03-Mar-2009 |
04:20 |
x86 |
Not Applicable |
Wmiprvsd.dll |
6.0.6000.16830 |
501,760 |
03-Mar-2009 |
04:20 |
x86 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
166,632 |
03-Mar-2009 |
01:59 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6000.16830 |
247,296 |
03-Mar-2009 |
01:59 |
x86 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
69,039 |
03-Mar-2009 |
01:59 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6000.21023 |
130,560 |
03-Mar-2009 |
04:18 |
x86 |
Not Applicable |
Wmiprvsd.dll |
6.0.6000.21023 |
501,760 |
03-Mar-2009 |
04:18 |
x86 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
166,632 |
03-Mar-2009 |
01:57 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6000.21023 |
247,296 |
03-Mar-2009 |
01:57 |
x86 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
69,039 |
03-Mar-2009 |
01:57 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6001.18226 |
129,024 |
03-Mar-2009 |
04:40 |
x86 |
Not Applicable |
Wmiprvsd.dll |
6.0.6001.18226 |
499,200 |
03-Mar-2009 |
04:40 |
x86 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
192,861 |
03-Mar-2009 |
02:15 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6001.18226 |
247,296 |
03-Mar-2009 |
02:16 |
x86 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
83,447 |
03-Mar-2009 |
02:15 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6001.22389 |
129,024 |
03-Mar-2009 |
04:33 |
x86 |
Not Applicable |
Wmiprvsd.dll |
6.0.6001.22389 |
499,200 |
03-Mar-2009 |
04:33 |
x86 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
192,841 |
03-Mar-2009 |
02:03 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6001.22389 |
247,296 |
03-Mar-2009 |
02:03 |
x86 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
83,434 |
03-Mar-2009 |
02:03 |
Not Applicable |
Not Applicable |
For all supported x64-based versions of Windows Server 2008 and of Windows Vista
File name |
File version |
File size |
Date |
Time |
Platform |
Service branch |
---|---|---|---|---|---|---|
Rpcss.dll |
6.0.6000.16830 |
724,992 |
03-Mar-2009 |
04:40 |
x64 |
AMD64_MICROSOFT-WINDOWS-COM-BASE-QFE-RPCSS_31BF3856AD364E35_6.0.6000.16830_NONE_C3E2CCE1F92F2CA2 |
Rpcss.dll |
6.0.6000.21023 |
724,992 |
03-Mar-2009 |
04:35 |
x64 |
AMD64_MICROSOFT-WINDOWS-COM-BASE-QFE-RPCSS_31BF3856AD364E35_6.0.6000.21023_NONE_C47A129912422FC2 |
Rpcss.dll |
6.0.6001.18226 |
718,336 |
03-Mar-2009 |
04:57 |
x64 |
AMD64_MICROSOFT-WINDOWS-COM-BASE-QFE-RPCSS_31BF3856AD364E35_6.0.6001.18226_NONE_C5D9DD2FF64839AC |
Rpcss.dll |
6.0.6001.22389 |
717,824 |
03-Mar-2009 |
04:59 |
x64 |
AMD64_MICROSOFT-WINDOWS-COM-BASE-QFE-RPCSS_31BF3856AD364E35_6.0.6001.22389_NONE_C6259B510F93CD21 |
Dnary.xsd |
Not Applicable |
4,968 |
14-Dec-2007 |
21:30 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6000.16830 |
73,728 |
03-Mar-2009 |
04:36 |
x64 |
Not Applicable |
Iasdatastore.dll |
6.0.6000.16830 |
51,712 |
03-Mar-2009 |
04:36 |
x64 |
Not Applicable |
Iasrecst.dll |
6.0.6000.16830 |
162,816 |
03-Mar-2009 |
04:36 |
x64 |
Not Applicable |
Sdohlp.dll |
6.0.6000.16830 |
202,240 |
03-Mar-2009 |
04:40 |
x64 |
Not Applicable |
Dnary.xsd |
Not Applicable |
4,968 |
14-Dec-2007 |
21:30 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6000.21023 |
73,728 |
03-Mar-2009 |
04:32 |
x64 |
Not Applicable |
Iasdatastore.dll |
6.0.6000.21023 |
51,712 |
03-Mar-2009 |
04:32 |
x64 |
Not Applicable |
Iasrecst.dll |
6.0.6000.21023 |
162,816 |
03-Mar-2009 |
04:32 |
x64 |
Not Applicable |
Sdohlp.dll |
6.0.6000.21023 |
202,240 |
03-Mar-2009 |
04:35 |
x64 |
Not Applicable |
Dnary.xsd |
Not Applicable |
5,407 |
18-Dec-2007 |
21:03 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6001.18226 |
75,776 |
03-Mar-2009 |
04:53 |
x64 |
Not Applicable |
Iasdatastore.dll |
6.0.6001.18226 |
61,440 |
03-Mar-2009 |
04:53 |
x64 |
Not Applicable |
Iashost.exe |
6.0.6001.18226 |
24,576 |
03-Mar-2009 |
02:57 |
x64 |
Not Applicable |
Iasrecst.dll |
6.0.6001.18226 |
163,840 |
03-Mar-2009 |
04:54 |
x64 |
Not Applicable |
Sdohlp.dll |
6.0.6001.18226 |
231,424 |
03-Mar-2009 |
04:57 |
x64 |
Not Applicable |
Dnary.xsd |
Not Applicable |
5,407 |
18-Dec-2007 |
21:03 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6001.22389 |
78,336 |
03-Mar-2009 |
04:55 |
x64 |
Not Applicable |
Iasdatastore.dll |
6.0.6001.22389 |
65,536 |
03-Mar-2009 |
04:55 |
x64 |
Not Applicable |
Iashost.exe |
6.0.6001.22389 |
24,576 |
03-Mar-2009 |
02:57 |
x64 |
Not Applicable |
Iasrecst.dll |
6.0.6001.22389 |
192,000 |
03-Mar-2009 |
04:55 |
x64 |
Not Applicable |
Sdohlp.dll |
6.0.6001.22389 |
499,200 |
03-Mar-2009 |
04:59 |
x64 |
Not Applicable |
Ntoskrnl.exe |
6.0.6000.16830 |
4,427,232 |
03-Mar-2009 |
04:44 |
x64 |
Not Applicable |
Ntoskrnl.exe |
6.0.6000.21023 |
4,413,936 |
03-Mar-2009 |
04:38 |
x64 |
Not Applicable |
Ntoskrnl.exe |
6.0.6001.18226 |
4,692,448 |
03-Mar-2009 |
05:02 |
x64 |
Not Applicable |
Ntoskrnl.exe |
6.0.6001.22389 |
4,691,424 |
03-Mar-2009 |
05:04 |
x64 |
Not Applicable |
Printfilterpipelineprxy.dll |
6.0.6000.16830 |
34,304 |
03-Mar-2009 |
04:40 |
x64 |
Not Applicable |
Printfilterpipelinesvc.exe |
6.0.6000.16830 |
1,008,128 |
03-Mar-2009 |
03:15 |
x64 |
Not Applicable |
Printfilterpipelinesvc.mof |
Not Applicable |
2,601 |
14-Dec-2007 |
22:13 |
Not Applicable |
Not Applicable |
Printfilterpipelineprxy.dll |
6.0.6000.21023 |
35,840 |
03-Mar-2009 |
04:35 |
x64 |
Not Applicable |
Printfilterpipelinesvc.exe |
6.0.6000.21023 |
1,018,880 |
03-Mar-2009 |
03:06 |
x64 |
Not Applicable |
Printfilterpipelinesvc.mof |
Not Applicable |
2,601 |
14-Dec-2007 |
22:13 |
Not Applicable |
Not Applicable |
Printfilterpipelineprxy.dll |
6.0.6001.18226 |
36,352 |
03-Mar-2009 |
04:56 |
x64 |
Not Applicable |
Printfilterpipelinesvc.exe |
6.0.6001.18226 |
1,030,656 |
03-Mar-2009 |
03:31 |
x64 |
Not Applicable |
Printfilterpipelinesvc.mof |
Not Applicable |
2,601 |
18-Dec-2007 |
21:44 |
Not Applicable |
Not Applicable |
Printfilterpipelineprxy.dll |
6.0.6001.22389 |
36,352 |
03-Mar-2009 |
04:59 |
x64 |
Not Applicable |
Printfilterpipelinesvc.exe |
6.0.6001.22389 |
1,030,144 |
03-Mar-2009 |
03:32 |
x64 |
Not Applicable |
Printfilterpipelinesvc.mof |
Not Applicable |
2,601 |
18-Dec-2007 |
21:44 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6000.16830 |
889,856 |
03-Mar-2009 |
04:36 |
x64 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
530,564 |
03-Mar-2009 |
02:24 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6000.21023 |
889,856 |
03-Mar-2009 |
04:31 |
x64 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
530,564 |
03-Mar-2009 |
02:15 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6001.18226 |
891,392 |
03-Mar-2009 |
04:53 |
x64 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
646,556 |
03-Mar-2009 |
02:34 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6001.22389 |
891,392 |
03-Mar-2009 |
04:54 |
x64 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
646,556 |
03-Mar-2009 |
02:33 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6000.16830 |
196,096 |
03-Mar-2009 |
04:41 |
x64 |
Not Applicable |
Wmiprvsd.dll |
6.0.6000.16830 |
703,488 |
03-Mar-2009 |
04:41 |
x64 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
192,492 |
03-Mar-2009 |
02:24 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6000.16830 |
349,184 |
03-Mar-2009 |
02:24 |
x64 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
79,777 |
03-Mar-2009 |
02:24 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6000.21023 |
196,096 |
03-Mar-2009 |
04:36 |
x64 |
Not Applicable |
Wmiprvsd.dll |
6.0.6000.21023 |
703,488 |
03-Mar-2009 |
04:36 |
x64 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
192,492 |
03-Mar-2009 |
02:15 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6000.21023 |
349,184 |
03-Mar-2009 |
02:15 |
x64 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
79,794 |
03-Mar-2009 |
02:15 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6001.18226 |
196,608 |
03-Mar-2009 |
04:57 |
x64 |
Not Applicable |
Wmiprvsd.dll |
6.0.6001.18226 |
703,488 |
03-Mar-2009 |
04:57 |
x64 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
223,945 |
03-Mar-2009 |
02:34 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6001.18226 |
351,744 |
03-Mar-2009 |
02:34 |
x64 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
93,641 |
03-Mar-2009 |
02:34 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6001.22389 |
196,608 |
03-Mar-2009 |
05:00 |
x64 |
Not Applicable |
Wmiprvsd.dll |
6.0.6001.22389 |
703,488 |
03-Mar-2009 |
05:00 |
x64 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
223,945 |
03-Mar-2009 |
02:33 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6001.22389 |
351,744 |
03-Mar-2009 |
02:33 |
x64 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
93,641 |
03-Mar-2009 |
02:33 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6000.16830 |
614,912 |
03-Mar-2009 |
04:16 |
x86 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
306,422 |
03-Mar-2009 |
01:59 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6000.21023 |
614,912 |
03-Mar-2009 |
04:14 |
x86 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
306,422 |
03-Mar-2009 |
01:57 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6001.18226 |
615,424 |
03-Mar-2009 |
04:36 |
x86 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
405,691 |
03-Mar-2009 |
02:15 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6001.22389 |
615,424 |
03-Mar-2009 |
04:28 |
x86 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
405,691 |
03-Mar-2009 |
02:03 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6000.16830 |
130,560 |
03-Mar-2009 |
04:20 |
x86 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
166,632 |
03-Mar-2009 |
01:59 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6000.16830 |
247,296 |
03-Mar-2009 |
01:59 |
x86 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
69,039 |
03-Mar-2009 |
01:59 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6000.21023 |
130,560 |
03-Mar-2009 |
04:18 |
x86 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
166,632 |
03-Mar-2009 |
01:57 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6000.21023 |
247,296 |
03-Mar-2009 |
01:57 |
x86 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
69,039 |
03-Mar-2009 |
01:57 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6001.18226 |
129,024 |
03-Mar-2009 |
04:40 |
x86 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
192,861 |
03-Mar-2009 |
02:15 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6001.18226 |
247,296 |
03-Mar-2009 |
02:16 |
x86 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
83,447 |
03-Mar-2009 |
02:15 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6001.22389 |
129,024 |
03-Mar-2009 |
04:33 |
x86 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
192,841 |
03-Mar-2009 |
02:03 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6001.22389 |
247,296 |
03-Mar-2009 |
02:03 |
x86 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
83,434 |
03-Mar-2009 |
02:03 |
Not Applicable |
Not Applicable |
Dnary.xsd |
Not Applicable |
4,968 |
14-Dec-2007 |
21:30 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6000.16830 |
53,248 |
03-Mar-2009 |
04:16 |
x86 |
Not Applicable |
Iasdatastore.dll |
6.0.6000.16830 |
37,888 |
03-Mar-2009 |
04:16 |
x86 |
Not Applicable |
Iasrecst.dll |
6.0.6000.16830 |
97,280 |
03-Mar-2009 |
04:16 |
x86 |
Not Applicable |
Sdohlp.dll |
6.0.6000.16830 |
158,720 |
03-Mar-2009 |
04:19 |
x86 |
Not Applicable |
Dnary.xsd |
Not Applicable |
4,968 |
13-Dec-2007 |
19:50 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6000.21023 |
53,248 |
03-Mar-2009 |
04:14 |
x86 |
Not Applicable |
Iasdatastore.dll |
6.0.6000.21023 |
37,888 |
03-Mar-2009 |
04:14 |
x86 |
Not Applicable |
Iasrecst.dll |
6.0.6000.21023 |
97,280 |
03-Mar-2009 |
04:14 |
x86 |
Not Applicable |
Sdohlp.dll |
6.0.6000.21023 |
158,720 |
03-Mar-2009 |
04:17 |
x86 |
Not Applicable |
Dnary.xsd |
Not Applicable |
5,407 |
18-Dec-2007 |
21:03 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6001.18226 |
54,784 |
03-Mar-2009 |
04:37 |
x86 |
Not Applicable |
Iasdatastore.dll |
6.0.6001.18226 |
44,032 |
03-Mar-2009 |
04:37 |
x86 |
Not Applicable |
Iashost.exe |
6.0.6001.18226 |
17,408 |
03-Mar-2009 |
02:38 |
x86 |
Not Applicable |
Iasrecst.dll |
6.0.6001.18226 |
98,304 |
03-Mar-2009 |
04:37 |
x86 |
Not Applicable |
Sdohlp.dll |
6.0.6001.18226 |
183,296 |
03-Mar-2009 |
04:39 |
x86 |
Not Applicable |
Dnary.xsd |
Not Applicable |
5,407 |
18-Dec-2007 |
21:03 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6001.22389 |
57,344 |
03-Mar-2009 |
04:28 |
x86 |
Not Applicable |
Iasdatastore.dll |
6.0.6001.22389 |
47,104 |
03-Mar-2009 |
04:28 |
x86 |
Not Applicable |
Iashost.exe |
6.0.6001.22389 |
17,408 |
03-Mar-2009 |
02:24 |
x86 |
Not Applicable |
Iasrecst.dll |
6.0.6001.22389 |
119,296 |
03-Mar-2009 |
04:28 |
x86 |
Not Applicable |
Sdohlp.dll |
6.0.6001.22389 |
324,608 |
03-Mar-2009 |
04:32 |
x86 |
Not Applicable |
For all supported IA-64-based versions of Windows Server 2008
File name |
File version |
File size |
Date |
Time |
Platform |
Service branch |
---|---|---|---|---|---|---|
Rpcss.dll |
6.0.6001.18226 |
1,214,464 |
03-Mar-2009 |
04:54 |
IA-64 |
IA64_MICROSOFT-WINDOWS-COM-BASE-QFE-RPCSS_31BF3856AD364E35_6.0.6001.18226_NONE_69BCE5A23DE8D172 |
Rpcss.dll |
6.0.6001.22389 |
1,214,464 |
03-Mar-2009 |
04:37 |
IA-64 |
IA64_MICROSOFT-WINDOWS-COM-BASE-QFE-RPCSS_31BF3856AD364E35_6.0.6001.22389_NONE_6A08A3C3573464E7 |
Dnary.xsd |
Not Applicable |
5,407 |
18-Dec-2007 |
21:04 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6001.18226 |
163,328 |
03-Mar-2009 |
04:51 |
IA-64 |
Not Applicable |
Iasdatastore.dll |
6.0.6001.18226 |
114,176 |
03-Mar-2009 |
04:51 |
IA-64 |
Not Applicable |
Iashost.exe |
6.0.6001.18226 |
45,056 |
03-Mar-2009 |
02:56 |
IA-64 |
Not Applicable |
Iasrecst.dll |
6.0.6001.18226 |
296,448 |
03-Mar-2009 |
04:51 |
IA-64 |
Not Applicable |
Sdohlp.dll |
6.0.6001.18226 |
421,376 |
03-Mar-2009 |
04:54 |
IA-64 |
Not Applicable |
Dnary.xsd |
Not Applicable |
5,407 |
18-Dec-2007 |
21:03 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6001.22389 |
165,376 |
03-Mar-2009 |
04:34 |
IA-64 |
Not Applicable |
Iasdatastore.dll |
6.0.6001.22389 |
119,808 |
03-Mar-2009 |
04:34 |
IA-64 |
Not Applicable |
Iashost.exe |
6.0.6001.22389 |
45,056 |
03-Mar-2009 |
02:49 |
IA-64 |
Not Applicable |
Iasrecst.dll |
6.0.6001.22389 |
361,472 |
03-Mar-2009 |
04:34 |
IA-64 |
Not Applicable |
Sdohlp.dll |
6.0.6001.22389 |
880,640 |
03-Mar-2009 |
04:38 |
IA-64 |
Not Applicable |
Ntoskrnl.exe |
6.0.6001.18226 |
9,493,984 |
03-Mar-2009 |
05:01 |
IA-64 |
Not Applicable |
Ntoskrnl.exe |
6.0.6001.22389 |
9,491,952 |
03-Mar-2009 |
04:44 |
IA-64 |
Not Applicable |
Printfilterpipelineprxy.dll |
6.0.6001.18226 |
77,824 |
03-Mar-2009 |
04:54 |
IA-64 |
Not Applicable |
Printfilterpipelinesvc.exe |
6.0.6001.18226 |
2,065,408 |
03-Mar-2009 |
03:30 |
IA-64 |
Not Applicable |
Printfilterpipelinesvc.mof |
Not Applicable |
2,601 |
18-Dec-2007 |
21:45 |
Not Applicable |
Not Applicable |
Printfilterpipelineprxy.dll |
6.0.6001.22389 |
77,824 |
03-Mar-2009 |
04:37 |
IA-64 |
Not Applicable |
Printfilterpipelinesvc.exe |
6.0.6001.22389 |
2,064,384 |
03-Mar-2009 |
03:22 |
IA-64 |
Not Applicable |
Printfilterpipelinesvc.mof |
Not Applicable |
2,601 |
18-Dec-2007 |
21:44 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6001.18226 |
2,096,640 |
03-Mar-2009 |
04:50 |
IA-64 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
389,225 |
03-Mar-2009 |
02:29 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6001.22389 |
2,096,640 |
03-Mar-2009 |
04:33 |
IA-64 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
389,137 |
03-Mar-2009 |
02:22 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6001.18226 |
413,184 |
03-Mar-2009 |
04:55 |
IA-64 |
Not Applicable |
Wmiprvsd.dll |
6.0.6001.18226 |
1,564,672 |
03-Mar-2009 |
04:56 |
IA-64 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
193,842 |
03-Mar-2009 |
02:29 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6001.18226 |
757,760 |
03-Mar-2009 |
02:29 |
IA-64 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
82,341 |
03-Mar-2009 |
02:29 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6001.22389 |
413,184 |
03-Mar-2009 |
04:39 |
IA-64 |
Not Applicable |
Wmiprvsd.dll |
6.0.6001.22389 |
1,564,672 |
03-Mar-2009 |
04:39 |
IA-64 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
193,764 |
03-Mar-2009 |
02:22 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6001.22389 |
757,760 |
03-Mar-2009 |
02:22 |
IA-64 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
82,341 |
03-Mar-2009 |
02:22 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6001.18226 |
615,424 |
03-Mar-2009 |
04:36 |
x86 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
405,691 |
03-Mar-2009 |
02:15 |
Not Applicable |
Not Applicable |
Fastprox.dll |
6.0.6001.22389 |
615,424 |
03-Mar-2009 |
04:28 |
x86 |
Not Applicable |
Fastprox.tmf |
Not Applicable |
405,691 |
03-Mar-2009 |
02:03 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6001.18226 |
129,024 |
03-Mar-2009 |
04:40 |
x86 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
192,861 |
03-Mar-2009 |
02:15 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6001.18226 |
247,296 |
03-Mar-2009 |
02:16 |
x86 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
83,447 |
03-Mar-2009 |
02:15 |
Not Applicable |
Not Applicable |
Wmidcprv.dll |
6.0.6001.22389 |
129,024 |
03-Mar-2009 |
04:33 |
x86 |
Not Applicable |
Wmiprvsd.tmf |
Not Applicable |
192,841 |
03-Mar-2009 |
02:03 |
Not Applicable |
Not Applicable |
Wmiprvse.exe |
6.0.6001.22389 |
247,296 |
03-Mar-2009 |
02:03 |
x86 |
Not Applicable |
Wmiprvse.tmf |
Not Applicable |
83,434 |
03-Mar-2009 |
02:03 |
Not Applicable |
Not Applicable |
Dnary.xsd |
Not Applicable |
5,407 |
18-Dec-2007 |
21:03 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6001.18226 |
54,784 |
03-Mar-2009 |
04:37 |
x86 |
Not Applicable |
Iasdatastore.dll |
6.0.6001.18226 |
44,032 |
03-Mar-2009 |
04:37 |
x86 |
Not Applicable |
Iashost.exe |
6.0.6001.18226 |
17,408 |
03-Mar-2009 |
02:38 |
x86 |
Not Applicable |
Iasrecst.dll |
6.0.6001.18226 |
98,304 |
03-Mar-2009 |
04:37 |
x86 |
Not Applicable |
Sdohlp.dll |
6.0.6001.18226 |
183,296 |
03-Mar-2009 |
04:39 |
x86 |
Not Applicable |
Dnary.xsd |
Not Applicable |
5,407 |
18-Dec-2007 |
21:03 |
Not Applicable |
Not Applicable |
Iasads.dll |
6.0.6001.22389 |
57,344 |
03-Mar-2009 |
04:28 |
x86 |
Not Applicable |
Iasdatastore.dll |
6.0.6001.22389 |
47,104 |
03-Mar-2009 |
04:28 |
x86 |
Not Applicable |
Iashost.exe |
6.0.6001.22389 |
17,408 |
03-Mar-2009 |
02:24 |
x86 |
Not Applicable |
Iasrecst.dll |
6.0.6001.22389 |
119,296 |
03-Mar-2009 |
04:28 |
x86 |
Not Applicable |
Sdohlp.dll |
6.0.6001.22389 |
324,608 |
03-Mar-2009 |
04:32 |
x86 |
Not Applicable |
Additional file information for Windows Server 2008 and of Windows Vista Additional files for all supported x86-based versions of Windows Server 2008 and of Windows Vista
File name |
Package_1_for_kb956572_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
3,686 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_1_for_kb956572~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
6,517 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_2_for_kb956572_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
5,405 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_2_for_kb956572~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
9,940 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_3_for_kb956572_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
5,251 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_3_for_kb956572~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
9,778 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_4_for_kb956572_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,759 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_4_for_kb956572~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
2,485 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_5_for_kb956572_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
3,916 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_5_for_kb956572~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
6,984 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_6_for_kb956572_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
5,251 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_6_for_kb956572~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
9,778 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_7_for_kb956572_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
2,389 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_7_for_kb956572~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
3,799 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_8_for_kb956572_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
2,576 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_8_for_kb956572~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
4,241 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_client_0_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,416 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_client_0~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,435 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_client_1_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,358 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_client_1~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,377 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_client_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,691 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_client~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,722 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_sc_0_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,878 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_sc_0~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,913 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_sc_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,413 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_sc~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,432 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_server_0_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,416 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_server_0~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,435 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_server_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,421 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_server~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,440 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpesrv_0_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,412 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpesrv_0~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,431 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpesrv_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,420 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpesrv~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,439 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpe_0_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,828 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpe_0~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,863 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpe_bf~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,414 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpe~31bf3856ad364e35~x86~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,433 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Update-bf.mum |
File version |
Not Applicable |
File size |
3,851 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
X86_04ecd896f4057a43590ff622e419ca2a_31bf3856ad364e35_6.0.6001.22389_none_02a467c7b04e3e53.manifest |
File version |
Not Applicable |
File size |
697 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_1cd712b8b33715a83b83f4960d71241c_31bf3856ad364e35_6.0.6001.18226_none_0ab2931054f28bac.manifest |
File version |
Not Applicable |
File size |
709 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_1f0ac358d716cea330bd9116aa70eea3_31bf3856ad364e35_6.0.6000.21023_none_5522acfd35722a93.manifest |
File version |
Not Applicable |
File size |
719 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_2702612d7dbfad7cf4ab31c5b378c14e_31bf3856ad364e35_6.0.6001.22389_none_497c5588e0b28f7c.manifest |
File version |
Not Applicable |
File size |
706 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_28a3d14b6ef5339936e9d7de618869ba_31bf3856ad364e35_6.0.6001.18226_none_3ca2eeb0615ae8c6.manifest |
File version |
Not Applicable |
File size |
697 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_378a7563df01b3f5cb9ab8df71159e69_31bf3856ad364e35_6.0.6001.18226_none_b9944825b65c998a.manifest |
File version |
Not Applicable |
File size |
1,062 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_407b5b0d08dabe590bfa74a93347a14f_31bf3856ad364e35_6.0.6000.16830_none_10ff254084335ff6.manifest |
File version |
Not Applicable |
File size |
706 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_56e1e105fc1e3fcbe9b0d51cad29f156_31bf3856ad364e35_6.0.6000.21023_none_49f4fda577a68993.manifest |
File version |
Not Applicable |
File size |
716 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_63fe9791daff37462627df4df7d3ac4f_31bf3856ad364e35_6.0.6001.22389_none_b5d46cd94069ccca.manifest |
File version |
Not Applicable |
File size |
1,062 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_64f16fc1550e81452b51f500c7d34e7d_31bf3856ad364e35_6.0.6000.21023_none_36438e70157ddd9b.manifest |
File version |
Not Applicable |
File size |
1,062 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_7fb9f58c06d08101c879b74f6a6fc9b8_31bf3856ad364e35_6.0.6000.16830_none_989f011bf7b9ed18.manifest |
File version |
Not Applicable |
File size |
1,062 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_83743ce9e7faffa0431207b65c0eac61_31bf3856ad364e35_6.0.6001.22389_none_c77ace81a49b245d.manifest |
File version |
Not Applicable |
File size |
740 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_8b842613f1a41d5801b480b2c95b9f59_31bf3856ad364e35_6.0.6000.16830_none_6a24c98ba8238be6.manifest |
File version |
Not Applicable |
File size |
740 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_8f232bf5a6848d86f2fa9b0e47139b5d_31bf3856ad364e35_6.0.6001.18226_none_4e926c69d4b4a8d0.manifest |
File version |
Not Applicable |
File size |
740 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_9f36d3dc9bf5af650f8ca273dd2da949_31bf3856ad364e35_6.0.6001.18226_none_b7c45b23e66c824e.manifest |
File version |
Not Applicable |
File size |
706 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_abfbea71d54a795b1ac0b32851a4277e_31bf3856ad364e35_6.0.6001.22389_none_b0fa5efb1a895412.manifest |
File version |
Not Applicable |
File size |
719 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_b2e8e3cfbe80a622eb829696f3a4c1f3_31bf3856ad364e35_6.0.6000.21023_none_b1c9e94ae4a29359.manifest |
File version |
Not Applicable |
File size |
740 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_bce3164701d13cc88d7d35d978a155bd_31bf3856ad364e35_6.0.6000.16830_none_fcf4a1681a92fdf2.manifest |
File version |
Not Applicable |
File size |
719 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_c49ae957b947f2bc3eab85b3afe37503_31bf3856ad364e35_6.0.6001.22389_none_aa0c01d0c22e64eb.manifest |
File version |
Not Applicable |
File size |
716 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_c57e11fa721b5a68db038d88d4ce5963_31bf3856ad364e35_6.0.6000.21023_none_4c670ca7dc62a5d2.manifest |
File version |
Not Applicable |
File size |
706 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_cd5b8f1b0b7a11fcdd2ddb8de98290a3_31bf3856ad364e35_6.0.6001.22389_none_1aaf192a81db236f.manifest |
File version |
Not Applicable |
File size |
709 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_da467a7ce028d524c38692db1ab88998_31bf3856ad364e35_6.0.6001.18226_none_853991785c45c059.manifest |
File version |
Not Applicable |
File size |
716 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_e007e1baa5d388de765d7332e07363c0_31bf3856ad364e35_6.0.6000.16830_none_ef784929cf338412.manifest |
File version |
Not Applicable |
File size |
697 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_e72429301cea7536bf4e81a7e1615353_31bf3856ad364e35_6.0.6000.16830_none_9db4218694b2ea5d.manifest |
File version |
Not Applicable |
File size |
716 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_ed50f4aa7aaa59c859e26aa2cc640e61_31bf3856ad364e35_6.0.6001.18226_none_7827106e444ddced.manifest |
File version |
Not Applicable |
File size |
719 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_f041930a9586ff93893e1d8d16c703e7_31bf3856ad364e35_6.0.6000.21023_none_676dfdc64ed9a537.manifest |
File version |
Not Applicable |
File size |
697 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-com-base-qfe-rpcss_31bf3856ad364e35_6.0.6000.16830_none_67c4315e40d1bb6c.manifest |
File version |
Not Applicable |
File size |
14,714 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:39 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-com-base-qfe-rpcss_31bf3856ad364e35_6.0.6000.21023_none_685b771559e4be8c.manifest |
File version |
Not Applicable |
File size |
14,714 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:38 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-com-base-qfe-rpcss_31bf3856ad364e35_6.0.6001.18226_none_69bb41ac3deac876.manifest |
File version |
Not Applicable |
File size |
14,714 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:11 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-com-base-qfe-rpcss_31bf3856ad364e35_6.0.6001.22389_none_6a06ffcd57365beb.manifest |
File version |
Not Applicable |
File size |
14,714 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:04 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6000.16830_none_cf27e60e38f17483.manifest |
File version |
Not Applicable |
File size |
134,964 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:35 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6000.21023_none_cfbf2bc5520477a3.manifest |
File version |
Not Applicable |
File size |
134,964 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:33 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6001.18226_none_d11ef65c360a818d.manifest |
File version |
Not Applicable |
File size |
136,565 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:02 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6001.22389_none_d16ab47d4f561502.manifest |
File version |
Not Applicable |
File size |
138,802 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:56 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-os-kernel_31bf3856ad364e35_6.0.6000.16830_none_6a29b702b714cf98.manifest |
File version |
Not Applicable |
File size |
17,806 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:38 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-os-kernel_31bf3856ad364e35_6.0.6000.21023_none_6ac0fcb9d027d2b8.manifest |
File version |
Not Applicable |
File size |
17,806 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:37 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-os-kernel_31bf3856ad364e35_6.0.6001.18226_none_6c20c750b42ddca2.manifest |
File version |
Not Applicable |
File size |
17,806 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:08 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-os-kernel_31bf3856ad364e35_6.0.6001.22389_none_6c6c8571cd797017.manifest |
File version |
Not Applicable |
File size |
17,806 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:03 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-p..oler-filterpipeline_31bf3856ad364e35_6.0.6000.16830_none_29a6eeebde589a97.manifest |
File version |
Not Applicable |
File size |
25,885 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:33 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-p..oler-filterpipeline_31bf3856ad364e35_6.0.6000.21023_none_2a3e34a2f76b9db7.manifest |
File version |
Not Applicable |
File size |
25,885 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:32 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-p..oler-filterpipeline_31bf3856ad364e35_6.0.6001.18226_none_2b9dff39db71a7a1.manifest |
File version |
Not Applicable |
File size |
25,981 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:59 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-p..oler-filterpipeline_31bf3856ad364e35_6.0.6001.22389_none_2be9bd5af4bd3b16.manifest |
File version |
Not Applicable |
File size |
25,981 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:52 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6000.16830_none_8c7d3a1b866efab7.manifest |
File version |
Not Applicable |
File size |
53,686 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:32 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6000.21023_none_8d147fd29f81fdd7.manifest |
File version |
Not Applicable |
File size |
53,686 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:31 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6001.18226_none_8e744a69838807c1.manifest |
File version |
Not Applicable |
File size |
53,956 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:57 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6001.22389_none_8ec0088a9cd39b36.manifest |
File version |
Not Applicable |
File size |
53,956 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:49 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6000.16830_none_f942a8bc7cae6118.manifest |
File version |
Not Applicable |
File size |
37,225 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:35 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6000.21023_none_f9d9ee7395c16438.manifest |
File version |
Not Applicable |
File size |
37,225 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:34 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6001.18226_none_fb39b90a79c76e22.manifest |
File version |
Not Applicable |
File size |
37,218 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:02 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6001.22389_none_fb85772b93130197.manifest |
File version |
Not Applicable |
File size |
37,218 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:56 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6000.16830_none_0e5c13ed8e56c6f7.manifest |
File version |
Not Applicable |
File size |
25,704 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:37 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6000.21023_none_0ef359a4a769ca17.manifest |
File version |
Not Applicable |
File size |
25,704 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:35 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6001.18226_none_1053243b8b6fd401.manifest |
File version |
Not Applicable |
File size |
25,697 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:05 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6001.22389_none_109ee25ca4bb6776.manifest |
File version |
Not Applicable |
File size |
25,697 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:00 |
Platform |
Not Applicable |
Additional files for all supported x64-based versions of Windows Server 2008 and of Windows Vista
File name |
Amd64_01f9331f8e6cf4456ec010b3840ffcb1_31bf3856ad364e35_6.0.6000.16830_none_144626304916cc95.manifest |
File version |
Not Applicable |
File size |
1,128 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_033f13b1db89d9e1dc8619eeb35feaac_31bf3856ad364e35_6.0.6001.18226_none_4156a735fa282adf.manifest |
File version |
Not Applicable |
File size |
720 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_12e59d578171dcfb6eb0ae5dced3a21f_31bf3856ad364e35_6.0.6001.18226_none_d36f9b98a7bd383a.manifest |
File version |
Not Applicable |
File size |
1,128 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_187ff34d8954cdf4cf85e0c2dad9f4cd_31bf3856ad364e35_6.0.6001.22389_none_bdb52ef9b62770bd.manifest |
File version |
Not Applicable |
File size |
1,082 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_1cbd4ac384b340b32d92a78b61922f18_31bf3856ad364e35_6.0.6000.21023_none_d67a714fb1fcd536.manifest |
File version |
Not Applicable |
File size |
723 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_254eb06a4077eb5ff918dc6e5ad86ab0_31bf3856ad364e35_6.0.6000.16830_none_60344f74083db17d.manifest |
File version |
Not Applicable |
File size |
1,082 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_425ca0af28e25ab227a881b10b8cb693_31bf3856ad364e35_6.0.6000.21023_none_43e2442512f5c527.manifest |
File version |
Not Applicable |
File size |
701 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_45b20f77d8522478d474a08252987249_31bf3856ad364e35_6.0.6001.22389_none_bc5d1b8f508e6cf7.manifest |
File version |
Not Applicable |
File size |
1,778 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_5018a3c503a1d483f70d3c771f4e6f62_31bf3856ad364e35_6.0.6000.21023_none_b04d3b594114d8ec.manifest |
File version |
Not Applicable |
File size |
710 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_582ad8ce3bb69a4313b7f24145370385_31bf3856ad364e35_6.0.6000.16830_none_c6428bac8e316596.manifest |
File version |
Not Applicable |
File size |
701 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_5b83108802156c678122c5e032dc4525_31bf3856ad364e35_6.0.6001.22389_none_3889ad9ede82f909.manifest |
File version |
Not Applicable |
File size |
713 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_73e4eb72903405545345d4f103f8b5b9_31bf3856ad364e35_6.0.6001.18226_none_63a37ab474baade5.manifest |
File version |
Not Applicable |
File size |
1,778 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_7728164ee9a61faa20a820780521887e_31bf3856ad364e35_6.0.6000.16830_none_d25f349c0c7171a9.manifest |
File version |
Not Applicable |
File size |
720 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_788cf52d69480100701555d85c305694_31bf3856ad364e35_6.0.6001.18226_none_d7dd63b8992047f2.manifest |
File version |
Not Applicable |
File size |
713 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_7b308cb5df55a41080e9d1461b85c917_31bf3856ad364e35_6.0.6000.21023_none_a4b7a555688b4af0.manifest |
File version |
Not Applicable |
File size |
720 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_8485dea312f2a826ab83b3148ae3afba_31bf3856ad364e35_6.0.6001.22389_none_44966db765cc39f5.manifest |
File version |
Not Applicable |
File size |
723 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_a695e0331505eeecc7f91dc555f14241_31bf3856ad364e35_6.0.6001.18226_none_85a889365d31b280.manifest |
File version |
Not Applicable |
File size |
710 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_abce32a51bc15d53da456da823fdad4f_31bf3856ad364e35_6.0.6000.16830_none_212f9dc129e44f1c.manifest |
File version |
Not Applicable |
File size |
1,778 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_bb04a1fb6fb3927b66fbf499e14b8885_31bf3856ad364e35_6.0.6000.21023_none_f49dbf4119435bf9.manifest |
File version |
Not Applicable |
File size |
1,068 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_c3c67594445a4a41446962618bb4c734_31bf3856ad364e35_6.0.6001.18226_none_0d74450f4c341f84.manifest |
File version |
Not Applicable |
File size |
1,082 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_cbf1a591063237c0671d9e796e4c7b84_31bf3856ad364e35_6.0.6001.18226_none_933596f650699a2c.manifest |
File version |
Not Applicable |
File size |
701 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_d0f58b0e3bf84193cff5ea952f3cfec6_31bf3856ad364e35_6.0.6000.21023_none_b9bb5985e09bdd77.manifest |
File version |
Not Applicable |
File size |
1,082 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_d6394495629f3cbcb886bf0323cacbe1_31bf3856ad364e35_6.0.6001.22389_none_21002b13c62cd7d3.manifest |
File version |
Not Applicable |
File size |
1,128 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_dac1177617d6ad1e2872ea521d6b9ac4_31bf3856ad364e35_6.0.6000.16830_none_608246e105b8329c.manifest |
File version |
Not Applicable |
File size |
710 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_deb1c7fd3342cb12db3553a9646389ac_31bf3856ad364e35_6.0.6000.21023_none_abe221892ee211d3.manifest |
File version |
Not Applicable |
File size |
1,778 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_e3260d27761bb21030418c60cdf2e035_31bf3856ad364e35_6.0.6001.22389_none_55878691f08bac01.manifest |
File version |
Not Applicable |
File size |
710 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_eb362982e4f7d40ffa8ea5b6ccfe2132_31bf3856ad364e35_6.0.6001.22389_none_b60e3d4ceeb9b416.manifest |
File version |
Not Applicable |
File size |
701 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_efc43ed1d9ab15fd8bc0018a5f1800af_31bf3856ad364e35_6.0.6001.18226_none_13fb0731786f3c7c.manifest |
File version |
Not Applicable |
File size |
723 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_f16194f18d52c03df6d23ca998a421f7_31bf3856ad364e35_6.0.6000.16830_none_39af4759c7b94f6e.manifest |
File version |
Not Applicable |
File size |
1,068 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_f6e67c4faab70839255727d19d31ca6f_31bf3856ad364e35_6.0.6000.16830_none_a7e2be910eaba059.manifest |
File version |
Not Applicable |
File size |
723 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_fdb77d2b78a218da4982da32a120d3f1_31bf3856ad364e35_6.0.6001.22389_none_e3360abefd9f5b85.manifest |
File version |
Not Applicable |
File size |
720 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_ff70e904e279ec2fe804e37f3b60f8b3_31bf3856ad364e35_6.0.6000.21023_none_03649092acef668b.manifest |
File version |
Not Applicable |
File size |
1,128 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-com-base-qfe-rpcss_31bf3856ad364e35_6.0.6000.16830_none_c3e2cce1f92f2ca2.manifest |
File version |
Not Applicable |
File size |
15,010 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:03 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-com-base-qfe-rpcss_31bf3856ad364e35_6.0.6000.21023_none_c47a129912422fc2.manifest |
File version |
Not Applicable |
File size |
15,010 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:57 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-com-base-qfe-rpcss_31bf3856ad364e35_6.0.6001.18226_none_c5d9dd2ff64839ac.manifest |
File version |
Not Applicable |
File size |
15,010 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:33 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-com-base-qfe-rpcss_31bf3856ad364e35_6.0.6001.22389_none_c6259b510f93cd21.manifest |
File version |
Not Applicable |
File size |
15,010 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:39 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6000.16830_none_2b468191f14ee5b9.manifest |
File version |
Not Applicable |
File size |
134,998 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:54 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6000.21023_none_2bddc7490a61e8d9.manifest |
File version |
Not Applicable |
File size |
134,998 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:49 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6001.18226_none_2d3d91dfee67f2c3.manifest |
File version |
Not Applicable |
File size |
136,599 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:23 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6001.22389_none_2d89500107b38638.manifest |
File version |
Not Applicable |
File size |
138,836 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:25 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-os-kernel_31bf3856ad364e35_6.0.6000.16830_none_c64852866f7240ce.manifest |
File version |
Not Applicable |
File size |
16,512 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:01 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-os-kernel_31bf3856ad364e35_6.0.6000.21023_none_c6df983d888543ee.manifest |
File version |
Not Applicable |
File size |
16,512 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:56 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-os-kernel_31bf3856ad364e35_6.0.6001.18226_none_c83f62d46c8b4dd8.manifest |
File version |
Not Applicable |
File size |
16,512 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:32 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-os-kernel_31bf3856ad364e35_6.0.6001.22389_none_c88b20f585d6e14d.manifest |
File version |
Not Applicable |
File size |
16,512 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:37 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-p..oler-filterpipeline_31bf3856ad364e35_6.0.6000.16830_none_85c58a6f96b60bcd.manifest |
File version |
Not Applicable |
File size |
25,915 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:53 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-p..oler-filterpipeline_31bf3856ad364e35_6.0.6000.21023_none_865cd026afc90eed.manifest |
File version |
Not Applicable |
File size |
25,915 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:47 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-p..oler-filterpipeline_31bf3856ad364e35_6.0.6001.18226_none_87bc9abd93cf18d7.manifest |
File version |
Not Applicable |
File size |
26,011 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:18 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-p..oler-filterpipeline_31bf3856ad364e35_6.0.6001.22389_none_880858dead1aac4c.manifest |
File version |
Not Applicable |
File size |
26,011 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:20 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6000.16830_none_e89bd59f3ecc6bed.manifest |
File version |
Not Applicable |
File size |
53,688 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:50 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6000.21023_none_e9331b5657df6f0d.manifest |
File version |
Not Applicable |
File size |
53,688 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:45 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6001.18226_none_ea92e5ed3be578f7.manifest |
File version |
Not Applicable |
File size |
53,958 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:14 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6001.22389_none_eadea40e55310c6c.manifest |
File version |
Not Applicable |
File size |
53,958 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:17 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6000.16830_none_55614440350bd24e.manifest |
File version |
Not Applicable |
File size |
37,245 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:54 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6000.21023_none_55f889f74e1ed56e.manifest |
File version |
Not Applicable |
File size |
37,245 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:49 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6001.18226_none_5758548e3224df58.manifest |
File version |
Not Applicable |
File size |
37,238 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:24 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6001.22389_none_57a412af4b7072cd.manifest |
File version |
Not Applicable |
File size |
37,238 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:26 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6000.16830_none_6a7aaf7146b4382d.manifest |
File version |
Not Applicable |
File size |
25,730 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:57 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6000.21023_none_6b11f5285fc73b4d.manifest |
File version |
Not Applicable |
File size |
25,730 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:53 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6001.18226_none_6c71bfbf43cd4537.manifest |
File version |
Not Applicable |
File size |
25,723 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:29 |
Platform |
Not Applicable |
File name |
Amd64_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6001.22389_none_6cbd7de05d18d8ac.manifest |
File version |
Not Applicable |
File size |
25,723 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:34 |
Platform |
Not Applicable |
File name |
Package_1_for_kb956572_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
3,708 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_1_for_kb956572~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
6,555 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_2_for_kb956572_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
6,367 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_2_for_kb956572~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
11,904 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_3_for_kb956572_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
6,211 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_3_for_kb956572~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
11,740 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_4_for_kb956572_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,769 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_4_for_kb956572~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
2,499 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_5_for_kb956572_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
4,616 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_5_for_kb956572~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
8,414 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_6_for_kb956572_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
6,211 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_6_for_kb956572~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
11,740 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_7_for_kb956572_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
2,403 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_7_for_kb956572~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
3,821 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_8_for_kb956572_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
2,592 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_8_for_kb956572~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
4,267 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_client_0_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,424 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_client_0~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,443 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_client_1_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,366 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_client_1~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,385 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_client_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,701 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_client~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,732 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_sc_0_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,890 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_sc_0~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,925 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_sc_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,421 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_sc~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,440 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_server_0_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,424 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_server_0~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,443 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_server_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,429 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_server~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,448 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpesrv_0_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,420 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpesrv_0~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,439 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpesrv_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,428 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpesrv~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,447 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpe_0_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,840 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpe_0~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,875 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpe_bf~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,422 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpe~31bf3856ad364e35~amd64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,441 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Update-bf.mum |
File version |
Not Applicable |
File size |
3,881 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6000.16830_none_f2f07ff1732d2de8.manifest |
File version |
Not Applicable |
File size |
19,687 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:29 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6000.21023_none_f387c5a88c403108.manifest |
File version |
Not Applicable |
File size |
19,687 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:28 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6001.18226_none_f4e7903f70463af2.manifest |
File version |
Not Applicable |
File size |
19,957 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:50 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6001.22389_none_f5334e608991ce67.manifest |
File version |
Not Applicable |
File size |
19,957 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:43 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6000.16830_none_5fb5ee92696c9449.manifest |
File version |
Not Applicable |
File size |
37,614 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:30 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6000.21023_none_604d3449827f9769.manifest |
File version |
Not Applicable |
File size |
37,614 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:29 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6001.18226_none_61acfee06685a153.manifest |
File version |
Not Applicable |
File size |
37,614 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:51 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6001.22389_none_61f8bd017fd134c8.manifest |
File version |
Not Applicable |
File size |
37,614 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:45 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6000.16830_none_74cf59c37b14fa28.manifest |
File version |
Not Applicable |
File size |
21,319 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:29 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6000.21023_none_75669f7a9427fd48.manifest |
File version |
Not Applicable |
File size |
21,319 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:28 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6001.18226_none_76c66a11782e0732.manifest |
File version |
Not Applicable |
File size |
21,319 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:50 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6001.22389_none_7712283291799aa7.manifest |
File version |
Not Applicable |
File size |
21,319 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:44 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6000.16830_none_cf27e60e38f17483.manifest |
File version |
Not Applicable |
File size |
134,964 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:35 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6000.21023_none_cfbf2bc5520477a3.manifest |
File version |
Not Applicable |
File size |
134,964 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:33 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6001.18226_none_d11ef65c360a818d.manifest |
File version |
Not Applicable |
File size |
136,565 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:02 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6001.22389_none_d16ab47d4f561502.manifest |
File version |
Not Applicable |
File size |
138,802 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:56 |
Platform |
Not Applicable |
Additional files for all supported IA-64-based versions of Windows Server 2008
File name |
Ia64_0196f43ff5f6d0461e4827cc7763d609_31bf3856ad364e35_6.0.6001.22389_none_c1ca2d4ac7b479db.manifest |
File version |
Not Applicable |
File size |
1,080 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_1a905638cf5a9b4394951efab2bbaa84_31bf3856ad364e35_6.0.6001.22389_none_3a4d4d6ae2ce167a.manifest |
File version |
Not Applicable |
File size |
721 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_1e0d6629064593c5237ff88db836352f_31bf3856ad364e35_6.0.6001.22389_none_1d0984fde343b1c5.manifest |
File version |
Not Applicable |
File size |
1,126 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_1e54edd19b414555d6eb73ab257f5310_31bf3856ad364e35_6.0.6001.22389_none_223ec3bea659101b.manifest |
File version |
Not Applicable |
File size |
1,775 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_329f5b4418cd606ce66a585ccb460dd6_31bf3856ad364e35_6.0.6001.22389_none_af85f5c173802f38.manifest |
File version |
Not Applicable |
File size |
718 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_451b7f6c71d53694da73fb993839a54d_31bf3856ad364e35_6.0.6001.18226_none_59126475e75796da.manifest |
File version |
Not Applicable |
File size |
708 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_4b18f5cf6179f7efe1b346e7b05c7ad8_31bf3856ad364e35_6.0.6001.18226_none_e53d9b67657bdecc.manifest |
File version |
Not Applicable |
File size |
1,126 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_5087a7c7f4c29e890c225875c41aa53a_31bf3856ad364e35_6.0.6001.22389_none_b84a3f100e248e8d.manifest |
File version |
Not Applicable |
File size |
699 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_6a4758c44dbc758dc6e2fa31fe2904dc_31bf3856ad364e35_6.0.6001.18226_none_eefbfea117f57616.manifest |
File version |
Not Applicable |
File size |
718 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_7d96b261a23a9c427d0efc58777e0ac7_31bf3856ad364e35_6.0.6001.18226_none_be2979d17c3f5a90.manifest |
File version |
Not Applicable |
File size |
721 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_a7c9b18d0a58ec551408d2734b43214c_31bf3856ad364e35_6.0.6001.18226_none_c71c795681ad77f2.manifest |
File version |
Not Applicable |
File size |
1,775 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_bfe14f644d58f562dfb8418c03a0f3d1_31bf3856ad364e35_6.0.6001.22389_none_67e4ecd60b407a2e.manifest |
File version |
Not Applicable |
File size |
708 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_c1051d4a13412e25b7150728e4dc44b7_31bf3856ad364e35_6.0.6001.18226_none_aed60f81fb917ff8.manifest |
File version |
Not Applicable |
File size |
1,080 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_d9fff80d91be85d2e9083151a719cdf6_31bf3856ad364e35_6.0.6001.18226_none_f87f9522780909bb.manifest |
File version |
Not Applicable |
File size |
711 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_f35cf84fa223989828a26c28192d0c86_31bf3856ad364e35_6.0.6001.22389_none_daafe7ddd1efe0be.manifest |
File version |
Not Applicable |
File size |
711 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_fc35e21c4665fa0f95b402a585dc8343_31bf3856ad364e35_6.0.6001.18226_none_2f96218d573e477f.manifest |
File version |
Not Applicable |
File size |
699 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-com-base-qfe-rpcss_31bf3856ad364e35_6.0.6001.18226_none_69bce5a23de8d172.manifest |
File version |
Not Applicable |
File size |
14,991 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:27 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-com-base-qfe-rpcss_31bf3856ad364e35_6.0.6001.22389_none_6a08a3c3573464e7.manifest |
File version |
Not Applicable |
File size |
14,991 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:05 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6001.18226_none_d1209a5236088a89.manifest |
File version |
Not Applicable |
File size |
136,582 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:16 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6001.22389_none_d16c58734f541dfe.manifest |
File version |
Not Applicable |
File size |
138,819 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:57 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-os-kernel_31bf3856ad364e35_6.0.6001.18226_none_6c226b46b42be59e.manifest |
File version |
Not Applicable |
File size |
16,819 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:26 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-os-kernel_31bf3856ad364e35_6.0.6001.22389_none_6c6e2967cd777913.manifest |
File version |
Not Applicable |
File size |
16,819 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:04 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-p..oler-filterpipeline_31bf3856ad364e35_6.0.6001.18226_none_2b9fa32fdb6fb09d.manifest |
File version |
Not Applicable |
File size |
25,996 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:13 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-p..oler-filterpipeline_31bf3856ad364e35_6.0.6001.22389_none_2beb6150f4bb4412.manifest |
File version |
Not Applicable |
File size |
25,996 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:55 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6001.18226_none_8e75ee5f838610bd.manifest |
File version |
Not Applicable |
File size |
53,957 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:11 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6001.22389_none_8ec1ac809cd1a432.manifest |
File version |
Not Applicable |
File size |
53,957 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:53 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6001.18226_none_fb3b5d0079c5771e.manifest |
File version |
Not Applicable |
File size |
37,228 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:16 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6001.22389_none_fb871b2193110a93.manifest |
File version |
Not Applicable |
File size |
37,228 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:57 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6001.18226_none_1054c8318b6ddcfd.manifest |
File version |
Not Applicable |
File size |
25,710 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:20 |
Platform |
Not Applicable |
File name |
Ia64_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6001.22389_none_10a08652a4b97072.manifest |
File version |
Not Applicable |
File size |
25,710 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:01 |
Platform |
Not Applicable |
File name |
Package_1_for_kb956572_bf~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
3,697 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_1_for_kb956572~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
6,536 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_2_for_kb956572_bf~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
6,191 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_2_for_kb956572~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
11,711 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_3_for_kb956572_bf~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
4,604 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_3_for_kb956572~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
8,393 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_sc_0_bf~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,416 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_sc_0~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,435 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_sc_bf~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,417 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_sc~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,436 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_server_0_bf~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,420 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_server_0~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,439 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_server_bf~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,425 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_server~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,444 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpesrv_0_bf~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,416 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpesrv_0~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,435 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpesrv_bf~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,424 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Package_for_kb956572_winpesrv~31bf3856ad364e35~ia64~~6.0.1.5.mum |
File version |
Not Applicable |
File size |
1,443 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:33 |
Platform |
Not Applicable |
File name |
Update-bf.mum |
File version |
Not Applicable |
File size |
2,381 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
19:34 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6001.18226_none_f4e7903f70463af2.manifest |
File version |
Not Applicable |
File size |
19,957 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:50 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-w..reg-folder-settings_31bf3856ad364e35_6.0.6001.22389_none_f5334e608991ce67.manifest |
File version |
Not Applicable |
File size |
19,957 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:43 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6001.18226_none_61acfee06685a153.manifest |
File version |
Not Applicable |
File size |
37,614 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:51 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-wmi-core-fastprox-dll_31bf3856ad364e35_6.0.6001.22389_none_61f8bd017fd134c8.manifest |
File version |
Not Applicable |
File size |
37,614 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:45 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6001.18226_none_76c66a11782e0732.manifest |
File version |
Not Applicable |
File size |
21,319 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:50 |
Platform |
Not Applicable |
File name |
Wow64_microsoft-windows-wmi-core-providerhost_31bf3856ad364e35_6.0.6001.22389_none_7712283291799aa7.manifest |
File version |
Not Applicable |
File size |
21,319 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:44 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6001.18226_none_d11ef65c360a818d.manifest |
File version |
Not Applicable |
File size |
136,565 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
05:02 |
Platform |
Not Applicable |
File name |
X86_microsoft-windows-n..n_service_datastore_31bf3856ad364e35_6.0.6001.22389_none_d16ab47d4f561502.manifest |
File version |
Not Applicable |
File size |
138,802 |
Date (UTC) |
03-Mar-2009 |
Time (UTC) |
04:56 |
Platform |
Not Applicable |