How to obtain help and support for this security update
For home users, no-charge support is available by calling
1-866-PCSAFETY in the United States and Canada or by contacting your local
Microsoft subsidiary. For more information about how to contact your local
Microsoft subsidiary for support issues with security updates, visit the
Microsoft International Support Web site:
North American customers can also obtain instant access to
unlimited no-charge e-mail support or to unlimited individual chat support by
visiting the following Microsoft Web site:
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
(http://support.microsoft.com/kb/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:
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:
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
This problem does not occur in the following upgrade scenarios:
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.
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:
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:
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:
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.
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.
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:
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:
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:
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 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.
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:
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.
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:
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:
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.
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.
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":
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?
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
Collapse this tableExpand this table
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
Collapse this tableExpand this table
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
Collapse this tableExpand this table
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
Collapse this tableExpand this table
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.
Collapse this tableExpand this 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 are
listed 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