Microsoft로 로그인
로그인하거나 계정을 만듭니다.
안녕하세요.
다른 계정을 선택합니다.
계정이 여러 개 있음
로그인할 계정을 선택합니다.

소개

이 문서는 IIS(인터넷 정보 서비스)에서 인증을 위해 확장된 보호를 구현하는 비보안 업데이트에 대해 설명합니다.

인증에 대한 확장된 보호를 사용하도록 설정하면, 인증 요청은 클라이언트가 연결하려고 하는 서버의 SPN(서비스 사용자 이름)과 IWA 인증이 발생하는 바깥쪽 TLS(Transport Layer Security) 채널 모두로 바인딩됩니다.

참고 2010년 3월 9일, 설치 문제 및 기능 문제 해결을 위해 이 업데이트가 다시 출시되었습니다.

  • 이 업데이트는 현재 Windows Server 2003 SP2(서비스 팩 2)가 실행되는 컴퓨터가 IIS 6에 일부 Windows Server 2003 SP1(서비스 팩 1) 바이너리가 포함되어 있고 설치를 거부하고 오류 코드를 나타내며 종료되는 설치 상황임을 올바르게 감지합니다. 이 날짜 이전에 출시된 업데이트 973917 버전은 성공적으로 설치되지만 설치 후에 IIS가 제대로 다시 시작되지 못합니다.

  • Windows Server 2003이 실행되는 컴퓨터에서 이 재출시 버전은 인증에 대한 확장된 보호를 사용하도록 설정할 때 과도한 양의 메모리가 할당되도록 하는 문제를 해결합니다.

  • Windows Server 2008이 실행되는 컴퓨터에서는 IIS가 커널 모드 Windows 인증을 사용하도록 구성되어 있을 때 확장된 보호가 올바르게 작동되지 않도록 하는 문제를 해결합니다.

추가 정보

구성

확장된 보호는 기존의 Windows 인증 기능을 개선하여 인증 릴레이 또는 "man in the middle" 공격을 완화시킵니다. 이러한 완화는 다음 두 가지 보안 메커니즘을 통해 구현되는 보안 정보를 사용하여 진행됩니다.

  • CBT(채널 바인딩 토큰)를 통해 지정된 채널 바인딩 정보. 이 정보는 SSL 연결에 주로 사용됩니다.

  • SPN(서비스 사용자 이름)을 통해 지정된 서비스 바인딩 정보. 이 정보는 SSL을 사용하지 않는 연결에서 또는 연결이 설정되었을 때 주로 사용됩니다. 예를 들어, SSL이 프록시 서버나 부하 분산 장치와 같은 다른 장치로 오프로드되는 경우가 여기에 해당될 수 있습니다.

IIS 7.0에서 확장된 보호는 <extendedProtection> 요소를 통해 구성됩니다. 자세한 구성 정보는 "IIS 7.0 및 IIS 7.5의 구성" 헤더 아래에서 찾을 수 있습니다. IIS 6.0의 경우 동일한 구성 매개 변수가 사용되지만 매개 변수는 레지스트리 키를 사용하여 배포됩니다. ("IIS 6.0의 구성" 절을 검토하십시오.)

<extendedProtection> 요소는 각각이 서비스 바인딩 정보에 대한 고유한 SPN을 포함하는 <spn> 요소 컬렉션을 포함할 수 있습니다. 각 SPN은 연결 경로의 고유한 끝점을 나타내며, 대상 서버나 프록시 서버의 FQDN(정규화된 도메인 이름) 또는 NetBIOS 이름일 수 있습니다. 예를 들어 클라이언트가 프록시 서버를 통해 대상 서버에 연결되는 경우 대상 서버의 SPN 컬렉션은 프록시 서버에 대한 SPN을 포함해야 합니다. 컬렉션의 각 SPN 앞에는 "HTTP"가 붙어 있어야 합니다. 따라서 "www.contoso.com"에 대한 SPN은 "HTTP/www.contoso.com"이 됩니다.

확장된 보호 시나리오

다음 샘플 시나리오를 고려하십시오.

시나리오

플래그

설명

클라이언트가 HTTP를 사용하는 대상 서버에 직접 연결됩니다.

Proxy, ProxyCohosting

SPN 검사가 사용되며 채널 바인딩 토큰 검사는 사용되지 않습니다.

클라이언트가 SSL을 사용하는 대상 서버에 직접 연결됩니다.

없음

채널 바인딩 토큰 검사가 사용되며 SPN 검사는 사용되지 않습니다.

클라이언트가 경로에 대해 HTTP를 사용하는 프록시 서버를 통해 대상 서버에 연결됩니다.

Proxy, ProxyCohosting

SPN 검사가 사용되며 채널 바인딩 토큰 검사는 사용되지 않습니다.

클라이언트가 경로에 대해 SSL을 사용하는 프록시 서버를 통해 대상 서버에 연결됩니다.

Proxy

SPN 검사가 사용되며 채널 바인딩 토큰 검사는 사용되지 않습니다.

클라이언트가 SSL을 사용하는 프록시 서버에 연결되며 프록시 서버는 HTTP를 사용하는 대상 서버에 연결됩니다(SSL 오프로드).

Proxy

SPN 검사가 사용되며 채널 바인딩 토큰 검사는 사용되지 않습니다.

  • 이러한 시나리오에서 네트워킹 환경이 NetBIOS 기반 SPN을 지원하는 경우 AllowDotlessSpn 플래그를 지정할 수도 있습니다. 그러나 NetBIOS 기반 SPN은 보안이 유지되지 않습니다.

  • SPN 검사가 사용되고 채널 바인딩 토큰 검사가 사용되지 않는 시나리오의 경우 NoServiceNameCheck 플래그를 지정하지 않는 것이 좋습니다.

  • IIS 6.0, IIS 7.0 또는 IIS 7.5의 기본 설치는 Windows 인증을 설치하거나 사용하도록 설정하지 않습니다. 확장된 보호는 웹 사이트나 응용 프로그램에 대해 Windows 인증이 사용되는 경우에만 적용할 수 있습니다.

IIS 7.0 및 7.5의 구성

IIS 7.0의 기본 설치에는 Windows 인증 역할 서비스가 포함되지 않습니다. IIS에서 Windows 인증을 사용하려면 해당 역할 서비스를 설치하고 웹 사이트나 응용 프로그램에 대해 익명 인증을 사용하지 않도록 설정한 후 사이트나 응용 프로그램에 대해 Windows 인증을 사용하도록 설정해야 합니다.

참고 이 역할 서비스를 설치하면 IIS 7.0은 ApplicationHost.config 파일에 대한 다음 구성 설정을 확정합니다.

<windowsAuthentication enabled="false" />

IIS 7.5용 Windows 인증에 대해 확자된 보호를 사용하도록 설정하는 방법

  1. 시작을 클릭하고 관리 도구를 가리킨 다음 IIS(인터넷 정보 서비스) 관리자를 클릭합니다.

  2. 연결 창에서 서버 이름을 확장하고 사이트를 확장한 후 Windows 인증에 대해 확장된 보호를 사용하도록 설정하려는 사이트, 응용 프로그램 또는 웹 서비스를 선택합니다.

  3. 창의 보안 섹션으로 스크롤한 후 인증을 두 번 클릭합니다.

  4. 인증 창에서 Windows 인증을 선택합니다.

  5. 동작 창에서 사용을 클릭합니다.

  6. 동작 창에서 고급 설정을 클릭합니다.

  7. 고급 설정 대화 상자가 나타나면 확장된 보호 메뉴에서 다음 옵션 중 하나를 선택합니다.

    • 확장된 보호를 지원하지 않는 클라이언트에 하위 수준 지원을 제공하면서 확장된 보호를 사용하도록 설정하려면 적용을 선택합니다.

    • 하위 수준 지원을 제공하지 않고 확장된 보호를 사용하도록 설정하려면 필요를 선택합니다.

  8. 확인을 클릭하여 고급 설정 대화 상자를 닫습니다.

IIS 7.0용 Windows 인증에 대해 확장된 보호를 사용하도록 설정하는 방법

IIS 7.0용 IIS(인터넷 정보 서비스) 관리자에는 확장된 보호를 변경하기 위한 옵션이 제공되지 않습니다. 따라서 이 문서 뒷부분에 나오는 구성 샘플이나 스크립트를 사용하여 변경을 수행해야 합니다.

구성

특성

<extendedProtection> 요소는 ApplicationHost.config 파일의 사이트, 응용 프로그램 또는 가상 디렉터리 수준에서 구성할 수 있습니다.

특성

설명

flags

선택적 플래그 특성입니다.



확장된 보호에 대한 추가 동작 설정을 지정합니다.



플래그 특성은 다음 표에 나오는 값의 조합일 수 있습니다. 기본값은 없음입니다.

tokenChecking

선택적 열거형 특성입니다.



채널 바인딩 정보 검사를 위한 동작을 지정합니다.



tokenChecking 특성은 다음 표에 나오는 값 중 하나일 수 있습니다. 기본값은 없음입니다.

플래그 특성은 확장된 보호에 대해 추가적인 동작을 구성합니다. 가능한 플래그는 다음과 같습니다.

이름

설명

없음

이 플래그는 확장된 보호에 대해 설정된 추가 동작이 없음을 지정합니다. (예를 들어 어떠한 프록시 서버도 사용되지 않으며 SPN 검사는 사용되며 FQDN이 필요합니다.)


해당 숫자 값은 0입니다.

Proxy

이 플래그는 통신 경로의 일부가 프록시를 통과하거나 클라이언트가 HTTP를 통해 대상 서버에 직접 연결되고 있음을 지정합니다.


해당 숫자 값은 1입니다.

NoServiceNameCheck

이 플래그는 SPN 검사가 사용되지 않도록 설정되었음을 지정합니다. 이 플래그는 SPN만 검사되는 시나리오에서는 사용하지 않는 것이 좋습니다.


해당 숫자 값은 2입니다.

AllowDotlessSpn

이 플래그는 SPN이 FQDN일 필요가 없음을 지정합니다.

참고 비 FQDN 기반 이름은 이름 확인 감염 공격에 취약하므로 이 플래그를 설정하는 것은 안전한 방법이 아닙니다. 이 설정은 고객을 위험에 처하게 할 수 있으므로 권장되지 않습니다.


해당 숫자 값은 4입니다.

ProxyCohosting

이 플래그는 클라이언트-서버 통신 경로가 HTTP만을 사용하도록 지정합니다. 통신 경로의 어떤 부분도 SSL을 사용하지 않으며 SPN 검사는 사용됩니다.

참고 이 플래그를 지정할 때는 Proxy 플래그도 지정해야 합니다.


해당 숫자 값은 32입니다.

tokenChecking 특성은 채널 바인딩 토큰 검사를 위한 동작을 구성합니다. 이 특성의 가능한 값은 다음과 같습니다.

이름

설명

없음

이 값은 IIS가 채널 바인딩 토큰 검사를 수행하지 않을 것임을 지정합니다. 이 설정은 확장된 보호 이전에 존재했던 동작을 에뮬레이트합니다.


해당 숫자 값은 0입니다.

Allow

이 값은 채널 바인딩 토큰 검사가 사용되도록 설정되었지만 필수는 아님을 지정합니다. 이 설정은 확장된 보호를 지원하는 클라이언트와의 통신이 이 기능을 통해 보호되도록 허용하지만 확장된 보호를 사용할 수 없는 클라이언트는 계속 지원합니다.


해당 숫자 값은 1입니다.

Require

이 값은 채널 바인딩 토큰 검사가 필수임을 지정합니다. 이 설정은 확장된 보호를 지원하지 않는 클라이언트는 지원하지 않습니다.


해당 숫자 값은 2입니다.

하위 요소

요소

설명

spn

컬렉션에 SPN을 추가합니다.

clearSpns

SPN 컬렉션을 제거합니다.

removeSpn

컬렉션에서 SPN을 제거합니다.

구성 샘플

다음 샘플은 기본 웹 사이트에 대해 확장된 보호가 지정된 Windows 인증 설정 방법을 보여 주는 <extendedProtection> 요소입니다. 이 샘플은 SPN 컬렉션에 두 개의 SPN 항목을 추가합니다.

<location path="Default Web Site">
<system.webServer>
<security>
<authentication>
<windowsAuthentication enabled="true">
<extendedProtection tokenChecking="Allow" flags="None">
<spn name="HTTP/www.contoso.com" />
<spn name="HTTP/contoso.com" />
</extendedProtection>
</windowsAuthentication>
</authentication>
</security>
</system.webServer>
</location>

샘플 코드

다음 예에서는 기본 웹 사이트에 대해 확장된 보호가 지정된 Windows 인증 설정 방법과 해당 컬렉션에 두 개의 SPN을 추가하는 방법을 보여 줍니다.

AppCmd.exe


appcmd.exe set config "Default Web Site" -section:system.webServer/security/authentication/windowsAuthentication /enabled:"True" /commit:apphost

appcmd.exe set config "Default Web Site" -section:system.webServer/security/authentication/windowsAuthentication /extendedProtection.tokenChecking:"Allow" /extendedProtection.flags:"None" /commit:apphost

appcmd.exe set config "Default Web Site" -section:system.webServer/security/authentication/windowsAuthentication /+"extendedProtection.[name='HTTP/www.contoso.com']" /commit:apphost

appcmd.exe set config "Default Web Site" -section:system.webServer/security/authentication/windowsAuthentication /+"extendedProtection.[name='HTTP/contoso.com']" /commit:apphost

Note You must make sure to set the commit parameter to APPHOST when you use AppCmd.exe to configure these settings. This setting commits the configuration settings to the appropriate location section in the ApplicationHost.config file.

C#


using System;
using System.Text;
using Microsoft.Web.Administration;

internal static class Sample
{
private static void Main()
{
using (ServerManager serverManager = new ServerManager())
{
Configuration config = serverManager.GetApplicationHostConfiguration();

ConfigurationSection windowsAuthenticationSection = config.GetSection("system.webServer/security/authentication/windowsAuthentication", "Default Web Site");
windowsAuthenticationSection["enabled"] = true;

ConfigurationElement extendedProtectionElement = windowsAuthenticationSection.GetChildElement("extendedProtection");
extendedProtectionElement["tokenChecking"] = @"Allow";
extendedProtectionElement["flags"] = @"None";

ConfigurationElementCollection extendedProtectionCollection = extendedProtectionElement.GetCollection();

ConfigurationElement spnElement = extendedProtectionCollection.CreateElement("spn");
spnElement["name"] = @"HTTP/www.contoso.com";
extendedProtectionCollection.Add(spnElement);

ConfigurationElement spnElement1 = extendedProtectionCollection.CreateElement("spn");
spnElement1["name"] = @"HTTP/contoso.com";
extendedProtectionCollection.Add(spnElement1);

serverManager.CommitChanges();
}
}
}


Visual Basic .NET


Imports System
Imports System.Text
Imports Microsoft.Web.Administration
Module Sample
Sub Main()
Dim serverManager As ServerManager = New ServerManager
Dim config As Configuration = serverManager.GetApplicationHostConfiguration

Dim windowsAuthenticationSection As ConfigurationSection = config.GetSection("system.webServer/security/authentication/windowsAuthentication", "Default Web Site")
windowsAuthenticationSection("enabled") = True

Dim extendedProtectionElement As ConfigurationElement = windowsAuthenticationSection.GetChildElement("extendedProtection")
extendedProtectionElement("tokenChecking") = "Allow"
extendedProtectionElement("flags") = "None"

Dim extendedProtectionCollection As ConfigurationElementCollection = extendedProtectionElement.GetCollection

Dim spnElement As ConfigurationElement = extendedProtectionCollection.CreateElement("spn")
spnElement("name") = "HTTP/www.contoso.com"
extendedProtectionCollection.Add(spnElement)

Dim spnElement1 As ConfigurationElement = extendedProtectionCollection.CreateElement("spn")
spnElement1("name") = "HTTP/contoso.com"
extendedProtectionCollection.Add(spnElement1)

serverManager.CommitChanges()
End Sub
End Module


JavaScript


var adminManager = new ActiveXObject('Microsoft.ApplicationHost.WritableAdminManager');
adminManager.CommitPath = "MACHINE/WEBROOT/APPHOST";

var windowsAuthenticationSection = adminManager.GetAdminSection("system.webServer/security/authentication/windowsAuthentication", "MACHINE/WEBROOT/APPHOST/Default Web Site");
windowsAuthenticationSection.Properties.Item("enabled").Value = true;

var extendedProtectionElement = windowsAuthenticationSection.ChildElements.Item("extendedProtection");
extendedProtectionElement.Properties.Item("tokenChecking").Value = "Allow";
extendedProtectionElement.Properties.Item("flags").Value = "None";

var extendedProtectionCollection = extendedProtectionElement.Collection;

var spnElement = extendedProtectionCollection.CreateNewElement("spn");
spnElement.Properties.Item("name").Value = "HTTP/www.contoso.com";
extendedProtectionCollection.AddElement(spnElement);

var spnElement1 = extendedProtectionCollection.CreateNewElement("spn");
spnElement1.Properties.Item("name").Value = "HTTP/contoso.com";
extendedProtectionCollection.AddElement(spnElement1);

adminManager.CommitChanges();


VBScript


Set adminManager = createObject("Microsoft.ApplicationHost.WritableAdminManager")
adminManager.CommitPath = "MACHINE/WEBROOT/APPHOST"

Set windowsAuthenticationSection = adminManager.GetAdminSection("system.webServer/security/authentication/windowsAuthentication", "MACHINE/WEBROOT/APPHOST/Default Web Site")
windowsAuthenticationSection.Properties.Item("enabled").Value = True

Set extendedProtectionElement = windowsAuthenticationSection.ChildElements.Item("extendedProtection")
extendedProtectionElement.Properties.Item("tokenChecking").Value = "Allow"
extendedProtectionElement.Properties.Item("flags").Value = "None"

Set extendedProtectionCollection = extendedProtectionElement.Collection

Set spnElement = extendedProtectionCollection.CreateNewElement("spn")
spnElement.Properties.Item("name").Value = "HTTP/www.contoso.com"
extendedProtectionCollection.AddElement(spnElement)

Set spnElement1 = extendedProtectionCollection.CreateNewElement("spn")
spnElement1.Properties.Item("name").Value = "HTTP/contoso.com"
extendedProtectionCollection.AddElement(spnElement1)

adminManager.CommitChanges()

IIS 6.0의 구성

중요 이 절, 방법 또는 작업에는 레지스트리를 수정하는 방법에 대한 단계가 포함되어 있습니다. 그러나 레지스트리를 잘못 수정하면 심각한 문제가 발생할 수도 있으므로 다음 단계를 주의하여 수행해야 합니다. 추가 보호 조치로 레지스트리를 수정하기 전에 해당 레지스트리를 백업하는 것이 좋습니다. 이렇게 하면 문제가 발생하는 경우 레지스트리를 복원할 수 있습니다. 레지스트리 백업 및 복원 방법에 대한 자세한 내용은 다음 문서 번호를 클릭하여 Microsoft 기술 자료 문서를 참조하십시오.

322756 Windows XP 및 Windows Server 2003에서 레지스트리를 백업, 편집 및 복원하는 방법
IIS 6.0에서 인증에 대한 확장된 보호는 다음 레지스트리 키를 설정하여 구성할 수 있습니다.

레지스트리 키:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\extendedProtection\tokenChecking

허용되는 값:

0 (None), 1 (Allow), 2 (Require)

데이터 형식:

DWORD

기본값:

0

이름

설명

None

이 값은 IIS가 채널 바인딩 토큰 검사를 수행하지 않을 것임을 지정합니다. 이 설정은 확장된 보호 이전에 존재했던 동작을 에뮬레이트합니다.


해당 숫자 값은 0입니다.

Allow

이 값은 채널 바인딩 토큰 검사가 사용되도록 설정되었지만 필수는 아님을 지정합니다. 이 설정은 확장된 보호를 지원하는 클라이언트와의 통신이 이 기능을 통해 보호되도록 허용하지만 확장된 보호를 사용할 수 없는 클라이언트는 계속 지원합니다.


해당 숫자 값은 1입니다.

Require

이 값은 채널 바인딩 토큰 검사가 필수임을 지정합니다. 이 설정은 확장된 보호를 지원하지 않는 클라이언트는 지원하지 않습니다.


해당 숫자 값은 2입니다.

레지스트리 키:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\extendedProtection\flags

허용되는 값:

0 (none), 1 (proxy), 2 (NoServiceNameCheck), 4 (AllowDotlessSpn), 32 (ProxyCohosting)

데이터 형식:

DWORD

기본값:

0

이름

설명

None

이 플래그는 확장된 보호에 대해 설정된 추가 동작이 없음을 지정합니다. (예를 들어 프록시 서버가 사용되지 않음)


해당 숫자 값은 0입니다.

Proxy

이 플래그는 통신 경로의 일부가 프록시를 통과하도록 지정합니다. 클라이언트가 HTTP를 통해 대상 서버에 직접 연결되는 경우 Proxy 및 ProxyCoHosting 둘 다 사용되도록 설정되어야 합니다.

해당 숫자 값은 1입니다.

NoServiceNameCheck

이 플래그는 SPN 검사가 사용되지 않도록 설정되었음을 지정합니다. 이 플래그는 SPN만 검사되는 시나리오에서는 사용하지 않는 것이 좋습니다.

해당 숫자 값은 2입니다.

AllowDotlessSpn

이 플래그는 SPN이 FQDN일 필요가 없음을 지정합니다. 이 플래그를 설정하면 NetBIOS 기반 SPN이 허용됩니다.

참고 비 FQDN 기반 이름은 이름 확인 감염 공격에 취약하므로 이 플래그를 설정하는 것은 안전한 방법이 아닙니다. 이 설정은 고객을 위험에 처하게 할 수 있으므로 권장되지 않습니다.

해당 숫자 값은 4입니다.

ProxyCohosting

이 플래그는 클라이언트-서버 통신 경로가 HTTP만을 사용하도록 지정합니다. 통신 경로의 어떤 부분도 SSL을 사용하지 않으며 SPN 검사는 사용됩니다. 프록시를 통해 전송되는 보안 및 비보안 트래픽 모두 성공적으로 인증되어야 하는 경우에만 이 비트를 켜십시오.

참고 이 플래그를 지정할 때는 Proxy 플래그도 지정해야 합니다.


해당 숫자 값은 32입니다.

레지스트리 키:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\extendedProtection\spns

허용되는 값:

<문자열>

데이터 형식:

MULTI_SZ

기본값:

비어 둠

이러한 레지스트리 키를 설정하려면 아래의 프로세스를 따르십시오.

  1. 레지스트리 편집기를 시작합니다. 이렇게 하려면 시작, 실행을 차례로 클릭하고 regedit를 입력한 다음 확인을 클릭합니다.

  2. 다음 레지스트리 하위 키를 찾아서 클릭합니다.


    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\extendedProtection\

  3. tokenChecking, Flagsspns 레지스트리 값이 있는지 확인합니다.



    이러한 레지스트리 값이 없으면 다음 단계에 따라 만드십시오.

    1. 2단계에 나열된 레지스트리 하위 키를 선택한 다음 편집 메뉴에서 새로 만들기를 가리키고 DWORD 값을 클릭합니다.

    2. tokenChecking을 입력한 다음 Enter 키를 누릅니다.

    3. 2단계에 나열된 레지스트리 하위 키를 선택한 다음 편집 메뉴에서 새로 만들기를 가리키고 DWORD 값을 클릭합니다.

    4. flags를 입력한 다음 Enter 키를 누릅니다.

    5. 2단계에 나열된 레지스트리 하위 키를 선택한 다음 편집 메뉴에서 새로 만들기를 가리키고 MULTI_SZ 값을 클릭합니다.

    6. spns를 입력한 다음 Enter 키를 누릅니다.

  4. tokenChecking 레지스트리 값을 클릭하여 선택합니다.

  5. 편집 메뉴에서 수정을 클릭합니다.

  6. 값 데이터 상자에 원하는 값을 입력한 다음 확인을 클릭합니다.

  7. flags 레지스트리 값을 클릭하여 선택합니다.

  8. 값 데이터 상자에 원하는 값을 입력한 다음 확인을 클릭합니다.

  9. spns 레지스트리 값을 클릭하여 선택합니다.

  10. 값 데이터 상자에 적절한 spn을 입력한 다음 확인을 클릭합니다.

  11. 레지스트리 편집기를 종료합니다.

인증에 대한 확장된 보호 기능 및 이 업데이트 설치 시 이 기능을 사용하도록 설정하는 방법에 대한 자세한 내용은 다음 Microsoft 웹 사이트를 참조하십시오.

http://www.microsoft.com/korea/technet/security/advisory/973811.mspxIIS에 대한 자세한 내용은 다음 Microsoft 웹 사이트를 참조하십시오.

http://www.iis.net/확장된 보호가 지정된 Windows 통합 인증

http://msdn.microsoft.com/ko-kr/library/dd639324.aspx서비스 사용자 이름

http://msdn.microsoft.com/ko-kr/library/ms677949(VS.85).aspx

업데이트 정보

Windows Server에 대한 전제 조건 2003

이 업데이트에는 Windows Server 2003 SP2(서비스 팩 2)의 올바른 설치가 필요합니다. 컴퓨터에 SP1(서비스 팩 1) 바이너리를 설치할 수 있는 경우를 제외하고는 SP2를 실행해야 합니다. 이 업데이트를 컴퓨터에 설치하면 IIS 실패가 발생할 수 있습니다. 그럴 경우, 서버는 모든 요청에 "503 서비스 사용할 수 없음"이라는 오류 메시지를 반환합니다. IIS에 대한 SP2 바이너리가 서버에서 올바르게 실행되고 있는지를 확인하려면, 파일 테이블을 참조하여 이곳에 나열된 파일 버전 또는 이전 버전과 버전 번호가 일치하는지 확인하십시오.

File name

File version

File size

Date

Platform

SP requirement

Adrot.dll

6.0.3790.3959

58,880

17-Feb-2007

x86

SP2

Adsiis.dll

6.0.3790.3959

291,328

17-Feb-2007

x86

SP2

Asp.dll

6.0.3790.3959

388,096

17-Feb-2007

x86

SP2

Browscap.dll

6.0.3790.3959

47,104

17-Feb-2007

x86

SP2

Certobj.dll

6.0.3790.3959

82,432

17-Feb-2007

x86

SP2

Coadmin.dll

6.0.3790.3959

64,000

17-Feb-2007

x86

SP2

Controt.dll

6.0.3790.3959

33,792

17-Feb-2007

x86

SP2

Davcdata.exe

6.0.3790.3959

27,136

17-Feb-2007

x86

SP2

Davcprox.dll

6.0.3790.3959

6,656

17-Feb-2007

x86

SP2

Gzip.dll

6.0.3790.3959

25,600

17-Feb-2007

x86

SP2

Httpext.dll

6.0.3790.3959

241,664

17-Feb-2007

x86

SP2

Httpmib.dll

6.0.3790.3959

18,944

17-Feb-2007

x86

SP2

Httpodbc.dll

6.0.3790.3959

48,640

17-Feb-2007

x86

SP2

Iisadmin.dll

6.0.3790.3959

21,504

17-Feb-2007

x86

SP2

Iiscfg.dll

6.0.3790.3959

1,133,056

17-Feb-2007

x86

SP2

Iisclex4.dll

6.0.3790.0

62,976

18-Feb-2007

x86

SP2

Iisext.dll

6.0.3790.3959

82,944

17-Feb-2007

x86

SP2

Iislog.dll

6.0.3790.3959

76,288

17-Feb-2007

x86

SP2

Iisres.dll

6.0.3790.3959

122,880

17-Feb-2007

x86

SP2

Iisrstas.exe

6.0.3790.3959

28,160

17-Feb-2007

x86

SP2

Iisui.dll

6.0.3790.3959

217,088

17-Feb-2007

x86

SP2

Iisuiobj.dll

6.0.3790.3959

68,608

17-Feb-2007

x86

SP2

Iisutil.dll

6.0.3790.3959

167,936

17-Feb-2007

x86

SP2

Iisw3adm.dll

6.0.3790.3959

216,576

17-Feb-2007

x86

SP2

Iiswmi.dll

6.0.3790.3959

194,560

17-Feb-2007

x86

SP2

Inetinfo.exe

6.0.3790.3959

14,336

17-Feb-2007

x86

SP2

Inetmgr.dll

6.0.3790.3959

1,058,304

17-Feb-2007

x86

SP2

Inetmgr.exe

6.0.3790.3959

19,456

17-Feb-2007

x86

SP2

Infocomm.dll

6.0.3790.3959

235,520

17-Feb-2007

x86

SP2

Isapips.dll

6.0.3790.3959

8,192

17-Feb-2007

x86

SP2

Isatq.dll

6.0.3790.3959

52,736

17-Feb-2007

x86

SP2

Iscomlog.dll

6.0.3790.3959

19,456

17-Feb-2007

x86

SP2

Logscrpt.dll

6.0.3790.3959

25,600

17-Feb-2007

x86

SP2

Lonsint.dll

6.0.3790.3959

13,312

17-Feb-2007

x86

SP2

Metadata.dll

6.0.3790.3959

234,496

17-Feb-2007

x86

SP2

Nextlink.dll

6.0.3790.3959

61,440

17-Feb-2007

x86

SP2

Nntpadm.dll

6.0.3790.3959

187,392

17-Feb-2007

x86

SP2

Nntpsnap.dll

6.0.3728.0

2,663,424

17-Feb-2007

x86

SP2

Rpcref.dll

6.0.3790.3959

4,096

17-Feb-2007

x86

SP2

Seo.dll

6.0.3790.3959

219,136

17-Feb-2007

x86

SP2

Smtpadm.dll

6.0.3790.3959

179,200

17-Feb-2007

x86

SP2

Smtpsnap.dll

6.0.3728.0

2,086,400

17-Feb-2007

x86

SP2

Ssinc.dll

6.0.3790.3959

24,064

17-Feb-2007

x86

SP2

Svcext.dll

6.0.3790.3959

44,544

17-Feb-2007

x86

SP2

Uihelper.dll

6.0.3790.3959

114,176

17-Feb-2007

x86

SP2

Urlauth.dll

6.0.3790.3959

15,360

17-Feb-2007

x86

SP2

W3cache.dll

6.0.3790.3959

19,456

17-Feb-2007

x86

SP2

W3comlog.dll

6.0.3790.3959

10,752

17-Feb-2007

x86

SP2

W3core.dll

6.0.3790.3959

349,696

17-Feb-2007

x86

SP2

W3ctrlps.dll

6.0.3790.3959

6,144

17-Feb-2007

x86

SP2

W3ctrs.dll

6.0.3790.3959

24,064

17-Feb-2007

x86

SP2

W3dt.dll

6.0.3790.3959

39,424

17-Feb-2007

x86

SP2

W3ext.dll

6.0.3790.3959

92,672

17-Feb-2007

x86

SP2

W3isapi.dll

6.0.3790.3959

62,464

17-Feb-2007

x86

SP2

W3tp.dll

6.0.3790.3959

13,312

17-Feb-2007

x86

SP2

W3wp.exe

6.0.3790.3959

7,168

17-Feb-2007

x86

SP2

Wam.dll

6.0.3790.3959

23,040

17-Feb-2007

x86

SP2

Wamps.dll

6.0.3790.3959

6,656

17-Feb-2007

x86

SP2

Wamreg.dll

6.0.3790.3959

55,808

17-Feb-2007

x86

SP2

알려진 문제

  • Windows Server 2003

    이 업데이트는 Windows Server 2003 SP2가 실행되는 컴퓨터의 IIS 6 시스템이 SP1 버전의 바이너리를 포함하지 않는지를 추가적으로 확인하도록 하기 위해 2010년 3월 9일에 재출시되었습니다. 이러한 바이너리가 발견되면 이 업데이트는 오류 메시지를 발생하며 종료됩니다. 이 상황을 해결하기 위해서는 컴퓨터에 SP2 업데이트를 다시 적용하고 SP2를 성공적으로 다시 설치한 후에 이 패키지를 설치하십시오.

    2010년 3월 9일 이전에 출시된 이 보안 업데이트의 원본 버전은 IIS 6이 일부 SP1 바이너리를 포함하고 있으며 IIS 응용 프로그램 풀이 시작되지 않을 수 있는 Windows Server 2003 SP2 설치에서 IIS 응용 프로그램 풀이 시작되지 않도록 할 수 있습니다. IIS 서비스가 시작될 때, 시스템 로그는 다음과 같은 오류 메시지를 표시합니다.

    이벤트 ID 1009, 설명: 응용 프로그램 풀 DefaultAppPool에 사용되는 프로세스가 예기치 않게 종료되었습니다. 프로세스 ID는 '1234'입니다.

    이 알려진 문제에 대한 자세한 내용은 다음 문서 번호를 클릭하여 Microsoft 기술 자료 문서를 참조하십시오.

    2009746 KB973917이 설치된 경우 인터넷 정보 서비스 6.0이 올바르게 작동하지 않을 수 있음 (영문) Windows Server 2003 SP2를 새로 설치하지 않은 컴퓨터의 경우, "Windows Server 2003용 필수 구성 요소"를 검토하는 것이 좋습니다.

    2009년 12월 16일부터 자동 업데이트를 사용하는 경우 SP1 및 SP2 바이너리가 둘 다 컴퓨터에 있는 구성에 IIS 설치가 있으면 이 업데이트가 더 이상 제공되지 않습니다. 컴퓨터에서 이 업데이트를 적용할 준비가 되도록 하기 위해 수행해야 하는 다음 단계에 대해서는 Microsoft 기술 자료의 다음 문서를 검토하는 것이 좋습니다.

    2009746 KB973917이 설치된 경우 인터넷 정보 서비스 6.0이 올바르게 작동하지 않을 수 있음 (영문)

  • Windows Server 2003 및 Windows Server 2008

    이 업데이트는 2010년 3월 9일에 재출시되었습니다. 이 재출시 업데이트 버전은 초기 릴리스를 완전히 대신합니다. 새 릴리스를 설치할 경우 초기 릴리스가 제거되고 새 릴리스로 대체됩니다. 이 업데이트의 3월 9일자 릴리스를 제거하면 컴퓨터는 IIS 기능에 대한 확장된 보호가 해제됩니다.

이 업데이트를 구하는 방법

Windows Server 2003

http://www.microsoft.com/download/details.aspx?displaylang=ko&FamilyID=98b55fff-061a-4050-92c4-661177ebfe6d

Itanium 기반 버전의 Windows Server 2003

http://www.microsoft.com/download/details.aspx?FamilyId=8ce32fd8-7efd-467b-a385-09470ffe645c

x64 기반 버전의 Windows Server 2003 및 Windows XP x64 버전

http://www.microsoft.com/download/details.aspx?displaylang=ko&FamilyID=17e771d1-48e7-4ed1-989b-9d794ca91817

Windows Server 2008

http://www.microsoft.com/download/details.aspx?displaylang=ko&FamilyID=eda2f033-22e6-473a-ade9-47304cbed31d

Itanium 기반 버전의 Windows Server 2008

http://www.microsoft.com/download/details.aspx?FamilyId=3c9f9dd4-ac92-41c2-a1a8-7a16348d5988

x64 기반 버전의 Windows Server 2008

http://www.microsoft.com/download/details.aspx?displaylang=ko&FamilyID=1b8cdbb2-1ad6-4ec2-8a2d-25e6f68beef6

Windows Vista

http://www.microsoft.com/download/details.aspx?displaylang=ko&FamilyID=8da340d8-5af5-4aca-8107-ad26674bc315

x64 기반 버전의 Windows Vista

http://www.microsoft.com/download/details.aspx?displaylang=ko&FamilyID=982be99c-646f-41c9-a9cc-8f30a1b1444f

파일 정보

이 소프트웨어 업데이트의 영어(미국) 버전은 다음 표에 나열된 특성을 갖는 파일을 설치합니다. 이 파일의 날짜와 시간은 UTC(협정 세계시)로 나열되며 이러한 파일의 날짜와 시간은 로컬 컴퓨터에서 현재의 DST(일광 절약 시간) 설정이 적용된 상태로 현지 시간으로 표시됩니다. 또한 이러한 날짜와 시간은 파일에 대해 특정 작업을 수행할 경우 변경될 수 있습니다.

Windows XP 및 Windows Server 2003 파일 정보

  • 특정 중요 시점(RTM, SPn) 및 서비스 분기(QFE, GDR)에 적용되는 파일은 "SP 요구 사항" 및 "서비스 분기" 열에 명시되어 있습니다.

  • GDR 서비스 분기에는 광범위하게 퍼져 있는 중요한 문제를 해결하기 위해 널리 배포되는 픽스만 포함되어 있습니다. QFE 서비스 분기는 광범위하게 출시된 수정 외에 핫픽스도 포함합니다.

  • 이 소프트웨어 업데이트는 이러한 표에 나열된 파일 외에 Microsoft 디지털 서명으로 서명된 관련 보안 카탈로그 파일(KB번호.cat)을 설치합니다.

지원되는 모든 x64 기반 버전의 Windows Server 2003 및 Windows XP Professional x64

File name

File version

File size

Date

Time

Platform

SP requirement

Service branch

Http.sys

5.2.3790.4616

562,176

18-Feb-2010

19:57

x64

SP2

SP2GDR

Httpapi.dll

5.2.3790.4616

37,376

18-Feb-2010

19:57

x64

SP2

SP2GDR

Strmfilt.dll

6.0.3790.4647

134,656

18-Feb-2010

19:57

x64

SP2

SP2GDR

W3core.dll

6.0.3790.4667

547,328

18-Feb-2010

19:57

x64

SP2

SP2GDR

W3dt.dll

6.0.3790.4667

58,880

18-Feb-2010

19:57

x64

SP2

SP2GDR

W3isapi.dll

6.0.3790.4667

84,992

18-Feb-2010

19:57

x64

SP2

SP2GDR

Whttpapi.dll

5.2.3790.4616

25,088

18-Feb-2010

19:57

x86

SP2

SP2GDR\WOW

Wstrmfilt.dll

6.0.3790.4647

86,528

18-Feb-2010

19:57

x86

SP2

SP2GDR\WOW

Ww3core.dll

6.0.3790.4667

350,720

18-Feb-2010

19:57

x86

SP2

SP2GDR\WOW

Ww3dt.dll

6.0.3790.4667

39,424

18-Feb-2010

19:57

x86

SP2

SP2GDR\WOW

Ww3isapi.dll

6.0.3790.4667

62,976

18-Feb-2010

19:57

x86

SP2

SP2GDR\WOW

Http.sys

5.2.3790.4616

567,808

18-Feb-2010

19:53

x64

SP2

SP2QFE

Httpapi.dll

5.2.3790.4616

37,376

18-Feb-2010

19:53

x64

SP2

SP2QFE

Strmfilt.dll

6.0.3790.4647

134,656

18-Feb-2010

19:53

x64

SP2

SP2QFE

W3core.dll

6.0.3790.4667

547,328

18-Feb-2010

19:53

x64

SP2

SP2QFE

W3dt.dll

6.0.3790.4667

58,880

18-Feb-2010

19:53

x64

SP2

SP2QFE

W3isapi.dll

6.0.3790.4667

84,992

18-Feb-2010

19:53

x64

SP2

SP2QFE

Whttpapi.dll

5.2.3790.4616

25,088

18-Feb-2010

19:53

x86

SP2

SP2QFE\WOW

Wstrmfilt.dll

6.0.3790.4647

86,528

18-Feb-2010

19:53

x86

SP2

SP2QFE\WOW

Ww3core.dll

6.0.3790.4667

351,232

18-Feb-2010

19:53

x86

SP2

SP2QFE\WOW

Ww3dt.dll

6.0.3790.4667

39,424

18-Feb-2010

19:53

x86

SP2

SP2QFE\WOW

Ww3isapi.dll

6.0.3790.4667

62,976

18-Feb-2010

19:53

x86

SP2

SP2QFE\WOW

지원되는 모든 x86 기반 버전의 Windows Server 2003

File name

File version

File size

Date

Time

Platform

SP requirement

Service branch

Http.sys

5.2.3790.4616

292,864

06-Nov-2009

12:54

x86

SP2

SP2GDR

Httpapi.dll

5.2.3790.4616

25,088

11-Nov-2009

05:09

x86

SP2

SP2GDR

Strmfilt.dll

6.0.3790.4647

86,528

11-Jan-2010

10:23

x86

SP2

SP2GDR

W3core.dll

6.0.3790.4667

350,720

18-Feb-2010

05:31

x86

SP2

SP2GDR

W3dt.dll

6.0.3790.4667

39,424

18-Feb-2010

05:31

x86

SP2

SP2GDR

W3isapi.dll

6.0.3790.4667

62,976

18-Feb-2010

05:31

x86

SP2

SP2GDR

Http.sys

5.2.3790.4616

294,912

06-Nov-2009

11:46

x86

SP2

SP2QFE

Httpapi.dll

5.2.3790.4616

25,088

11-Nov-2009

05:51

x86

SP2

SP2QFE

Strmfilt.dll

6.0.3790.4647

86,528

11-Jan-2010

09:36

x86

SP2

SP2QFE

W3core.dll

6.0.3790.4667

351,232

18-Feb-2010

05:50

x86

SP2

SP2QFE

W3dt.dll

6.0.3790.4667

39,424

18-Feb-2010

05:50

x86

SP2

SP2QFE

W3isapi.dll

6.0.3790.4667

62,976

18-Feb-2010

05:50

x86

SP2

SP2QFE

지원되는 모든 IA-64 기반 버전의 Windows Server 2003

File name

File version

File size

Date

Time

Platform

SP requirement

Service branch

Http.sys

5.2.3790.4616

806,912

18-Feb-2010

19:57

IA-64

SP2

SP2GDR

Httpapi.dll

5.2.3790.4616

69,632

18-Feb-2010

19:57

IA-64

SP2

SP2GDR

Strmfilt.dll

6.0.3790.4647

254,976

18-Feb-2010

19:57

IA-64

SP2

SP2GDR

W3core.dll

6.0.3790.4667

1,066,496

18-Feb-2010

19:57

IA-64

SP2

SP2GDR

W3dt.dll

6.0.3790.4667

87,040

18-Feb-2010

19:57

IA-64

SP2

SP2GDR

W3isapi.dll

6.0.3790.4667

121,856

18-Feb-2010

19:57

IA-64

SP2

SP2GDR

Whttpapi.dll

5.2.3790.4616

25,088

18-Feb-2010

19:57

x86

SP2

SP2GDR\WOW

Wstrmfilt.dll

6.0.3790.4647

86,528

18-Feb-2010

19:57

x86

SP2

SP2GDR\WOW

Ww3core.dll

6.0.3790.4667

350,720

18-Feb-2010

19:57

x86

SP2

SP2GDR\WOW

Ww3dt.dll

6.0.3790.4667

39,424

18-Feb-2010

19:57

x86

SP2

SP2GDR\WOW

Ww3isapi.dll

6.0.3790.4667

62,976

18-Feb-2010

19:57

x86

SP2

SP2GDR\WOW

Http.sys

5.2.3790.4616

815,104

18-Feb-2010

19:51

IA-64

SP2

SP2QFE

Httpapi.dll

5.2.3790.4616

69,632

18-Feb-2010

19:51

IA-64

SP2

SP2QFE

Strmfilt.dll

6.0.3790.4647

254,976

18-Feb-2010

19:51

IA-64

SP2

SP2QFE

W3core.dll

6.0.3790.4667

1,067,008

18-Feb-2010

19:51

IA-64

SP2

SP2QFE

W3dt.dll

6.0.3790.4667

87,040

18-Feb-2010

19:51

IA-64

SP2

SP2QFE

W3isapi.dll

6.0.3790.4667

121,856

18-Feb-2010

19:51

IA-64

SP2

SP2QFE

Whttpapi.dll

5.2.3790.4616

25,088

18-Feb-2010

19:51

x86

SP2

SP2QFE\WOW

Wstrmfilt.dll

6.0.3790.4647

86,528

18-Feb-2010

19:51

x86

SP2

SP2QFE\WOW

Ww3core.dll

6.0.3790.4667

351,232

18-Feb-2010

19:51

x86

SP2

SP2QFE\WOW

Ww3dt.dll

6.0.3790.4667

39,424

18-Feb-2010

19:51

x86

SP2

SP2QFE\WOW

Ww3isapi.dll

6.0.3790.4667

62,976

18-Feb-2010

19:51

x86

SP2

SP2QFE\WOW

Windows Vista 및 Windows Server 2008 파일 정보

  • 특정 제품, 중요 시점(RTM, SPn) 및 서비스 분기(LDR, GDR)에 적용되는 파일은 다음 표에 나오는 것처럼 파일 버전 번호를 검토하여 확인할 수 있습니다.

    버전

    제품

    중요 시점

    서비스 분기

    6.0.6000.16xxx

    Windows Vista

    RTM

    GDR

    6.0.6000.20xxx

    Windows Vista

    RTM

    LDR

    6.0.6001.18xxx

    Windows Vista SP1 및 Windows Server 2008 SP1

    SP1

    GDR

    6.0.6001.22xxx

    Windows Vista SP1 및 Windows Server 2008 SP1

    SP1

    LDR

    6.0.6002.18xxx

    Windows Vista SP2 및 Windows Server 2008 SP2

    SP2

    GDR

    6.0.6002.22xxx

    Windows Vista SP2 및 Windows Server 2008 SP2

    SP2

    LDR

  • 서비스 팩 1은 해당 Windows Server 2008 릴리스 버전에 통합되므로 RTM 중요 시점 파일은 Windows Vista에만 적용됩니다. RTM 중요 시점 파일의 버전 번호는 6.0.0000.xxxxxx입니다.

  • GDR 서비스 분기에는 광범위하게 퍼져 있는 중요한 문제를 해결하기 위해 널리 배포되는 픽스만 포함되어 있습니다. LDR 서비스 분기에는 널리 배포되는 픽스 외에 핫픽스도 포함되어 있습니다.

  • 각 환경에 대해 설치된 MANIFEST 파일(.manifest) 및 MUM 파일(.mum)은 별도로 나열됩니다. MUM 및 MANIFEST 파일과 관련 보안 카탈로그(.cat) 파일은 업데이트된 구성 요소의 상태를 유지 관리하는 데 중요합니다. 보안 카탈로그 파일(특성은 나열되지 않음)은 Microsoft 디지털 서명으로 서명됩니다.

지원되는 모든 x86 기반 Windows Vista 및 Windows Server 2008 버전

File name

File version

File size

Date

Time

Platform

Httpapi.dll

6.0.6000.17022

31,232

20-Feb-2010

23:51

x86

Httpapi.dll

6.0.6000.21227

31,232

20-Feb-2010

23:31

x86

Httpapi.dll

6.0.6001.18428

31,232

20-Feb-2010

23:37

x86

Httpapi.dll

6.0.6001.22638

31,232

20-Feb-2010

23:29

x86

Httpapi.dll

6.0.6002.18210

30,720

20-Feb-2010

23:05

x86

Httpapi.dll

6.0.6002.22343

30,720

20-Feb-2010

23:08

x86

Http.sys

6.0.6000.17022

396,800

20-Feb-2010

21:30

x86

Http.sys

6.0.6000.21227

398,848

20-Feb-2010

21:16

x86

Http.sys

6.0.6001.18428

411,136

20-Feb-2010

21:18

x86

Http.sys

6.0.6001.22638

411,136

20-Feb-2010

21:20

x86

Http.sys

6.0.6002.18210

411,648

20-Feb-2010

20:53

x86

Http.sys

6.0.6002.22343

411,648

20-Feb-2010

21:06

x86

Authsspi.dll

7.0.6000.17022

36,352

20-Feb-2010

23:50

x86

Authsspi.dll

7.0.6000.21227

36,352

20-Feb-2010

23:30

x86

Authsspi.dll

7.0.6001.18428

43,520

20-Feb-2010

23:35

x86

Authsspi.dll

7.0.6001.22638

43,520

20-Feb-2010

23:27

x86

Authsspi.dll

7.0.6002.18210

43,520

20-Feb-2010

23:04

x86

Authsspi.dll

7.0.6002.22343

43,520

20-Feb-2010

23:07

x86

Hwebcore.dll

7.0.6000.17022

12,288

20-Feb-2010

23:51

x86

Iiscore.dll

7.0.6000.17022

164,864

20-Feb-2010

23:52

x86

Iisstart.htm

Not Applicable

689

01-Apr-2009

16:01

Not Applicable

W3dt.dll

7.0.6000.17022

23,552

20-Feb-2010

23:55

x86

Welcome.png

Not Applicable

184,946

01-Apr-2009

16:01

Not Applicable

Hwebcore.dll

7.0.6000.21227

12,288

20-Feb-2010

23:31

x86

Iiscore.dll

7.0.6000.21227

164,864

20-Feb-2010

23:31

x86

Iisstart.htm

Not Applicable

689

01-Apr-2009

16:01

Not Applicable

W3dt.dll

7.0.6000.21227

23,552

20-Feb-2010

23:36

x86

Welcome.png

Not Applicable

184,946

01-Apr-2009

16:01

Not Applicable

Hwebcore.dll

7.0.6001.18359

12,800

09-Nov-2009

13:20

x86

Iiscore.dll

7.0.6001.18428

189,952

20-Feb-2010

23:37

x86

Iisstart.htm

Not Applicable

689

27-Mar-2009

08:27

Not Applicable

W3dt.dll

7.0.6001.18428

23,552

20-Feb-2010

23:40

x86

Welcome.png

Not Applicable

184,946

27-Mar-2009

08:27

Not Applicable

Hwebcore.dll

7.0.6001.22638

12,800

20-Feb-2010

23:29

x86

Iiscore.dll

7.0.6001.22638

190,976

20-Feb-2010

23:29

x86

Iisstart.htm

Not Applicable

689

01-Apr-2009

18:56

Not Applicable

W3dt.dll

7.0.6001.22638

23,552

20-Feb-2010

23:31

x86

Welcome.png

Not Applicable

184,946

01-Apr-2009

18:56

Not Applicable

Hwebcore.dll

7.0.6002.18139

12,800

09-Nov-2009

12:30

x86

Iiscore.dll

7.0.6002.18210

190,976

20-Feb-2010

23:05

x86

Iisstart.htm

Not Applicable

689

03-Apr-2009

20:42

Not Applicable

W3dt.dll

7.0.6002.18210

23,552

20-Feb-2010

23:07

x86

Welcome.png

Not Applicable

184,946

03-Apr-2009

20:42

Not Applicable

Hwebcore.dll

7.0.6002.22343

12,800

20-Feb-2010

23:08

x86

Iiscore.dll

7.0.6002.22343

190,976

20-Feb-2010

23:08

x86

Iisstart.htm

Not Applicable

689

03-Apr-2009

20:49

Not Applicable

W3dt.dll

7.0.6002.22343

23,552

20-Feb-2010

23:12

x86

Welcome.png

Not Applicable

184,946

03-Apr-2009

20:49

Not Applicable

Isapi.dll

7.0.6000.17022

107,008

20-Feb-2010

23:52

x86

Isapi.dll

7.0.6000.21227

107,008

20-Feb-2010

23:32

x86

Isapi.dll

7.0.6001.18428

107,008

20-Feb-2010

23:37

x86

Isapi.dll

7.0.6001.22638

107,008

20-Feb-2010

23:29

x86

Isapi.dll

7.0.6002.18210

107,008

20-Feb-2010

23:05

x86

Isapi.dll

7.0.6002.22343

107,008

20-Feb-2010

23:08

x86

Admwprox.dll

7.0.6000.17022

51,200

20-Feb-2010

23:50

x86

Appcmd.exe

7.0.6000.17022

150,528

20-Feb-2010

21:47

x86

Appcmd.xml

Not Applicable

3,655

01-Apr-2009

15:58

Not Applicable

Applicationhost.config

Not Applicable

7,685

01-Apr-2009

15:58

Not Applicable

Appobj.dll

7.0.6000.17022

297,472

20-Feb-2010

23:50

x86

Aspnetca.exe

7.0.6000.17022

178,176

20-Feb-2010

21:47

x86

Aspnet_schema.xml

Not Applicable

38,890

01-Apr-2009

15:58

Not Applicable

Fx_schema.xml

Not Applicable

27,014

01-Apr-2009

15:58

Not Applicable

Iismig.dll

7.0.6000.17022

128,512

20-Feb-2010

23:55

x86

Iisreg.dll

7.0.6000.17022

89,088

20-Feb-2010

23:52

x86

Iisres.dll

7.0.6000.17022

183,808

20-Feb-2010

20:30

x86

Iisreset.exe

7.0.6000.17022

14,848

20-Feb-2010

21:46

x86

Iisrstap.dll

7.0.6000.17022

8,192

20-Feb-2010

23:52

x86

Iisrstas.exe

7.0.6000.17022

30,720

20-Feb-2010

21:46

x86

Iisrtl.dll

7.0.6000.17022

148,480

20-Feb-2010

23:52

x86

Iissetup.exe

7.0.6000.17022

195,072

20-Feb-2010

21:47

x86

Iissyspr.dll

7.0.6000.17022

31,232

20-Feb-2010

23:52

x86

Iisutil.dll

7.0.6000.17022

189,952

20-Feb-2010

23:52

x86

Iis_schema.xml

Not Applicable

67,868

21-Jul-2009

09:12

Not Applicable

Nativerd.dll

7.0.6000.17022

236,032

20-Feb-2010

23:54

x86

Rsca.dll

7.0.6000.17022

26,624

20-Feb-2010

23:55

x86

W3ctrlps.dll

7.0.6000.17022

9,216

20-Feb-2010

23:55

x86

Wamregps.dll

7.0.6000.17022

10,752

20-Feb-2010

23:55

x86

Admwprox.dll

7.0.6000.21227

51,200

20-Feb-2010

23:30

x86

Appcmd.exe

7.0.6000.21227

150,528

20-Feb-2010

21:31

x86

Appcmd.xml

Not Applicable

3,654

01-Apr-2009

15:58

Not Applicable

Applicationhost.config

Not Applicable

7,685

01-Apr-2009

15:58

Not Applicable

Appobj.dll

7.0.6000.21227

297,472

20-Feb-2010

23:30

x86

Aspnetca.exe

7.0.6000.21227

178,176

20-Feb-2010

21:31

x86

Aspnet_schema.xml

Not Applicable

38,890

01-Apr-2009

15:58

Not Applicable

Fx_schema.xml

Not Applicable

27,014

01-Apr-2009

15:58

Not Applicable

Iismig.dll

7.0.6000.21227

128,512

20-Feb-2010

23:35

x86

Iisreg.dll

7.0.6000.21227

89,088

20-Feb-2010

23:31

x86

Iisres.dll

7.0.6000.21227

183,808

20-Feb-2010

20:21

x86

Iisreset.exe

7.0.6000.21227

14,848

20-Feb-2010

21:31

x86

Iisrstap.dll

7.0.6000.21227

8,192

20-Feb-2010

23:31

x86

Iisrstas.exe

7.0.6000.21227

30,720

20-Feb-2010

21:31

x86

Iisrtl.dll

7.0.6000.21227

148,480

20-Feb-2010

23:31

x86

Iissetup.exe

7.0.6000.21227

195,072

20-Feb-2010

21:31

x86

Iissyspr.dll

7.0.6000.21227

31,232

20-Feb-2010

23:31

x86

Iisutil.dll

7.0.6000.21227

189,952

20-Feb-2010

23:31

x86

Iis_schema.xml

Not Applicable

67,868

21-Jul-2009

09:12

Not Applicable

Nativerd.dll

7.0.6000.21227

236,032

20-Feb-2010

23:34

x86

Rsca.dll

7.0.6000.21227

26,624

20-Feb-2010

23:35

x86

W3ctrlps.dll

7.0.6000.21227

9,216

20-Feb-2010

23:35

x86

Wamregps.dll

7.0.6000.21227

10,752

20-Feb-2010

23:36

x86

Admwprox.dll

7.0.6001.18359

51,712

09-Nov-2009

13:18

x86

Ahadmin.dll

7.0.6001.18359

27,136

09-Nov-2009

13:18

x86

Appcmd.exe

7.0.6001.18359

154,112

09-Nov-2009

11:21

x86

Appcmd.xml

Not Applicable

3,654

27-Mar-2009

08:24

Not Applicable

Applicationhost.config

Not Applicable

7,989

27-Mar-2009

08:24

Not Applicable

Appobj.dll

7.0.6001.18359

311,296

09-Nov-2009

13:18

x86

Aspnetca.exe

7.0.6001.18359

182,784

09-Nov-2009

11:22

x86

Aspnet_schema.xml

Not Applicable

38,786

27-Mar-2009

08:24

Not Applicable

Fx_schema.xml

Not Applicable

26,971

27-Mar-2009

08:24

Not Applicable

Iismig.dll

7.0.6001.18359

209,408

09-Nov-2009

13:23

x86

Iisreg.dll

7.0.6001.18359

89,088

09-Nov-2009

13:20

x86

Iisres.dll

7.0.6001.18359

193,024

09-Nov-2009

11:21

x86

Iisreset.exe

7.0.6001.18359

14,848

09-Nov-2009

11:21

x86

Iisrstap.dll

7.0.6001.18359

8,192

09-Nov-2009

13:20

x86

Iisrstas.exe

7.0.6001.18359

31,232

09-Nov-2009

11:21

x86

Iisrtl.dll

7.0.6001.18359

153,600

09-Nov-2009

13:20

x86

Iissetup.exe

7.0.6001.18359

228,864

09-Nov-2009

11:22

x86

Iissyspr.dll

7.0.6001.18359

59,392

09-Nov-2009

13:20

x86

Iisutil.dll

7.0.6001.18359

202,752

09-Nov-2009

13:20

x86

Iis_schema.xml

Not Applicable

76,318

11-Jul-2009

14:24

Not Applicable

Nativerd.dll

7.0.6001.18359

326,656

09-Nov-2009

13:22

x86

Redirection.config

Not Applicable

490

27-Mar-2009

08:24

Not Applicable

Rsca.dll

7.0.6001.18359

26,624

09-Nov-2009

13:23

x86

Rscaext.dll

6.0.6001.18359

38,912

09-Nov-2009

13:23

x86

Rscaext.xml

Not Applicable

8,363

27-Mar-2009

08:24

Not Applicable

W3ctrlps.dll

7.0.6001.18359

9,216

09-Nov-2009

13:23

x86

Wamregps.dll

7.0.6001.18359

10,752

09-Nov-2009

13:23

x86

Admwprox.dll

7.0.6001.22638

51,712

20-Feb-2010

23:26

x86

Ahadmin.dll

7.0.6001.22638

27,136

20-Feb-2010

23:26

x86

Appcmd.exe

7.0.6001.22638

154,112

20-Feb-2010

21:35

x86

Appcmd.xml

Not Applicable

3,654

01-Apr-2009

18:54

Not Applicable

Applicationhost.config

Not Applicable

7,989

01-Apr-2009

18:54

Not Applicable

Appobj.dll

7.0.6001.22638

311,808

20-Feb-2010

23:26

x86

Aspnetca.exe

7.0.6001.22638

182,784

20-Feb-2010

21:35

x86

Aspnet_schema.xml

Not Applicable

38,786

01-Apr-2009

18:55

Not Applicable

Fx_schema.xml

Not Applicable

26,943

08-May-2009

08:10

Not Applicable

Iismig.dll

7.0.6001.22638

209,408

20-Feb-2010

23:31

x86

Iisreg.dll

7.0.6001.22638

89,088

20-Feb-2010

23:29

x86

Iisres.dll

7.0.6001.22638

193,024

20-Feb-2010

21:35

x86

Iisreset.exe

7.0.6001.22638

14,848

20-Feb-2010

21:35

x86

Iisrstap.dll

7.0.6001.22638

8,192

20-Feb-2010

23:29

x86

Iisrstas.exe

7.0.6001.22638

31,232

20-Feb-2010

21:35

x86

Iisrtl.dll

7.0.6001.22638

153,600

20-Feb-2010

23:29

x86

Iissetup.exe

7.0.6001.22638

228,864

20-Feb-2010

21:35

x86

Iissyspr.dll

7.0.6001.22638

59,392

20-Feb-2010

23:29

x86

Iisutil.dll

7.0.6001.22638

202,752

20-Feb-2010

23:29

x86

Iis_schema.xml

Not Applicable

79,213

20-Feb-2010

18:09

Not Applicable

Nativerd.dll

7.0.6001.22638

331,776

20-Feb-2010

23:30

x86

Redirection.config

Not Applicable

490

01-Apr-2009

18:55

Not Applicable

Rsca.dll

7.0.6001.22638

26,624

20-Feb-2010

23:31

x86

Rscaext.dll

6.0.6001.22638

38,912

20-Feb-2010

23:31

x86

Rscaext.xml

Not Applicable

8,363

01-Apr-2009

18:55

Not Applicable

W3ctrlps.dll

7.0.6001.22638

9,216

20-Feb-2010

23:31

x86

Wamregps.dll

7.0.6001.22638

10,752

20-Feb-2010

23:31

x86

Admwprox.dll

7.0.6002.18139

51,712

09-Nov-2009

12:28

x86

Ahadmin.dll

7.0.6002.18139

27,136

09-Nov-2009

12:28

x86

Appcmd.exe

7.0.6002.18139

154,112

09-Nov-2009

10:48

x86

Appcmd.xml

Not Applicable

3,654

03-Apr-2009

20:37

Not Applicable

Applicationhost.config

Not Applicable

7,990

03-Apr-2009

20:37

Not Applicable

Appobj.dll

7.0.6002.18139

311,808

09-Nov-2009

12:28

x86

Aspnetca.exe

7.0.6002.18139

182,784

09-Nov-2009

10:49

x86

Aspnet_schema.xml

Not Applicable

38,786

03-Apr-2009

20:38

Not Applicable

Fx_schema.xml

Not Applicable

27,145

03-Apr-2009

20:38

Not Applicable

Iismig.dll

7.0.6002.18139

209,408

09-Nov-2009

12:32

x86

Iisreg.dll

7.0.6002.18139

89,088

09-Nov-2009

12:30

x86

Iisres.dll

7.0.6002.18139

193,024

09-Nov-2009

10:48

x86

Iisreset.exe

7.0.6002.18139

14,848

09-Nov-2009

10:48

x86

Iisrstap.dll

7.0.6002.18139

8,192

09-Nov-2009

12:30

x86

Iisrstas.exe

7.0.6002.18139

31,232

09-Nov-2009

10:48

x86

Iisrtl.dll

7.0.6002.18139

153,600

09-Nov-2009

12:30

x86

Iissetup.exe

7.0.6002.18139

228,864

09-Nov-2009

10:49

x86

Iissyspr.dll

7.0.6002.18139

59,392

09-Nov-2009

12:30

x86

Iisutil.dll

7.0.6002.18139

202,752

09-Nov-2009

12:30

x86

Iis_schema.xml

Not Applicable

79,078

10-Jul-2009

07:03

Not Applicable

Nativerd.dll

7.0.6002.18139

331,264

09-Nov-2009

12:31

x86

Redirection.config

Not Applicable

490

03-Apr-2009

20:38

Not Applicable

Rsca.dll

7.0.6002.18139

26,624

09-Nov-2009

12:32

x86

Rscaext.dll

6.0.6002.18139

38,912

09-Nov-2009

12:32

x86

Rscaext.xml

Not Applicable

8,363

03-Apr-2009

20:38

Not Applicable

W3ctrlps.dll

7.0.6002.18139

9,216

09-Nov-2009

12:32

x86

Wamregps.dll

7.0.6002.18139

10,752

09-Nov-2009

12:32

x86

Admwprox.dll

7.0.6002.22343

51,712

20-Feb-2010

23:06

x86

Ahadmin.dll

7.0.6002.22343

27,136

20-Feb-2010

23:07

x86

Appcmd.exe

7.0.6002.22343

154,112

20-Feb-2010

21:22

x86

Appcmd.xml

Not Applicable

3,654

03-Apr-2009

20:43

Not Applicable

Applicationhost.config

Not Applicable

7,990

03-Apr-2009

20:43

Not Applicable

Appobj.dll

7.0.6002.22343

311,808

20-Feb-2010

23:07

x86

Aspnetca.exe

7.0.6002.22343

182,784

20-Feb-2010

21:22

x86

Aspnet_schema.xml

Not Applicable

38,809

09-Feb-2010

09:17

Not Applicable

Fx_schema.xml

Not Applicable

27,105

09-Feb-2010

09:17

Not Applicable

Iismig.dll

7.0.6002.22343

209,408

20-Feb-2010

23:11

x86

Iisreg.dll

7.0.6002.22343

89,088

20-Feb-2010

23:08

x86

Iisres.dll

7.0.6002.22343

193,024

20-Feb-2010

21:22

x86

Iisreset.exe

7.0.6002.22343

14,848

20-Feb-2010

21:21

x86

Iisrstap.dll

7.0.6002.22343

8,192

20-Feb-2010

23:08

x86

Iisrstas.exe

7.0.6002.22343

31,232

20-Feb-2010

21:21

x86

Iisrtl.dll

7.0.6002.22343

153,600

20-Feb-2010

23:08

x86

Iissetup.exe

7.0.6002.22343

228,864

20-Feb-2010

21:22

x86

Iissyspr.dll

7.0.6002.22343

59,392

20-Feb-2010

23:08

x86

Iisutil.dll

7.0.6002.22343

202,752

20-Feb-2010

23:08

x86

Iis_schema.xml

Not Applicable

79,610

20-Feb-2010

18:12

Not Applicable

Nativerd.dll

7.0.6002.22343

333,312

20-Feb-2010

23:10

x86

Redirection.config

Not Applicable

490

03-Apr-2009

20:45

Not Applicable

Rsca.dll

7.0.6002.22343

26,624

20-Feb-2010

23:11

x86

Rscaext.dll

6.0.6002.22343

38,912

20-Feb-2010

23:11

x86

Rscaext.xml

Not Applicable

8,363

03-Apr-2009

20:45

Not Applicable

W3ctrlps.dll

7.0.6002.22343

9,216

20-Feb-2010

23:12

x86

Wamregps.dll

7.0.6002.22343

10,752

20-Feb-2010

23:12

x86

Nshhttp.dll

6.0.6000.17022

24,064

20-Feb-2010

23:54

x86

Nshhttp.dll

6.0.6000.21227

24,064

20-Feb-2010

23:35

x86

Nshhttp.dll

6.0.6001.18428

24,064

20-Feb-2010

23:39

x86

Nshhttp.dll

6.0.6001.22638

24,064

20-Feb-2010

23:31

x86

Nshhttp.dll

6.0.6002.18210

24,064

20-Feb-2010

23:06

x86

Nshhttp.dll

6.0.6002.22343

24,064

20-Feb-2010

23:10

x86

Iisw3adm.dll

7.0.6000.17022

322,560

20-Feb-2010

23:52

x86

W3tp.dll

7.0.6000.17022

15,360

20-Feb-2010

23:55

x86

W3wphost.dll

7.0.6000.17022

39,424

20-Feb-2010

23:55

x86

Wbhstipm.dll

7.0.6000.17022

25,088

20-Feb-2010

23:55

x86

Wbhst_pm.dll

7.0.6000.17022

22,016

20-Feb-2010

23:55

x86

Iisw3adm.dll

7.0.6000.21227

322,560

20-Feb-2010

23:31

x86

W3tp.dll

7.0.6000.21227

15,360

20-Feb-2010

23:36

x86

W3wphost.dll

7.0.6000.21227

39,424

20-Feb-2010

23:36

x86

Wbhstipm.dll

7.0.6000.21227

25,088

20-Feb-2010

23:36

x86

Wbhst_pm.dll

7.0.6000.21227

22,016

20-Feb-2010

23:36

x86

Iisw3adm.dll

7.0.6001.18428

371,712

20-Feb-2010

23:37

x86

W3tp.dll

7.0.6001.18359

15,872

09-Nov-2009

13:23

x86

W3wphost.dll

7.0.6001.18359

46,592

09-Nov-2009

13:23

x86

Wbhstipm.dll

7.0.6001.18359

24,064

09-Nov-2009

13:23

x86

Wbhst_pm.dll

7.0.6001.18359

22,528

09-Nov-2009

13:23

x86

Iisw3adm.dll

7.0.6001.22638

371,712

20-Feb-2010

23:29

x86

W3tp.dll

7.0.6001.22638

15,872

20-Feb-2010

23:31

x86

W3wphost.dll

7.0.6001.22638

46,592

20-Feb-2010

23:31

x86

Wbhstipm.dll

7.0.6001.22638

24,064

20-Feb-2010

23:31

x86

Wbhst_pm.dll

7.0.6001.22638

22,528

20-Feb-2010

23:31

x86

Iisw3adm.dll

7.0.6002.18210

373,760

20-Feb-2010

23:05

x86

W3tp.dll

7.0.6002.18139

15,872

09-Nov-2009

12:32

x86

W3wphost.dll

7.0.6002.18139

47,616

09-Nov-2009

12:32

x86

Wbhstipm.dll

7.0.6002.18139

24,064

09-Nov-2009

12:32

x86

Wbhst_pm.dll

7.0.6002.18139

22,528

09-Nov-2009

12:32

x86

Iisw3adm.dll

7.0.6002.22343

374,272

20-Feb-2010

23:08

x86

W3tp.dll

7.0.6002.22343

15,872

20-Feb-2010

23:12

x86

W3wphost.dll

7.0.6002.22343

48,128

20-Feb-2010

23:12

x86

Wbhstipm.dll

7.0.6002.22343

24,064

20-Feb-2010

23:12

x86

Wbhst_pm.dll

7.0.6002.22343

22,528

20-Feb-2010

23:12

x86

지원되는 모든 x64 기반 버전의 Windows Vista 및 Windows Server 2008

File name

File version

File size

Date

Time

Platform

Httpapi.dll

6.0.6000.17022

33,792

21-Feb-2010

00:02

x64

Httpapi.dll

6.0.6000.21227

33,792

21-Feb-2010

05:45

x64

Httpapi.dll

6.0.6001.18428

33,792

20-Feb-2010

23:42

x64

Httpapi.dll

6.0.6001.22638

33,792

21-Feb-2010

00:05

x64

Httpapi.dll

6.0.6002.18210

33,792

20-Feb-2010

23:14

x64

Httpapi.dll

6.0.6002.22343

33,792

20-Feb-2010

23:10

x64

Http.sys

6.0.6000.17022

604,160

20-Feb-2010

21:50

x64

Http.sys

6.0.6000.21227

603,648

20-Feb-2010

21:49

x64

Http.sys

6.0.6001.18428

610,304

20-Feb-2010

21:40

x64

Http.sys

6.0.6001.22638

609,792

20-Feb-2010

21:46

x64

Http.sys

6.0.6002.18210

620,032

20-Feb-2010

21:30

x64

Http.sys

6.0.6002.22343

620,032

20-Feb-2010

21:20

x64

Authsspi.dll

7.0.6000.17022

42,496

20-Feb-2010

23:59

x64

Authsspi.dll

7.0.6000.21227

42,496

21-Feb-2010

05:42

x64

Authsspi.dll

7.0.6001.18428

49,152

20-Feb-2010

23:40

x64

Authsspi.dll

7.0.6001.22638

49,152

21-Feb-2010

00:03

x64

Authsspi.dll

7.0.6002.18210

49,152

20-Feb-2010

23:12

x64

Authsspi.dll

7.0.6002.22343

49,152

20-Feb-2010

23:08

x64

Hwebcore.dll

7.0.6000.17022

14,336

21-Feb-2010

00:02

x64

Iiscore.dll

7.0.6000.17022

269,312

21-Feb-2010

00:02

x64

Iisstart.htm

Not Applicable

689

02-Apr-2009

19:28

Not Applicable

W3dt.dll

7.0.6000.17022

32,256

21-Feb-2010

00:06

x64

Welcome.png

Not Applicable

184,946

02-Apr-2009

19:28

Not Applicable

Hwebcore.dll

7.0.6000.21227

14,336

21-Feb-2010

05:45

x64

Iiscore.dll

7.0.6000.21227

269,312

21-Feb-2010

05:45

x64

Iisstart.htm

Not Applicable

689

01-Apr-2009

16:02

Not Applicable

W3dt.dll

7.0.6000.21227

32,256

21-Feb-2010

05:50

x64

Welcome.png

Not Applicable

184,946

01-Apr-2009

16:02

Not Applicable

Hwebcore.dll

7.0.6001.18359

15,360

09-Nov-2009

13:44

x64

Iiscore.dll

7.0.6001.18428

296,448

20-Feb-2010

23:42

x64

Iisstart.htm

Not Applicable

689

24-Mar-2009

09:05

Not Applicable

W3dt.dll

7.0.6001.18428

31,744

20-Feb-2010

23:46

x64

Welcome.png

Not Applicable

184,946

24-Mar-2009

09:05

Not Applicable

Hwebcore.dll

7.0.6001.22638

15,360

21-Feb-2010

00:05

x64

Iiscore.dll

7.0.6001.22638

290,304

21-Feb-2010

00:05

x64

Iisstart.htm

Not Applicable

689

01-Apr-2009

15:59

Not Applicable

W3dt.dll

7.0.6001.22638

31,744

21-Feb-2010

00:08

x64

Welcome.png

Not Applicable

184,946

01-Apr-2009

16:00

Not Applicable

Hwebcore.dll

7.0.6002.18139

15,360

09-Nov-2009

12:59

x64

Iiscore.dll

7.0.6002.18210

297,472

20-Feb-2010

23:14

x64

Iisstart.htm

Not Applicable

689

03-Apr-2009

20:47

Not Applicable

W3dt.dll

7.0.6002.18210

31,232

20-Feb-2010

23:17

x64

Welcome.png

Not Applicable

184,946

03-Apr-2009

20:47

Not Applicable

Hwebcore.dll

7.0.6002.22343

15,360

20-Feb-2010

23:10

x64

Iiscore.dll

7.0.6002.22343

297,472

20-Feb-2010

23:10

x64

Iisstart.htm

Not Applicable

689

03-Apr-2009

20:41

Not Applicable

W3dt.dll

7.0.6002.22343

31,232

20-Feb-2010

23:13

x64

Welcome.png

Not Applicable

184,946

03-Apr-2009

20:41

Not Applicable

Isapi.dll

7.0.6000.17022

119,808

21-Feb-2010

00:02

x64

Isapi.dll

7.0.6000.21227

119,808

21-Feb-2010

05:46

x64

Isapi.dll

7.0.6001.18428

120,320

20-Feb-2010

23:42

x64

Isapi.dll

7.0.6001.22638

120,320

21-Feb-2010

00:05

x64

Isapi.dll

7.0.6002.18210

120,320

20-Feb-2010

23:14

x64

Isapi.dll

7.0.6002.22343

120,320

20-Feb-2010

23:10

x64

Admwprox.dll

7.0.6000.21227

54,784

21-Feb-2010

05:42

x64

Appcmd.exe

7.0.6000.21227

186,880

20-Feb-2010

22:08

x64

Appcmd.xml

Not Applicable

3,654

01-Apr-2009

15:59

Not Applicable

Applicationhost.config

Not Applicable

7,685

01-Apr-2009

15:59

Not Applicable

Appobj.dll

7.0.6000.21227

359,936

21-Feb-2010

05:42

x64

Aspnetca.exe

7.0.6000.21227

214,016

20-Feb-2010

22:08

x64

Aspnet_schema.xml

Not Applicable

38,890

01-Apr-2009

15:59

Not Applicable

Fx_schema.xml

Not Applicable

27,014

01-Apr-2009

16:00

Not Applicable

Iismig.dll

7.0.6000.21227

150,016

21-Feb-2010

05:49

x64

Iisreg.dll

7.0.6000.21227

111,616

21-Feb-2010

05:45

x64

Iisres.dll

7.0.6000.21227

183,808

20-Feb-2010

20:39

x64

Iisreset.exe

7.0.6000.21227

18,432

20-Feb-2010

22:07

x64

Iisrstap.dll

7.0.6000.21227

11,264

21-Feb-2010

05:45

x64

Iisrstas.exe

7.0.6000.21227

34,816

20-Feb-2010

22:07

x64

Iisrtl.dll

7.0.6000.21227

185,856

21-Feb-2010

05:45

x64

Iissetup.exe

7.0.6000.21227

241,152

20-Feb-2010

22:08

x64

Iissyspr.dll

7.0.6000.21227

36,352

21-Feb-2010

05:45

x64

Iisutil.dll

7.0.6000.21227

276,480

21-Feb-2010

05:45

x64

Iis_schema.xml

Not Applicable

67,868

21-Jul-2009

09:13

Not Applicable

Nativerd.dll

7.0.6000.21227

310,272

21-Feb-2010

05:48

x64

Rsca.dll

7.0.6000.21227

31,232

21-Feb-2010

05:49

x64

W3ctrlps.dll

7.0.6000.21227

13,824

21-Feb-2010

05:50

x64

Wamregps.dll

7.0.6000.21227

15,872

21-Feb-2010

05:50

x64

Admwprox.dll

7.0.6001.18359

54,784

09-Nov-2009

13:42

x64

Ahadmin.dll

7.0.6001.18359

61,440

09-Nov-2009

13:42

x64

Appcmd.exe

7.0.6001.18359

190,976

09-Nov-2009

11:48

x64

Appcmd.xml

Not Applicable

3,654

24-Mar-2009

09:02

Not Applicable

Applicationhost.config

Not Applicable

7,989

24-Mar-2009

09:02

Not Applicable

Appobj.dll

7.0.6001.18359

378,368

09-Nov-2009

13:43

x64

Aspnetca.exe

7.0.6001.18359

218,624

09-Nov-2009

11:48

x64

Aspnet_schema.xml

Not Applicable

38,786

24-Mar-2009

09:03

Not Applicable

Fx_schema.xml

Not Applicable

26,971

24-Mar-2009

09:03

Not Applicable

Iismig.dll

7.0.6001.18359

242,688

09-Nov-2009

13:48

x64

Iisreg.dll

7.0.6001.18359

111,616

09-Nov-2009

13:45

x64

Iisres.dll

7.0.6001.18359

193,024

09-Nov-2009

11:48

x64

Iisreset.exe

7.0.6001.18359

16,896

09-Nov-2009

11:47

x64

Iisrstap.dll

7.0.6001.18359

11,264

09-Nov-2009

13:45

x64

Iisrstas.exe

7.0.6001.18359

34,816

09-Nov-2009

11:47

x64

Iisrtl.dll

7.0.6001.18359

192,512

09-Nov-2009

13:45

x64

Iissetup.exe

7.0.6001.18359

280,064

09-Nov-2009

11:48

x64

Iissyspr.dll

7.0.6001.18359

66,560

09-Nov-2009

13:45

x64

Iisutil.dll

7.0.6001.18359

275,456

09-Nov-2009

13:45

x64

Iis_schema.xml

Not Applicable

76,318

11-Jul-2009

14:24

Not Applicable

Nativerd.dll

7.0.6001.18359

416,768

09-Nov-2009

13:46

x64

Redirection.config

Not Applicable

490

24-Mar-2009

09:03

Not Applicable

Rsca.dll

7.0.6001.18359

31,232

09-Nov-2009

13:48

x64

Rscaext.dll

6.0.6001.18359

44,032

09-Nov-2009

13:48

x64

Rscaext.xml

Not Applicable

8,363

24-Mar-2009

09:03

Not Applicable

W3ctrlps.dll

7.0.6001.18359

13,824

09-Nov-2009

13:48

x64

Wamregps.dll

7.0.6001.18359

15,872

09-Nov-2009

13:48

x64

Admwprox.dll

7.0.6001.22638

54,784

21-Feb-2010

00:03

x64

Ahadmin.dll

7.0.6001.22638

61,440

21-Feb-2010

00:03

x64

Appcmd.exe

7.0.6001.22638

191,488

20-Feb-2010

22:03

x64

Appcmd.xml

Not Applicable

3,654

01-Apr-2009

15:56

Not Applicable

Applicationhost.config

Not Applicable

7,989

01-Apr-2009

15:56

Not Applicable

Appobj.dll

7.0.6001.22638

379,392

21-Feb-2010

00:03

x64

Aspnetca.exe

7.0.6001.22638

218,624

20-Feb-2010

22:03

x64

Aspnet_schema.xml

Not Applicable

38,786

01-Apr-2009

15:56

Not Applicable

Fx_schema.xml

Not Applicable

26,943

08-May-2009

08:11

Not Applicable

Iismig.dll

7.0.6001.22638

242,688

21-Feb-2010

00:08

x64

Iisreg.dll

7.0.6001.22638

111,616

21-Feb-2010

00:05

x64

Iisres.dll

7.0.6001.22638

193,024

20-Feb-2010

22:02

x64

Iisreset.exe

7.0.6001.22638

16,896

20-Feb-2010

22:02

x64

Iisrstap.dll

7.0.6001.22638

11,264

21-Feb-2010

00:05

x64

Iisrstas.exe

7.0.6001.22638

34,816

20-Feb-2010

22:02

x64

Iisrtl.dll

7.0.6001.22638

192,512

21-Feb-2010

00:05

x64

Iissetup.exe

7.0.6001.22638

280,064

20-Feb-2010

22:03

x64

Iissyspr.dll

7.0.6001.22638

66,560

21-Feb-2010

00:05

x64

Iisutil.dll

7.0.6001.22638

275,456

21-Feb-2010

00:05

x64

Iis_schema.xml

Not Applicable

79,213

20-Feb-2010

18:10

Not Applicable

Nativerd.dll

7.0.6001.22638

416,256

21-Feb-2010

00:07

x64

Redirection.config

Not Applicable

490

01-Apr-2009

15:56

Not Applicable

Rsca.dll

7.0.6001.22638

31,232

21-Feb-2010

00:08

x64

Rscaext.dll

6.0.6001.22638

44,032

21-Feb-2010

00:08

x64

Rscaext.xml

Not Applicable

8,363

01-Apr-2009

15:56

Not Applicable

W3ctrlps.dll

7.0.6001.22638

13,824

21-Feb-2010

00:08

x64

Wamregps.dll

7.0.6001.22638

15,872

21-Feb-2010

00:08

x64

Admwprox.dll

7.0.6002.18139

54,784

09-Nov-2009

12:58

x64

Ahadmin.dll

7.0.6002.18139

61,440

09-Nov-2009

12:58

x64

Appcmd.exe

7.0.6002.18139

191,488

09-Nov-2009

11:20

x64

Appcmd.xml

Not Applicable

3,654

03-Apr-2009

20:41

Not Applicable

Applicationhost.config

Not Applicable

7,990

03-Apr-2009

20:41

Not Applicable

Appobj.dll

7.0.6002.18139

379,392

09-Nov-2009

12:58

x64

Aspnetca.exe

7.0.6002.18139

218,624

09-Nov-2009

11:20

x64

Aspnet_schema.xml

Not Applicable

38,786

03-Apr-2009

20:42

Not Applicable

Fx_schema.xml

Not Applicable

27,145

03-Apr-2009

20:42

Not Applicable

Iismig.dll

7.0.6002.18139

242,688

09-Nov-2009

13:02

x64

Iisreg.dll

7.0.6002.18139

111,616

09-Nov-2009

12:59

x64

Iisres.dll

7.0.6002.18139

193,024

09-Nov-2009

11:20

x64

Iisreset.exe

7.0.6002.18139

16,896

09-Nov-2009

11:19

x64

Iisrstap.dll

7.0.6002.18139

11,264

09-Nov-2009

12:59

x64

Iisrstas.exe

7.0.6002.18139

34,816

09-Nov-2009

11:20

x64

Iisrtl.dll

7.0.6002.18139

192,512

09-Nov-2009

12:59

x64

Iissetup.exe

7.0.6002.18139

280,064

09-Nov-2009

11:20

x64

Iissyspr.dll

7.0.6002.18139

66,560

09-Nov-2009

12:59

x64

Iisutil.dll

7.0.6002.18139

276,992

09-Nov-2009

12:59

x64

Iis_schema.xml

Not Applicable

79,078

10-Jul-2009

07:03

Not Applicable

Nativerd.dll

7.0.6002.18139

415,232

09-Nov-2009

13:01

x64

Redirection.config

Not Applicable

490

03-Apr-2009

20:42

Not Applicable

Rsca.dll

7.0.6002.18139

31,232

09-Nov-2009

13:02

x64

Rscaext.dll

6.0.6002.18139

44,032

09-Nov-2009

13:02

x64

Rscaext.xml

Not Applicable

8,363

03-Apr-2009

20:42

Not Applicable

W3ctrlps.dll

7.0.6002.18139

13,824

09-Nov-2009

13:03

x64

Wamregps.dll

7.0.6002.18139

15,872

09-Nov-2009

13:03

x64

Admwprox.dll

7.0.6002.22343

54,784

20-Feb-2010

23:08

x64

Ahadmin.dll

7.0.6002.22343

61,440

20-Feb-2010

23:08

x64

Appcmd.exe

7.0.6002.22343

191,488

20-Feb-2010

21:36

x64

Appcmd.xml

Not Applicable

3,654

03-Apr-2009

20:38

Not Applicable

Applicationhost.config

Not Applicable

7,990

03-Apr-2009

20:38

Not Applicable

Appobj.dll

7.0.6002.22343

379,392

20-Feb-2010

23:08

x64

Aspnetca.exe

7.0.6002.22343

218,624

20-Feb-2010

21:36

x64

Aspnet_schema.xml

Not Applicable

38,809

09-Feb-2010

09:17

Not Applicable

Fx_schema.xml

Not Applicable

27,105

09-Feb-2010

09:17

Not Applicable

Iismig.dll

7.0.6002.22343

242,688

20-Feb-2010

23:12

x64

Iisreg.dll

7.0.6002.22343

111,616

20-Feb-2010

23:10

x64

Iisres.dll

7.0.6002.22343

193,024

20-Feb-2010

21:36

x64

Iisreset.exe

7.0.6002.22343

16,896

20-Feb-2010

21:35

x64

Iisrstap.dll

7.0.6002.22343

11,264

20-Feb-2010

23:10

x64

Iisrstas.exe

7.0.6002.22343

34,816

20-Feb-2010

21:35

x64

Iisrtl.dll

7.0.6002.22343

192,512

20-Feb-2010

23:10

x64

Iissetup.exe

7.0.6002.22343

280,064

20-Feb-2010

21:36

x64

Iissyspr.dll

7.0.6002.22343

66,560

20-Feb-2010

23:10

x64

Iisutil.dll

7.0.6002.22343

276,992

20-Feb-2010

23:10

x64

Iis_schema.xml

Not Applicable

79,610

20-Feb-2010

18:11

Not Applicable

Nativerd.dll

7.0.6002.22343

417,280

20-Feb-2010

23:11

x64

Redirection.config

Not Applicable

490

03-Apr-2009

20:39

Not Applicable

Rsca.dll

7.0.6002.22343

31,232

20-Feb-2010

23:12

x64

Rscaext.dll

6.0.6002.22343

44,032

20-Feb-2010

23:12

x64

Rscaext.xml

Not Applicable

8,363

03-Apr-2009

20:39

Not Applicable

W3ctrlps.dll

7.0.6002.22343

13,824

20-Feb-2010

23:13

x64

Wamregps.dll

7.0.6002.22343

15,872

20-Feb-2010

23:13

x64

Nshhttp.dll

6.0.6000.17022

32,768

21-Feb-2010

00:05

x64

Nshhttp.dll

6.0.6000.21227

32,768

21-Feb-2010

05:49

x64

Nshhttp.dll

6.0.6001.18428

32,768

20-Feb-2010

23:44

x64

Nshhttp.dll

6.0.6001.22638

32,768

21-Feb-2010

00:07

x64

Nshhttp.dll

6.0.6002.18210

32,768

20-Feb-2010

23:15

x64

Nshhttp.dll

6.0.6002.22343

32,768

20-Feb-2010

23:12

x64

Iisw3adm.dll

7.0.6000.17022

368,640

21-Feb-2010

00:02

x64

W3tp.dll

7.0.6000.17022

17,920

21-Feb-2010

00:06

x64

W3wphost.dll

7.0.6000.17022

43,520

21-Feb-2010

00:06

x64

Wbhstipm.dll

7.0.6000.17022

29,696

21-Feb-2010

00:07

x64

Wbhst_pm.dll

7.0.6000.17022

24,064

21-Feb-2010

00:07

x64

Iisw3adm.dll

7.0.6000.21227

368,640

21-Feb-2010

05:45

x64

W3tp.dll

7.0.6000.21227

17,920

21-Feb-2010

05:50

x64

W3wphost.dll

7.0.6000.21227

43,520

21-Feb-2010

05:50

x64

Wbhstipm.dll

7.0.6000.21227

29,696

21-Feb-2010

05:50

x64

Wbhst_pm.dll

7.0.6000.21227

24,064

21-Feb-2010

05:50

x64

Iisw3adm.dll

7.0.6001.18428

424,960

20-Feb-2010

23:42

x64

W3tp.dll

7.0.6001.18359

18,432

09-Nov-2009

13:48

x64

W3wphost.dll

7.0.6001.18359

50,176

09-Nov-2009

13:48

x64

Wbhstipm.dll

7.0.6001.18359

28,672

09-Nov-2009

13:48

x64

Wbhst_pm.dll

7.0.6001.18359

24,064

09-Nov-2009

13:48

x64

Iisw3adm.dll

7.0.6001.22638

424,960

21-Feb-2010

00:05

x64

W3tp.dll

7.0.6001.22638

18,432

21-Feb-2010

00:08

x64

W3wphost.dll

7.0.6001.22638

50,688

21-Feb-2010

00:08

x64

Wbhstipm.dll

7.0.6001.22638

28,672

21-Feb-2010

00:08

x64

Wbhst_pm.dll

7.0.6001.22638

24,064

21-Feb-2010

00:08

x64

Iisw3adm.dll

7.0.6002.18210

427,008

20-Feb-2010

23:14

x64

W3tp.dll

7.0.6002.18139

18,432

09-Nov-2009

13:03

x64

W3wphost.dll

7.0.6002.18139

51,712

09-Nov-2009

13:03

x64

Wbhstipm.dll

7.0.6002.18139

28,672

09-Nov-2009

13:03

x64

Wbhst_pm.dll

7.0.6002.18139

24,064

09-Nov-2009

13:03

x64

Iisw3adm.dll

7.0.6002.22343

427,520

20-Feb-2010

23:10

x64

W3tp.dll

7.0.6002.22343

18,432

20-Feb-2010

23:13

x64

W3wphost.dll

7.0.6002.22343

51,712

20-Feb-2010

23:13

x64

Wbhstipm.dll

7.0.6002.22343

28,672

20-Feb-2010

23:13

x64

Wbhst_pm.dll

7.0.6002.22343

24,064

20-Feb-2010

23:13

x64

Authsspi.dll

7.0.6000.17022

36,352

20-Feb-2010

23:50

x86

Authsspi.dll

7.0.6000.21227

36,352

20-Feb-2010

23:30

x86

Authsspi.dll

7.0.6001.18428

43,520

20-Feb-2010

23:35

x86

Authsspi.dll

7.0.6001.22638

43,520

20-Feb-2010

23:27

x86

Authsspi.dll

7.0.6002.18210

43,520

20-Feb-2010

23:04

x86

Authsspi.dll

7.0.6002.22343

43,520

20-Feb-2010

23:07

x86

Hwebcore.dll

7.0.6000.17022

12,288

20-Feb-2010

23:51

x86

Iiscore.dll

7.0.6000.17022

164,864

20-Feb-2010

23:52

x86

W3dt.dll

7.0.6000.17022

23,552

20-Feb-2010

23:55

x86

Hwebcore.dll

7.0.6000.21227

12,288

20-Feb-2010

23:31

x86

Iiscore.dll

7.0.6000.21227

164,864

20-Feb-2010

23:31

x86

W3dt.dll

7.0.6000.21227

23,552

20-Feb-2010

23:36

x86

Hwebcore.dll

7.0.6001.18359

12,800

09-Nov-2009

13:20

x86

Iiscore.dll

7.0.6001.18428

189,952

20-Feb-2010

23:37

x86

W3dt.dll

7.0.6001.18428

23,552

20-Feb-2010

23:40

x86

Hwebcore.dll

7.0.6001.22638

12,800

20-Feb-2010

23:29

x86

Iiscore.dll

7.0.6001.22638

190,976

20-Feb-2010

23:29

x86

W3dt.dll

7.0.6001.22638

23,552

20-Feb-2010

23:31

x86

Hwebcore.dll

7.0.6002.18139

12,800

09-Nov-2009

12:30

x86

Iiscore.dll

7.0.6002.18210

190,976

20-Feb-2010

23:05

x86

W3dt.dll

7.0.6002.18210

23,552

20-Feb-2010

23:07

x86

Hwebcore.dll

7.0.6002.22343

12,800

20-Feb-2010

23:08

x86

Iiscore.dll

7.0.6002.22343

190,976

20-Feb-2010

23:08

x86

W3dt.dll

7.0.6002.22343

23,552

20-Feb-2010

23:12

x86

Isapi.dll

7.0.6000.17022

107,008

20-Feb-2010

23:52

x86

Isapi.dll

7.0.6000.21227

107,008

20-Feb-2010

23:32

x86

Isapi.dll

7.0.6001.18428

107,008

20-Feb-2010

23:37

x86

Isapi.dll

7.0.6001.22638

107,008

20-Feb-2010

23:29

x86

Isapi.dll

7.0.6002.18210

107,008

20-Feb-2010

23:05

x86

Isapi.dll

7.0.6002.22343

107,008

20-Feb-2010

23:08

x86

Admwprox.dll

7.0.6000.21227

51,200

20-Feb-2010

23:30

x86

Appcmd.exe

7.0.6000.21227

150,528

20-Feb-2010

21:31

x86

Appcmd.xml

Not Applicable

3,654

01-Apr-2009

15:58

Not Applicable

Appobj.dll

7.0.6000.21227

297,472

20-Feb-2010

23:30

x86

Aspnetca.exe

7.0.6000.21227

178,176

20-Feb-2010

21:31

x86

Iismig.dll

7.0.6000.21227

128,512

20-Feb-2010

23:35

x86

Iisreg.dll

7.0.6000.21227

89,088

20-Feb-2010

23:31

x86

Iisres.dll

7.0.6000.21227

183,808

20-Feb-2010

20:21

x86

Iisreset.exe

7.0.6000.21227

14,848

20-Feb-2010

21:31

x86

Iisrstap.dll

7.0.6000.21227

8,192

20-Feb-2010

23:31

x86

Iisrtl.dll

7.0.6000.21227

148,480

20-Feb-2010

23:31

x86

Iissetup.exe

7.0.6000.21227

195,072

20-Feb-2010

21:31

x86

Iissyspr.dll

7.0.6000.21227

31,232

20-Feb-2010

23:31

x86

Iisutil.dll

7.0.6000.21227

189,952

20-Feb-2010

23:31

x86

Nativerd.dll

7.0.6000.21227

236,032

20-Feb-2010

23:34

x86

Rsca.dll

7.0.6000.21227

26,624

20-Feb-2010

23:35

x86

W3ctrlps.dll

7.0.6000.21227

9,216

20-Feb-2010

23:35

x86

Wamregps.dll

7.0.6000.21227

10,752

20-Feb-2010

23:36

x86

Admwprox.dll

7.0.6001.18428

51,712

20-Feb-2010

23:35

x86

Ahadmin.dll

7.0.6001.18428

27,136

20-Feb-2010

23:35

x86

Appcmd.exe

7.0.6001.18428

154,112

20-Feb-2010

21:33

x86

Appcmd.xml

Not Applicable

3,654

27-Mar-2009

08:24

Not Applicable

Appobj.dll

7.0.6001.18428

311,296

20-Feb-2010

23:35

x86

Aspnetca.exe

7.0.6001.18428

182,784

20-Feb-2010

21:34

x86

Iismig.dll

7.0.6001.18428

209,408

20-Feb-2010

23:40

x86

Iisreg.dll

7.0.6001.18428

89,088

20-Feb-2010

23:37

x86

Iisres.dll

7.0.6001.18428

193,024

20-Feb-2010

21:33

x86

Iisreset.exe

7.0.6001.18428

14,848

20-Feb-2010

21:33

x86

Iisrstap.dll

7.0.6001.18428

8,192

20-Feb-2010

23:37

x86

Iisrtl.dll

7.0.6001.18428

153,600

20-Feb-2010

23:37

x86

Iissetup.exe

7.0.6001.18428

228,864

20-Feb-2010

21:34

x86

Iissyspr.dll

7.0.6001.18428

59,392

20-Feb-2010

23:37

x86

Iisutil.dll

7.0.6001.18428

202,752

20-Feb-2010

23:37

x86

Nativerd.dll

7.0.6001.18428

326,656

20-Feb-2010

23:39

x86

Rsca.dll

7.0.6001.18428

26,624

20-Feb-2010

23:40

x86

Rscaext.dll

6.0.6001.18428

38,912

20-Feb-2010

23:40

x86

W3ctrlps.dll

7.0.6001.18428

9,216

20-Feb-2010

23:40

x86

Wamregps.dll

7.0.6001.18428

10,752

20-Feb-2010

23:40

x86

Admwprox.dll

7.0.6001.22638

51,712

20-Feb-2010

23:26

x86

Ahadmin.dll

7.0.6001.22638

27,136

20-Feb-2010

23:26

x86

Appcmd.exe

7.0.6001.22638

154,112

20-Feb-2010

21:35

x86

Appcmd.xml

Not Applicable

3,654

01-Apr-2009

18:54

Not Applicable

Appobj.dll

7.0.6001.22638

311,808

20-Feb-2010

23:26

x86

Aspnetca.exe

7.0.6001.22638

182,784

20-Feb-2010

21:35

x86

Iismig.dll

7.0.6001.22638

209,408

20-Feb-2010

23:31

x86

Iisreg.dll

7.0.6001.22638

89,088

20-Feb-2010

23:29

x86

Iisres.dll

7.0.6001.22638

193,024

20-Feb-2010

21:35

x86

Iisreset.exe

7.0.6001.22638

14,848

20-Feb-2010

21:35

x86

Iisrstap.dll

7.0.6001.22638

8,192

20-Feb-2010

23:29

x86

Iisrtl.dll

7.0.6001.22638

153,600

20-Feb-2010

23:29

x86

Iissetup.exe

7.0.6001.22638

228,864

20-Feb-2010

21:35

x86

Iissyspr.dll

7.0.6001.22638

59,392

20-Feb-2010

23:29

x86

Iisutil.dll

7.0.6001.22638

202,752

20-Feb-2010

23:29

x86

Nativerd.dll

7.0.6001.22638

331,776

20-Feb-2010

23:30

x86

Rsca.dll

7.0.6001.22638

26,624

20-Feb-2010

23:31

x86

Rscaext.dll

6.0.6001.22638

38,912

20-Feb-2010

23:31

x86

W3ctrlps.dll

7.0.6001.22638

9,216

20-Feb-2010

23:31

x86

Wamregps.dll

7.0.6001.22638

10,752

20-Feb-2010

23:31

x86

Admwprox.dll

7.0.6002.18210

51,712

20-Feb-2010

23:03

x86

Ahadmin.dll

7.0.6002.18210

27,136

20-Feb-2010

23:03

x86

Appcmd.exe

7.0.6002.18210

154,112

20-Feb-2010

21:05

x86

Appcmd.xml

Not Applicable

3,654

03-Apr-2009

20:37

Not Applicable

Appobj.dll

7.0.6002.18210

311,808

20-Feb-2010

23:03

x86

Aspnetca.exe

7.0.6002.18210

182,784

20-Feb-2010

21:05

x86

Iismig.dll

7.0.6002.18210

209,408

20-Feb-2010

23:07

x86

Iisreg.dll

7.0.6002.18210

89,088

20-Feb-2010

23:05

x86

Iisres.dll

7.0.6002.18210

193,024

20-Feb-2010

21:05

x86

Iisreset.exe

7.0.6002.18210

14,848

20-Feb-2010

21:05

x86

Iisrstap.dll

7.0.6002.18210

8,192

20-Feb-2010

23:05

x86

Iisrtl.dll

7.0.6002.18210

153,600

20-Feb-2010

23:05

x86

Iissetup.exe

7.0.6002.18210

228,864

20-Feb-2010

21:05

x86

Iissyspr.dll

7.0.6002.18210

59,392

20-Feb-2010

23:05

x86

Iisutil.dll

7.0.6002.18210

202,752

20-Feb-2010

23:05

x86

Nativerd.dll

7.0.6002.18210

331,264

20-Feb-2010

23:06

x86

Rsca.dll

7.0.6002.18210

26,624

20-Feb-2010

23:07

x86

Rscaext.dll

6.0.6002.18210

38,912

20-Feb-2010

23:07

x86

W3ctrlps.dll

7.0.6002.18210

9,216

20-Feb-2010

23:07

x86

Wamregps.dll

7.0.6002.18210

10,752

20-Feb-2010

23:07

x86

Admwprox.dll

7.0.6002.22343

51,712

20-Feb-2010

23:06

x86

Ahadmin.dll

7.0.6002.22343

27,136

20-Feb-2010

23:07

x86

Appcmd.exe

7.0.6002.22343

154,112

20-Feb-2010

21:22

x86

Appcmd.xml

Not Applicable

3,654

03-Apr-2009

20:43

Not Applicable

Appobj.dll

7.0.6002.22343

311,808

20-Feb-2010

23:07

x86

Aspnetca.exe

7.0.6002.22343

182,784

20-Feb-2010

21:22

x86

Iismig.dll

7.0.6002.22343

209,408

20-Feb-2010

23:11

x86

Iisreg.dll

7.0.6002.22343

89,088

20-Feb-2010

23:08

x86

Iisres.dll

7.0.6002.22343

193,024

20-Feb-2010

21:22

x86

Iisreset.exe

7.0.6002.22343

14,848

20-Feb-2010

21:21

x86

Iisrstap.dll

7.0.6002.22343

8,192

20-Feb-2010

23:08

x86

Iisrtl.dll

7.0.6002.22343

153,600

20-Feb-2010

23:08

x86

Iissetup.exe

7.0.6002.22343

228,864

20-Feb-2010

21:22

x86

Iissyspr.dll

7.0.6002.22343

59,392

20-Feb-2010

23:08

x86

Iisutil.dll

7.0.6002.22343

202,752

20-Feb-2010

23:08

x86

Nativerd.dll

7.0.6002.22343

333,312

20-Feb-2010

23:10

x86

Rsca.dll

7.0.6002.22343

26,624

20-Feb-2010

23:11

x86

Rscaext.dll

6.0.6002.22343

38,912

20-Feb-2010

23:11

x86

W3ctrlps.dll

7.0.6002.22343

9,216

20-Feb-2010

23:12

x86

Wamregps.dll

7.0.6002.22343

10,752

20-Feb-2010

23:12

x86

Iisw3adm.dll

7.0.6000.17022

322,560

20-Feb-2010

23:52

x86

W3tp.dll

7.0.6000.17022

15,360

20-Feb-2010

23:55

x86

W3wphost.dll

7.0.6000.17022

39,424

20-Feb-2010

23:55

x86

Wbhstipm.dll

7.0.6000.17022

25,088

20-Feb-2010

23:55

x86

Wbhst_pm.dll

7.0.6000.17022

22,016

20-Feb-2010

23:55

x86

Iisw3adm.dll

7.0.6000.21227

322,560

20-Feb-2010

23:31

x86

W3tp.dll

7.0.6000.21227

15,360

20-Feb-2010

23:36

x86

W3wphost.dll

7.0.6000.21227

39,424

20-Feb-2010

23:36

x86

Wbhstipm.dll

7.0.6000.21227

25,088

20-Feb-2010

23:36

x86

Wbhst_pm.dll

7.0.6000.21227

22,016

20-Feb-2010

23:36

x86

Iisw3adm.dll

7.0.6001.18428

371,712

20-Feb-2010

23:37

x86

W3tp.dll

7.0.6001.18359

15,872

09-Nov-2009

13:23

x86

W3wphost.dll

7.0.6001.18359

46,592

09-Nov-2009

13:23

x86

Wbhstipm.dll

7.0.6001.18359

24,064

09-Nov-2009

13:23

x86

Wbhst_pm.dll

7.0.6001.18359

22,528

09-Nov-2009

13:23

x86

Iisw3adm.dll

7.0.6001.22638

371,712

20-Feb-2010

23:29

x86

W3tp.dll

7.0.6001.22638

15,872

20-Feb-2010

23:31

x86

W3wphost.dll

7.0.6001.22638

46,592

20-Feb-2010

23:31

x86

Wbhstipm.dll

7.0.6001.22638

24,064

20-Feb-2010

23:31

x86

Wbhst_pm.dll

7.0.6001.22638

22,528

20-Feb-2010

23:31

x86

Iisw3adm.dll

7.0.6002.18210

373,760

20-Feb-2010

23:05

x86

W3tp.dll

7.0.6002.18139

15,872

09-Nov-2009

12:32

x86

W3wphost.dll

7.0.6002.18139

47,616

09-Nov-2009

12:32

x86

Wbhstipm.dll

7.0.6002.18139

24,064

09-Nov-2009

12:32

x86

Wbhst_pm.dll

7.0.6002.18139

22,528

09-Nov-2009

12:32

x86

Iisw3adm.dll

7.0.6002.22343

374,272

20-Feb-2010

23:08

x86

W3tp.dll

7.0.6002.22343

15,872

20-Feb-2010

23:12

x86

W3wphost.dll

7.0.6002.22343

48,128

20-Feb-2010

23:12

x86

Wbhstipm.dll

7.0.6002.22343

24,064

20-Feb-2010

23:12

x86

Wbhst_pm.dll

7.0.6002.22343

22,528

20-Feb-2010

23:12

x86

Httpapi.dll

6.0.6000.17022

31,232

20-Feb-2010

23:51

x86

Httpapi.dll

6.0.6000.21227

31,232

20-Feb-2010

23:31

x86

Httpapi.dll

6.0.6001.18428

31,232

20-Feb-2010

23:37

x86

Httpapi.dll

6.0.6001.22638

31,232

20-Feb-2010

23:29

x86

Httpapi.dll

6.0.6002.18210

30,720

20-Feb-2010

23:05

x86

Httpapi.dll

6.0.6002.22343

30,720

20-Feb-2010

23:08

x86

Nshhttp.dll

6.0.6000.17022

24,064

20-Feb-2010

23:54

x86

Nshhttp.dll

6.0.6000.21227

24,064

20-Feb-2010

23:35

x86

Nshhttp.dll

6.0.6001.18428

24,064

20-Feb-2010

23:39

x86

Nshhttp.dll

6.0.6001.22638

24,064

20-Feb-2010

23:31

x86

Nshhttp.dll

6.0.6002.18210

24,064

20-Feb-2010

23:06

x86

Nshhttp.dll

6.0.6002.22343

24,064

20-Feb-2010

23:10

x86

지원되는 모든 IA-64 기반 버전의 Windows Server 2008

File name

File version

File size

Date

Time

Platform

Httpapi.dll

6.0.6001.18428

70,656

20-Feb-2010

23:41

IA-64

Httpapi.dll

6.0.6001.22638

70,656

20-Feb-2010

23:28

IA-64

Httpapi.dll

6.0.6002.18210

70,656

20-Feb-2010

22:56

IA-64

Httpapi.dll

6.0.6002.22343

70,656

20-Feb-2010

22:56

IA-64

Http.sys

6.0.6001.18428

1,176,576

20-Feb-2010

21:42

IA-64

Http.sys

6.0.6001.22638

1,176,576

20-Feb-2010

21:33

IA-64

Http.sys

6.0.6002.18210

1,176,576

20-Feb-2010

21:17

IA-64

Http.sys

6.0.6002.22343

1,176,576

20-Feb-2010

21:16

IA-64

Authsspi.dll

7.0.6001.18428

112,640

20-Feb-2010

23:39

IA-64

Authsspi.dll

7.0.6001.22638

112,640

20-Feb-2010

23:25

IA-64

Authsspi.dll

7.0.6002.18210

112,640

20-Feb-2010

22:54

IA-64

Authsspi.dll

7.0.6002.22343

112,640

20-Feb-2010

22:55

IA-64

Hwebcore.dll

7.0.6001.18359

37,376

09-Nov-2009

13:25

IA-64

Iiscore.dll

7.0.6001.18428

543,744

20-Feb-2010

23:41

IA-64

Iisstart.htm

Not Applicable

689

27-Mar-2009

08:27

Not Applicable

W3dt.dll

7.0.6001.18428

52,224

20-Feb-2010

23:46

IA-64

Welcome.png

Not Applicable

184,946

27-Mar-2009

08:27

Not Applicable

Hwebcore.dll

7.0.6001.22638

37,376

20-Feb-2010

23:28

IA-64

Iiscore.dll

7.0.6001.22638

545,792

20-Feb-2010

23:28

IA-64

Iisstart.htm

Not Applicable

689

01-Apr-2009

16:00

Not Applicable

W3dt.dll

7.0.6001.22638

52,736

20-Feb-2010

23:32

IA-64

Welcome.png

Not Applicable

184,946

01-Apr-2009

16:00

Not Applicable

Hwebcore.dll

7.0.6002.18139

37,376

09-Nov-2009

12:35

IA-64

Iiscore.dll

7.0.6002.18210

545,792

20-Feb-2010

22:56

IA-64

Iisstart.htm

Not Applicable

689

03-Apr-2009

20:47

Not Applicable

W3dt.dll

7.0.6002.18210

52,224

20-Feb-2010

22:59

IA-64

Welcome.png

Not Applicable

184,946

03-Apr-2009

20:47

Not Applicable

Hwebcore.dll

7.0.6002.22343

37,376

20-Feb-2010

22:56

IA-64

Iiscore.dll

7.0.6002.22343

545,792

20-Feb-2010

22:56

IA-64

Iisstart.htm

Not Applicable

689

03-Apr-2009

20:42

Not Applicable

W3dt.dll

7.0.6002.22343

52,736

20-Feb-2010

23:01

IA-64

Welcome.png

Not Applicable

184,946

03-Apr-2009

20:42

Not Applicable

Isapi.dll

7.0.6001.18428

241,152

20-Feb-2010

23:42

IA-64

Isapi.dll

7.0.6001.22638

241,152

20-Feb-2010

23:28

IA-64

Isapi.dll

7.0.6002.18210

241,152

20-Feb-2010

22:56

IA-64

Isapi.dll

7.0.6002.22343

241,152

20-Feb-2010

22:57

IA-64

Admwprox.dll

7.0.6001.18359

119,808

09-Nov-2009

13:23

IA-64

Ahadmin.dll

7.0.6001.18359

82,432

09-Nov-2009

13:23

IA-64

Appcmd.exe

7.0.6001.18359

404,480

09-Nov-2009

11:43

IA-64

Appcmd.xml

Not Applicable

3,654

27-Mar-2009

08:23

Not Applicable

Applicationhost.config

Not Applicable

7,989

27-Mar-2009

08:23

Not Applicable

Appobj.dll

7.0.6001.18359

726,016

09-Nov-2009

13:23

IA-64

Aspnetca.exe

7.0.6001.18359

432,128

09-Nov-2009

11:44

IA-64

Aspnet_schema.xml

Not Applicable

38,786

27-Mar-2009

08:24

Not Applicable

Fx_schema.xml

Not Applicable

26,971

27-Mar-2009

08:24

Not Applicable

Iismig.dll

7.0.6001.18359

452,096

09-Nov-2009

13:28

IA-64

Iisreg.dll

7.0.6001.18359

143,872

09-Nov-2009

13:25

IA-64

Iisres.dll

7.0.6001.18359

193,024

09-Nov-2009

11:43

IA-64

Iisreset.exe

7.0.6001.18359

34,816

09-Nov-2009

11:43

IA-64

Iisrstap.dll

7.0.6001.18359

18,944

09-Nov-2009

13:25

IA-64

Iisrstas.exe

7.0.6001.18359

78,336

09-Nov-2009

11:43

IA-64

Iisrtl.dll

7.0.6001.18359

393,216

09-Nov-2009

13:25

IA-64

Iissetup.exe

7.0.6001.18359

543,232

09-Nov-2009

11:44

IA-64

Iissyspr.dll

7.0.6001.18359

134,656

09-Nov-2009

13:25

IA-64

Iisutil.dll

7.0.6001.18359

513,024

09-Nov-2009

13:25

IA-64

Iis_schema.xml

Not Applicable

76,318

11-Jul-2009

14:24

Not Applicable

Nativerd.dll

7.0.6001.18359

887,808

09-Nov-2009

13:27

IA-64

Redirection.config

Not Applicable

490

27-Mar-2009

08:24

Not Applicable

Rsca.dll

7.0.6001.18359

74,240

09-Nov-2009

13:28

IA-64

Rscaext.dll

6.0.6001.18359

111,616

09-Nov-2009

13:28

IA-64

Rscaext.xml

Not Applicable

8,363

27-Mar-2009

08:24

Not Applicable

W3ctrlps.dll

7.0.6001.18359

22,528

09-Nov-2009

13:29

IA-64

Wamregps.dll

7.0.6001.18359

28,160

09-Nov-2009

13:29

IA-64

Admwprox.dll

7.0.6001.22638

119,808

20-Feb-2010

23:25

IA-64

Ahadmin.dll

7.0.6001.22638

82,432

20-Feb-2010

23:25

IA-64

Appcmd.exe

7.0.6001.22638

404,992

20-Feb-2010

21:48

IA-64

Appcmd.xml

Not Applicable

3,654

01-Apr-2009

15:56

Not Applicable

Applicationhost.config

Not Applicable

7,989

01-Apr-2009

15:56

Not Applicable

Appobj.dll

7.0.6001.22638

727,552

20-Feb-2010

23:25

IA-64

Aspnetca.exe

7.0.6001.22638

432,128

20-Feb-2010

21:48

IA-64

Aspnet_schema.xml

Not Applicable

38,786

01-Apr-2009

15:57

Not Applicable

Fx_schema.xml

Not Applicable

26,943

08-May-2009

09:25

Not Applicable

Iismig.dll

7.0.6001.22638

452,096

20-Feb-2010

23:31

IA-64

Iisreg.dll

7.0.6001.22638

143,872

20-Feb-2010

23:28

IA-64

Iisres.dll

7.0.6001.22638

193,024

20-Feb-2010

21:48

IA-64

Iisreset.exe

7.0.6001.22638

34,816

20-Feb-2010

21:47

IA-64

Iisrstap.dll

7.0.6001.22638

18,944

20-Feb-2010

23:28

IA-64

Iisrstas.exe

7.0.6001.22638

78,336

20-Feb-2010

21:47

IA-64

Iisrtl.dll

7.0.6001.22638

393,216

20-Feb-2010

23:28

IA-64

Iissetup.exe

7.0.6001.22638

543,232

20-Feb-2010

21:48

IA-64

Iissyspr.dll

7.0.6001.22638

134,656

20-Feb-2010

23:28

IA-64

Iisutil.dll

7.0.6001.22638

513,024

20-Feb-2010

23:28

IA-64

Iis_schema.xml

Not Applicable

79,213

20-Feb-2010

18:09

Not Applicable

Nativerd.dll

7.0.6001.22638

902,656

20-Feb-2010

23:30

IA-64

Redirection.config

Not Applicable

490

01-Apr-2009

15:57

Not Applicable

Rsca.dll

7.0.6001.22638

74,240

20-Feb-2010

23:31

IA-64

Rscaext.dll

6.0.6001.22638

111,616

20-Feb-2010

23:31

IA-64

Rscaext.xml

Not Applicable

8,363

01-Apr-2009

15:57

Not Applicable

W3ctrlps.dll

7.0.6001.22638

22,528

20-Feb-2010

23:32

IA-64

Wamregps.dll

7.0.6001.22638

28,160

20-Feb-2010

23:32

IA-64

Admwprox.dll

7.0.6002.18139

119,808

09-Nov-2009

12:33

IA-64

Ahadmin.dll

7.0.6002.18139

82,432

09-Nov-2009

12:34

IA-64

Appcmd.exe

7.0.6002.18139

404,992

09-Nov-2009

11:15

IA-64

Appcmd.xml

Not Applicable

3,654

03-Apr-2009

20:40

Not Applicable

Applicationhost.config

Not Applicable

7,990

03-Apr-2009

20:40

Not Applicable

Appobj.dll

7.0.6002.18139

727,552

09-Nov-2009

12:34

IA-64

Aspnetca.exe

7.0.6002.18139

432,128

09-Nov-2009

11:15

IA-64

Aspnet_schema.xml

Not Applicable

38,786

03-Apr-2009

20:42

Not Applicable

Fx_schema.xml

Not Applicable

27,145

03-Apr-2009

20:42

Not Applicable

Iismig.dll

7.0.6002.18139

452,096

09-Nov-2009

12:38

IA-64

Iisreg.dll

7.0.6002.18139

143,872

09-Nov-2009

12:36

IA-64

Iisres.dll

7.0.6002.18139

193,024

09-Nov-2009

11:15

IA-64

Iisreset.exe

7.0.6002.18139

34,816

09-Nov-2009

11:14

IA-64

Iisrstap.dll

7.0.6002.18139

18,944

09-Nov-2009

12:36

IA-64

Iisrstas.exe

7.0.6002.18139

78,336

09-Nov-2009

11:14

IA-64

Iisrtl.dll

7.0.6002.18139

393,216

09-Nov-2009

12:36

IA-64

Iissetup.exe

7.0.6002.18139

543,232

09-Nov-2009

11:15

IA-64

Iissyspr.dll

7.0.6002.18139

134,656

09-Nov-2009

12:36

IA-64

Iisutil.dll

7.0.6002.18139

513,024

09-Nov-2009

12:36

IA-64

Iis_schema.xml

Not Applicable

79,078

10-Jul-2009

07:02

Not Applicable

Nativerd.dll

7.0.6002.18139

900,096

09-Nov-2009

12:37

IA-64

Redirection.config

Not Applicable

490

03-Apr-2009

20:42

Not Applicable

Rsca.dll

7.0.6002.18139

74,240

09-Nov-2009

12:38

IA-64

Rscaext.dll

6.0.6002.18139

111,616

09-Nov-2009

12:38

IA-64

Rscaext.xml

Not Applicable

8,363

03-Apr-2009

20:42

Not Applicable

W3ctrlps.dll

7.0.6002.18139

22,528

09-Nov-2009

12:39

IA-64

Wamregps.dll

7.0.6002.18139

28,160

09-Nov-2009

12:39

IA-64

Admwprox.dll

7.0.6002.22343

119,808

20-Feb-2010

22:54

IA-64

Ahadmin.dll

7.0.6002.22343

82,432

20-Feb-2010

22:55

IA-64

Appcmd.exe

7.0.6002.22343

404,992

20-Feb-2010

21:29

IA-64

Appcmd.xml

Not Applicable

3,654

03-Apr-2009

20:40

Not Applicable

Applicationhost.config

Not Applicable

7,990

03-Apr-2009

20:40

Not Applicable

Appobj.dll

7.0.6002.22343

727,552

20-Feb-2010

22:55

IA-64

Aspnetca.exe

7.0.6002.22343

432,128

20-Feb-2010

21:30

IA-64

Aspnet_schema.xml

Not Applicable

38,809

09-Feb-2010

09:17

Not Applicable

Fx_schema.xml

Not Applicable

27,105

09-Feb-2010

09:17

Not Applicable

Iismig.dll

7.0.6002.22343

452,096

20-Feb-2010

23:00

IA-64

Iisreg.dll

7.0.6002.22343

143,872

20-Feb-2010

22:56

IA-64

Iisres.dll

7.0.6002.22343

193,024

20-Feb-2010

21:29

IA-64

Iisreset.exe

7.0.6002.22343

34,816

20-Feb-2010

21:29

IA-64

Iisrstap.dll

7.0.6002.22343

18,944

20-Feb-2010

22:56

IA-64

Iisrstas.exe

7.0.6002.22343

78,336

20-Feb-2010

21:29

IA-64

Iisrtl.dll

7.0.6002.22343

393,216

20-Feb-2010

22:56

IA-64

Iissetup.exe

7.0.6002.22343

543,232

20-Feb-2010

21:30

IA-64

Iissyspr.dll

7.0.6002.22343

134,656

20-Feb-2010

22:56

IA-64

Iisutil.dll

7.0.6002.22343

513,024

20-Feb-2010

22:56

IA-64

Iis_schema.xml

Not Applicable

79,610

20-Feb-2010

18:11

Not Applicable

Nativerd.dll

7.0.6002.22343

910,336

20-Feb-2010

22:58

IA-64

Redirection.config

Not Applicable

490

03-Apr-2009

20:40

Not Applicable

Rsca.dll

7.0.6002.22343

74,240

20-Feb-2010

23:00

IA-64

Rscaext.dll

6.0.6002.22343

111,616

20-Feb-2010

23:00

IA-64

Rscaext.xml

Not Applicable

8,363

03-Apr-2009

20:40

Not Applicable

W3ctrlps.dll

7.0.6002.22343

22,528

20-Feb-2010

23:01

IA-64

Wamregps.dll

7.0.6002.22343

28,160

20-Feb-2010

23:01

IA-64

Nshhttp.dll

6.0.6001.18428

60,928

20-Feb-2010

23:44

IA-64

Nshhttp.dll

6.0.6001.22638

60,928

20-Feb-2010

23:30

IA-64

Nshhttp.dll

6.0.6002.18210

60,928

20-Feb-2010

22:58

IA-64

Nshhttp.dll

6.0.6002.22343

60,928

20-Feb-2010

22:59

IA-64

Iisw3adm.dll

7.0.6001.18428

891,904

20-Feb-2010

23:41

IA-64

W3tp.dll

7.0.6001.18359

37,376

09-Nov-2009

13:29

IA-64

W3wphost.dll

7.0.6001.18359

117,760

09-Nov-2009

13:29

IA-64

Wbhstipm.dll

7.0.6001.18359

62,464

09-Nov-2009

13:29

IA-64

Wbhst_pm.dll

7.0.6001.18359

59,392

09-Nov-2009

13:29

IA-64

Iisw3adm.dll

7.0.6001.22638

892,928

20-Feb-2010

23:28

IA-64

W3tp.dll

7.0.6001.22638

37,376

20-Feb-2010

23:32

IA-64

W3wphost.dll

7.0.6001.22638

118,784

20-Feb-2010

23:32

IA-64

Wbhstipm.dll

7.0.6001.22638

62,464

20-Feb-2010

23:32

IA-64

Wbhst_pm.dll

7.0.6001.22638

59,392

20-Feb-2010

23:32

IA-64

Iisw3adm.dll

7.0.6002.18210

898,560

20-Feb-2010

22:56

IA-64

W3tp.dll

7.0.6002.18139

37,376

09-Nov-2009

12:39

IA-64

W3wphost.dll

7.0.6002.18139

120,832

09-Nov-2009

12:39

IA-64

Wbhstipm.dll

7.0.6002.18139

62,464

09-Nov-2009

12:39

IA-64

Wbhst_pm.dll

7.0.6002.18139

59,392

09-Nov-2009

12:39

IA-64

Iisw3adm.dll

7.0.6002.22343

898,560

20-Feb-2010

22:56

IA-64

W3tp.dll

7.0.6002.22343

37,376

20-Feb-2010

23:01

IA-64

W3wphost.dll

7.0.6002.22343

120,832

20-Feb-2010

23:01

IA-64

Wbhstipm.dll

7.0.6002.22343

62,464

20-Feb-2010

23:01

IA-64

Wbhst_pm.dll

7.0.6002.22343

59,392

20-Feb-2010

23:01

IA-64

Authsspi.dll

7.0.6001.18428

43,520

20-Feb-2010

23:35

x86

Authsspi.dll

7.0.6001.22638

43,520

20-Feb-2010

23:27

x86

Authsspi.dll

7.0.6002.18210

43,520

20-Feb-2010

23:04

x86

Authsspi.dll

7.0.6002.22343

43,520

20-Feb-2010

23:07

x86

Hwebcore.dll

7.0.6001.18359

12,800

09-Nov-2009

13:20

x86

Iiscore.dll

7.0.6001.18428

189,952

20-Feb-2010

23:37

x86

W3dt.dll

7.0.6001.18428

23,552

20-Feb-2010

23:40

x86

Hwebcore.dll

7.0.6001.22638

12,800

20-Feb-2010

23:29

x86

Iiscore.dll

7.0.6001.22638

190,976

20-Feb-2010

23:29

x86

W3dt.dll

7.0.6001.22638

23,552

20-Feb-2010

23:31

x86

Hwebcore.dll

7.0.6002.18139

12,800

09-Nov-2009

12:30

x86

Iiscore.dll

7.0.6002.18210

190,976

20-Feb-2010

23:05

x86

W3dt.dll

7.0.6002.18210

23,552

20-Feb-2010

23:07

x86

Hwebcore.dll

7.0.6002.22343

12,800

20-Feb-2010

23:08

x86

Iiscore.dll

7.0.6002.22343

190,976

20-Feb-2010

23:08

x86

W3dt.dll

7.0.6002.22343

23,552

20-Feb-2010

23:12

x86

Isapi.dll

7.0.6001.18428

107,008

20-Feb-2010

23:37

x86

Isapi.dll

7.0.6001.22638

107,008

20-Feb-2010

23:29

x86

Isapi.dll

7.0.6002.18210

107,008

20-Feb-2010

23:05

x86

Isapi.dll

7.0.6002.22343

107,008

20-Feb-2010

23:08

x86

Admwprox.dll

7.0.6001.18428

51,712

20-Feb-2010

23:35

x86

Ahadmin.dll

7.0.6001.18428

27,136

20-Feb-2010

23:35

x86

Appcmd.exe

7.0.6001.18428

154,112

20-Feb-2010

21:33

x86

Appcmd.xml

Not Applicable

3,654

27-Mar-2009

08:24

Not Applicable

Appobj.dll

7.0.6001.18428

311,296

20-Feb-2010

23:35

x86

Aspnetca.exe

7.0.6001.18428

182,784

20-Feb-2010

21:34

x86

Iismig.dll

7.0.6001.18428

209,408

20-Feb-2010

23:40

x86

Iisreg.dll

7.0.6001.18428

89,088

20-Feb-2010

23:37

x86

Iisres.dll

7.0.6001.18428

193,024

20-Feb-2010

21:33

x86

Iisreset.exe

7.0.6001.18428

14,848

20-Feb-2010

21:33

x86

Iisrstap.dll

7.0.6001.18428

8,192

20-Feb-2010

23:37

x86

Iisrtl.dll

7.0.6001.18428

153,600

20-Feb-2010

23:37

x86

Iissetup.exe

7.0.6001.18428

228,864

20-Feb-2010

21:34

x86

Iissyspr.dll

7.0.6001.18428

59,392

20-Feb-2010

23:37

x86

Iisutil.dll

7.0.6001.18428

202,752

20-Feb-2010

23:37

x86

Nativerd.dll

7.0.6001.18428

326,656

20-Feb-2010

23:39

x86

Rsca.dll

7.0.6001.18428

26,624

20-Feb-2010

23:40

x86

Rscaext.dll

6.0.6001.18428

38,912

20-Feb-2010

23:40

x86

W3ctrlps.dll

7.0.6001.18428

9,216

20-Feb-2010

23:40

x86

Wamregps.dll

7.0.6001.18428

10,752

20-Feb-2010

23:40

x86

Admwprox.dll

7.0.6001.22638

51,712

20-Feb-2010

23:26

x86

Ahadmin.dll

7.0.6001.22638

27,136

20-Feb-2010

23:26

x86

Appcmd.exe

7.0.6001.22638

154,112

20-Feb-2010

21:35

x86

Appcmd.xml

Not Applicable

3,654

01-Apr-2009

18:54

Not Applicable

Appobj.dll

7.0.6001.22638

311,808

20-Feb-2010

23:26

x86

Aspnetca.exe

7.0.6001.22638

182,784

20-Feb-2010

21:35

x86

Iismig.dll

7.0.6001.22638

209,408

20-Feb-2010

23:31

x86

Iisreg.dll

7.0.6001.22638

89,088

20-Feb-2010

23:29

x86

Iisres.dll

7.0.6001.22638

193,024

20-Feb-2010

21:35

x86

Iisreset.exe

7.0.6001.22638

14,848

20-Feb-2010

21:35

x86

Iisrstap.dll

7.0.6001.22638

8,192

20-Feb-2010

23:29

x86

Iisrtl.dll

7.0.6001.22638

153,600

20-Feb-2010

23:29

x86

Iissetup.exe

7.0.6001.22638

228,864

20-Feb-2010

21:35

x86

Iissyspr.dll

7.0.6001.22638

59,392

20-Feb-2010

23:29

x86

Iisutil.dll

7.0.6001.22638

202,752

20-Feb-2010

23:29

x86

Nativerd.dll

7.0.6001.22638

331,776

20-Feb-2010

23:30

x86

Rsca.dll

7.0.6001.22638

26,624

20-Feb-2010

23:31

x86

Rscaext.dll

6.0.6001.22638

38,912

20-Feb-2010

23:31

x86

W3ctrlps.dll

7.0.6001.22638

9,216

20-Feb-2010

23:31

x86

Wamregps.dll

7.0.6001.22638

10,752

20-Feb-2010

23:31

x86

Admwprox.dll

7.0.6002.18210

51,712

20-Feb-2010

23:03

x86

Ahadmin.dll

7.0.6002.18210

27,136

20-Feb-2010

23:03

x86

Appcmd.exe

7.0.6002.18210

154,112

20-Feb-2010

21:05

x86

Appcmd.xml

Not Applicable

3,654

03-Apr-2009

20:37

Not Applicable

Appobj.dll

7.0.6002.18210

311,808

20-Feb-2010

23:03

x86

Aspnetca.exe

7.0.6002.18210

182,784

20-Feb-2010

21:05

x86

Iismig.dll

7.0.6002.18210

209,408

20-Feb-2010

23:07

x86

Iisreg.dll

7.0.6002.18210

89,088

20-Feb-2010

23:05

x86

Iisres.dll

7.0.6002.18210

193,024

20-Feb-2010

21:05

x86

Iisreset.exe

7.0.6002.18210

14,848

20-Feb-2010

21:05

x86

Iisrstap.dll

7.0.6002.18210

8,192

20-Feb-2010

23:05

x86

Iisrtl.dll

7.0.6002.18210

153,600

20-Feb-2010

23:05

x86

Iissetup.exe

7.0.6002.18210

228,864

20-Feb-2010

21:05

x86

Iissyspr.dll

7.0.6002.18210

59,392

20-Feb-2010

23:05

x86

Iisutil.dll

7.0.6002.18210

202,752

20-Feb-2010

23:05

x86

Nativerd.dll

7.0.6002.18210

331,264

20-Feb-2010

23:06

x86

Rsca.dll

7.0.6002.18210

26,624

20-Feb-2010

23:07

x86

Rscaext.dll

6.0.6002.18210

38,912

20-Feb-2010

23:07

x86

W3ctrlps.dll

7.0.6002.18210

9,216

20-Feb-2010

23:07

x86

Wamregps.dll

7.0.6002.18210

10,752

20-Feb-2010

23:07

x86

Admwprox.dll

7.0.6002.22343

51,712

20-Feb-2010

23:06

x86

Ahadmin.dll

7.0.6002.22343

27,136

20-Feb-2010

23:07

x86

Appcmd.exe

7.0.6002.22343

154,112

20-Feb-2010

21:22

x86

Appcmd.xml

Not Applicable

3,654

03-Apr-2009

20:43

Not Applicable

Appobj.dll

7.0.6002.22343

311,808

20-Feb-2010

23:07

x86

Aspnetca.exe

7.0.6002.22343

182,784

20-Feb-2010

21:22

x86

Iismig.dll

7.0.6002.22343

209,408

20-Feb-2010

23:11

x86

Iisreg.dll

7.0.6002.22343

89,088

20-Feb-2010

23:08

x86

Iisres.dll

7.0.6002.22343

193,024

20-Feb-2010

21:22

x86

Iisreset.exe

7.0.6002.22343

14,848

20-Feb-2010

21:21

x86

Iisrstap.dll

7.0.6002.22343

8,192

20-Feb-2010

23:08

x86

Iisrtl.dll

7.0.6002.22343

153,600

20-Feb-2010

23:08

x86

Iissetup.exe

7.0.6002.22343

228,864

20-Feb-2010

21:22

x86

Iissyspr.dll

7.0.6002.22343

59,392

20-Feb-2010

23:08

x86

Iisutil.dll

7.0.6002.22343

202,752

20-Feb-2010

23:08

x86

Nativerd.dll

7.0.6002.22343

333,312

20-Feb-2010

23:10

x86

Rsca.dll

7.0.6002.22343

26,624

20-Feb-2010

23:11

x86

Rscaext.dll

6.0.6002.22343

38,912

20-Feb-2010

23:11

x86

W3ctrlps.dll

7.0.6002.22343

9,216

20-Feb-2010

23:12

x86

Wamregps.dll

7.0.6002.22343

10,752

20-Feb-2010

23:12

x86

Iisw3adm.dll

7.0.6001.18428

371,712

20-Feb-2010

23:37

x86

W3tp.dll

7.0.6001.18359

15,872

09-Nov-2009

13:23

x86

W3wphost.dll

7.0.6001.18359

46,592

09-Nov-2009

13:23

x86

Wbhstipm.dll

7.0.6001.18359

24,064

09-Nov-2009

13:23

x86

Wbhst_pm.dll

7.0.6001.18359

22,528

09-Nov-2009

13:23

x86

Iisw3adm.dll

7.0.6001.22638

371,712

20-Feb-2010

23:29

x86

W3tp.dll

7.0.6001.22638

15,872

20-Feb-2010

23:31

x86

W3wphost.dll

7.0.6001.22638

46,592

20-Feb-2010

23:31

x86

Wbhstipm.dll

7.0.6001.22638

24,064

20-Feb-2010

23:31

x86

Wbhst_pm.dll

7.0.6001.22638

22,528

20-Feb-2010

23:31

x86

Iisw3adm.dll

7.0.6002.18210

373,760

20-Feb-2010

23:05

x86

W3tp.dll

7.0.6002.18139

15,872

09-Nov-2009

12:32

x86

W3wphost.dll

7.0.6002.18139

47,616

09-Nov-2009

12:32

x86

Wbhstipm.dll

7.0.6002.18139

24,064

09-Nov-2009

12:32

x86

Wbhst_pm.dll

7.0.6002.18139

22,528

09-Nov-2009

12:32

x86

Iisw3adm.dll

7.0.6002.22343

374,272

20-Feb-2010

23:08

x86

W3tp.dll

7.0.6002.22343

15,872

20-Feb-2010

23:12

x86

W3wphost.dll

7.0.6002.22343

48,128

20-Feb-2010

23:12

x86

Wbhstipm.dll

7.0.6002.22343

24,064

20-Feb-2010

23:12

x86

Wbhst_pm.dll

7.0.6002.22343

22,528

20-Feb-2010

23:12

x86

Httpapi.dll

6.0.6001.18428

31,232

20-Feb-2010

23:37

x86

Httpapi.dll

6.0.6001.22638

31,232

20-Feb-2010

23:29

x86

Httpapi.dll

6.0.6002.18210

30,720

20-Feb-2010

23:05

x86

Httpapi.dll

6.0.6002.22343

30,720

20-Feb-2010

23:08

x86

Nshhttp.dll

6.0.6001.18428

24,064

20-Feb-2010

23:39

x86

Nshhttp.dll

6.0.6001.22638

24,064

20-Feb-2010

23:31

x86

Nshhttp.dll

6.0.6002.18210

24,064

20-Feb-2010

23:06

x86

Nshhttp.dll

6.0.6002.22343

24,064

20-Feb-2010

23:10

x86

Windows Vista 및 Windows Server 2008에 대한 추가 파일 정보

지원되는 모든 x86 기반 버전의 Windows Vista 및 Windows Server 2008에 대한 추가 파일

File name

Package_10_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

3,054

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_10_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

8,371

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_11_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,578

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_11_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

6,028

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_12_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,371

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_12_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

4,922

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_13_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,532

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_13_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

5,778

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_14_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

3,639

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_14_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

7,602

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_15_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,116

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_15_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

4,692

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_16_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,897

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_16_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

4,455

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_17_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,374

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_17_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

5,616

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_18_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,213

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_18_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

4,760

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_19_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,958

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_19_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

4,530

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_1_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,734

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_1_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,436

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_20_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

3,481

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_20_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

7,443

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_21_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,739

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_21_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

4,296

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_22_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,971

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_22_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

5,229

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_23_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

3,078

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_23_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

7,035

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_24_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,374

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_24_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

5,621

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_25_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,213

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_25_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

4,763

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_26_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,578

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_26_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

4,196

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_27_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,958

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_27_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,692

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_28_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

3,431

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_28_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

5,573

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_29_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,739

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_29_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,455

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_2_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,733

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_2_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

6,184

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_3_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

3,160

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_3_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

7,112

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_4_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,114

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_4_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

4,687

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_5_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,895

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_5_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

4,450

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_6_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,577

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_6_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

6,027

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_7_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,957

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_7_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

4,525

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_8_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

3,004

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_8_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

6,951

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_9_for_kb973917_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,738

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_9_for_kb973917~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

4,288

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_client_0_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,805

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_client_0~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,876

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_client_1_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,611

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_client_1~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,679

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_client_2_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

3,200

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_client_2~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

3,287

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_client_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,952

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_client~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,998

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_sc_0_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,870

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_sc_0~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,905

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_sc_1_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,932

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_sc_1~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

3,011

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_sc_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,670

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_sc~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,703

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_server_0_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,801

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_server_0~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

2,868

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_server_1_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

3,200

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_server_1~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

3,292

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_server_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,682

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_server~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,715

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_winpesrv_0_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,403

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_winpesrv_0~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,422

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_winpesrv_bf~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,411

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_winpesrv~31bf3856ad364e35~x86~~6.0.2.2.mum

File version

Not Applicable

File size

1,431

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Update-bf.mum

File version

Not Applicable

File size

5,844

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

X86_02243200e0a585086e647c7a478338cf_31bf3856ad364e35_6.0.6002.18210_none_8d686d04b786208f.manifest

File version

Not Applicable

File size

696

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_0e31613dbe369261d6ee2a72e27a8c0a_31bf3856ad364e35_6.0.6000.17022_none_48c838e4b3767e85.manifest

File version

Not Applicable

File size

695

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_16b8451540f2bac23065ee8abfeac47f_31bf3856ad364e35_6.0.6002.18210_none_0fde06ba25647760.manifest

File version

Not Applicable

File size

695

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_18184f074d19197726cc93b0a2364865_31bf3856ad364e35_6.0.6000.17022_none_1b1305d8d6dc2ef7.manifest

File version

Not Applicable

File size

707

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_1891f3274f1f2e8ba25f92e78e5a8493_31bf3856ad364e35_6.0.6002.22343_none_321c8750935b706c.manifest

File version

Not Applicable

File size

1,060

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_1d6b70544682ef9299e54108db7688e8_31bf3856ad364e35_6.0.6001.18428_none_75619f223319c79b.manifest

File version

Not Applicable

File size

705

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_22960a5eed790d75ee667c091a4c7581_31bf3856ad364e35_6.0.6000.21227_none_47842f91193c3d3f.manifest

File version

Not Applicable

File size

721

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_26bfdc1a86311b42574dd6c57065ea88_31bf3856ad364e35_6.0.6002.18210_none_fd9053e1e1756eeb.manifest

File version

Not Applicable

File size

709

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_29455863b1821c9d5a7a5f11a9f7c6c1_31bf3856ad364e35_6.0.6002.18210_none_759b511ada792192.manifest

File version

Not Applicable

File size

705

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_2a4b0d1ce11aa4a74ccd4da3aaa25a5d_31bf3856ad364e35_6.0.6001.18428_none_c7d26291cc02a52b.manifest

File version

Not Applicable

File size

721

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_30c1f0f204792c7feba5464ad9bdc4b8_31bf3856ad364e35_6.0.6001.18428_none_6d677ccb84e7608c.manifest

File version

Not Applicable

File size

707

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_3546623f376e043c15080ba3ae399bcb_31bf3856ad364e35_6.0.6000.21227_none_72b72945254fac67.manifest

File version

Not Applicable

File size

709

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_4379e31d12edb6e70627b7ed76cc9de0_31bf3856ad364e35_6.0.6001.22638_none_178b9226b1b3a6a1.manifest

File version

Not Applicable

File size

721

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_47ebe0294c731c961326c4fc14f220de_31bf3856ad364e35_6.0.6000.21227_none_cd4f1c3bccb8fec3.manifest

File version

Not Applicable

File size

705

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_48fdea84483e574614c97ca281c3ee53_31bf3856ad364e35_6.0.6000.17022_none_14c012cd3521ea6e.manifest

File version

Not Applicable

File size

709

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_4975b3be5b8fcf0051ede61724e941a6_31bf3856ad364e35_6.0.6000.17022_none_4ebe4565fbc2cb9a.manifest

File version

Not Applicable

File size

721

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_4a733aa7bf40ad90f3bd0f1d05a293ab_31bf3856ad364e35_6.0.6000.21227_none_20a368c353dca4b1.manifest

File version

Not Applicable

File size

707

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_4ba90992b4aeb4238404490e280cf1a5_31bf3856ad364e35_6.0.6001.22638_none_539f0d5944068a6c.manifest

File version

Not Applicable

File size

1,060

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_5527b8ec04bba217931b49a6f786cc1c_31bf3856ad364e35_6.0.6000.17022_none_897ea49fcc59df8d.manifest

File version

Not Applicable

File size

1,032

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_570df66d1b6884d22dc1fe98d567b0af_31bf3856ad364e35_6.0.6001.18428_none_93020da496d5b047.manifest

File version

Not Applicable

File size

695

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_5aae770d47b1ced03bbc6ac6b7f3359a_31bf3856ad364e35_6.0.6002.22343_none_86ab67b7b5c13dbb.manifest

File version

Not Applicable

File size

695

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_5c098d186475a265e346a17ad2b87c7f_31bf3856ad364e35_6.0.6000.21227_none_d9478d0f7b37546e.manifest

File version

Not Applicable

File size

1,032

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_63b9e6a3524e61bd156cdb2884a12d4e_31bf3856ad364e35_6.0.6002.18210_none_0518ff409bf1c933.manifest

File version

Not Applicable

File size

707

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_6e3b3edd03a56eab3baac5d4b6e68913_31bf3856ad364e35_6.0.6000.17022_none_b09f2abe0e75c4f7.manifest

File version

Not Applicable

File size

705

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_6e412646c0db42a5b5d85104abc37d75_31bf3856ad364e35_6.0.6002.22343_none_14571af8ebcb98e1.manifest

File version

Not Applicable

File size

692

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_742e92de08d14f579f5364e863edb2a4_31bf3856ad364e35_6.0.6000.17022_none_1ee1ac5feff3f077.manifest

File version

Not Applicable

File size

707

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_7a562d060ef965ac4ccc6c4e19f06879_31bf3856ad364e35_6.0.6000.21227_none_36fb780a58d4691c.manifest

File version

Not Applicable

File size

707

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_7c1ddb80ad48ee8f2d864da25bbdbdeb_31bf3856ad364e35_6.0.6000.21227_none_484ad23061d6921c.manifest

File version

Not Applicable

File size

695

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_89fb22fd7470f4edeefe9446291a1aa4_31bf3856ad364e35_6.0.6002.18210_none_d1ccb2a4099f7bb5.manifest

File version

Not Applicable

File size

721

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_a546e847cdf4f901301dca6be48dcafc_31bf3856ad364e35_6.0.6001.18428_none_ab8689be42529e10.manifest

File version

Not Applicable

File size

696

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_ac29987ff1dedc34e66277cb7fcdc01f_31bf3856ad364e35_6.0.6001.22638_none_39eb2b1053feaf18.manifest

File version

Not Applicable

File size

1,032

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_af69b9b96b1b873c7d046b2aaa6c5725_31bf3856ad364e35_6.0.6001.22638_none_53f1c011e9524f9d.manifest

File version

Not Applicable

File size

695

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_b2973d859d4c289344df7b57e9155da6_31bf3856ad364e35_6.0.6001.22638_none_658ddea1cd7ecfe0.manifest

File version

Not Applicable

File size

696

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_b54795121bf65e4c663c745ab2d31d12_31bf3856ad364e35_6.0.6001.22638_none_8171f5bbfc12ae9e.manifest

File version

Not Applicable

File size

707

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_b61d286158fdfa168be9ca239e2bc271_31bf3856ad364e35_6.0.6001.18428_none_87e07fe86b520bc8.manifest

File version

Not Applicable

File size

1,032

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_b7991a25ac467a47b008a510c2d84212_31bf3856ad364e35_6.0.6002.18210_none_755dbe445a6a3f13.manifest

File version

Not Applicable

File size

692

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_bb39537142aba513b52806be81fb22c0_31bf3856ad364e35_6.0.6002.22343_none_5b70f63bb83faffe.manifest

File version

Not Applicable

File size

721

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_c8f970e15672a13a06b3b85f9608d2a6_31bf3856ad364e35_6.0.6001.18428_none_90affe959b33bfde.manifest

File version

Not Applicable

File size

707

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_cff1db8d75e7c3d0fce691627cadb479_31bf3856ad364e35_6.0.6001.22638_none_c3d60f83d36cc5ae.manifest

File version

Not Applicable

File size

705

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_e0818432c4b4645be82d8c1135e0ae34_31bf3856ad364e35_6.0.6002.22343_none_6815f48e62f99ba2.manifest

File version

Not Applicable

File size

705

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_e424ecc6ce0440e3c9d0f2b969d072cd_31bf3856ad364e35_6.0.6001.18428_none_14b30162261da913.manifest

File version

Not Applicable

File size

709

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_e550057e4470cd5ffa78fd563e92bcb0_31bf3856ad364e35_6.0.6001.22638_none_bc446fdd2bd4e95b.manifest

File version

Not Applicable

File size

1,421

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_e8ec3c8505cc5f513fba7f66beb0eb28_31bf3856ad364e35_6.0.6002.22343_none_d03b45c32fd552a0.manifest

File version

Not Applicable

File size

696

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_e973366f819a0c45483cb042e9adb25a_31bf3856ad364e35_6.0.6002.22343_none_00dfc27901878f78.manifest

File version

Not Applicable

File size

707

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_eb45cacc43a4419f4b10e0b68ce23713_31bf3856ad364e35_6.0.6002.22343_none_1d17583f67fab5ed.manifest

File version

Not Applicable

File size

1,072

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_fb9361c986c88675bb3a308e782abd2e_31bf3856ad364e35_6.0.6002.18210_none_ab8d5295b8ceb510.manifest

File version

Not Applicable

File size

707

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6000.17022_none_f3b23ce9a033de29.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

09:05

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6000.21227_none_f440dd0cb94cf9cd.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

09:14

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6001.18428_none_f59ea70f9d54d109.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

09:11

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6001.22638_none_f61d75d4b67a89eb.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

09:11

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6002.18210_none_f787e8799a7a3cab.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6002.22343_none_f7f4165eb3ad7c4d.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

06:59

Platform

Not Applicable

File name

X86_microsoft-windows-http_31bf3856ad364e35_6.0.6000.17022_none_aac6fc331bc2f16e.manifest

File version

Not Applicable

File size

144,295

Date (UTC)

21-Feb-2010

Time (UTC)

09:07

Platform

Not Applicable

File name

X86_microsoft-windows-http_31bf3856ad364e35_6.0.6000.21227_none_ab559c5634dc0d12.manifest

File version

Not Applicable

File size

144,295

Date (UTC)

21-Feb-2010

Time (UTC)

09:16

Platform

Not Applicable

File name

X86_microsoft-windows-http_31bf3856ad364e35_6.0.6001.18428_none_acb3665918e3e44e.manifest

File version

Not Applicable

File size

144,304

Date (UTC)

21-Feb-2010

Time (UTC)

09:13

Platform

Not Applicable

File name

X86_microsoft-windows-http_31bf3856ad364e35_6.0.6001.22638_none_ad32351e32099d30.manifest

File version

Not Applicable

File size

144,304

Date (UTC)

21-Feb-2010

Time (UTC)

09:13

Platform

Not Applicable

File name

X86_microsoft-windows-http_31bf3856ad364e35_6.0.6002.18210_none_ae9ca7c316094ff0.manifest

File version

Not Applicable

File size

144,703

Date (UTC)

21-Feb-2010

Time (UTC)

09:04

Platform

Not Applicable

File name

X86_microsoft-windows-http_31bf3856ad364e35_6.0.6002.22343_none_af08d5a82f3c8f92.manifest

File version

Not Applicable

File size

144,703

Date (UTC)

21-Feb-2010

Time (UTC)

07:00

Platform

Not Applicable

File name

X86_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6000.17022_none_1ea369c7fee3251e.manifest

File version

Not Applicable

File size

4,978

Date (UTC)

21-Feb-2010

Time (UTC)

09:04

Platform

Not Applicable

File name

X86_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6000.21227_none_1f3209eb17fc40c2.manifest

File version

Not Applicable

File size

4,978

Date (UTC)

21-Feb-2010

Time (UTC)

09:13

Platform

Not Applicable

File name

X86_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6001.18428_none_208fd3edfc0417fe.manifest

File version

Not Applicable

File size

5,610

Date (UTC)

21-Feb-2010

Time (UTC)

09:10

Platform

Not Applicable

File name

X86_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6001.22638_none_210ea2b31529d0e0.manifest

File version

Not Applicable

File size

5,610

Date (UTC)

21-Feb-2010

Time (UTC)

09:10

Platform

Not Applicable

File name

X86_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6002.18210_none_22791557f92983a0.manifest

File version

Not Applicable

File size

5,610

Date (UTC)

21-Feb-2010

Time (UTC)

09:01

Platform

Not Applicable

File name

X86_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6002.22343_none_22e5433d125cc342.manifest

File version

Not Applicable

File size

5,610

Date (UTC)

21-Feb-2010

Time (UTC)

06:58

Platform

Not Applicable

File name

X86_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6000.17022_none_cdb008112c2cc173.manifest

File version

Not Applicable

File size

15,023

Date (UTC)

21-Feb-2010

Time (UTC)

09:03

Platform

Not Applicable

File name

X86_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6000.21227_none_ce3ea8344545dd17.manifest

File version

Not Applicable

File size

15,023

Date (UTC)

21-Feb-2010

Time (UTC)

09:12

Platform

Not Applicable

File name

X86_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6001.18428_none_cf9c7237294db453.manifest

File version

Not Applicable

File size

17,364

Date (UTC)

22-Feb-2010

Time (UTC)

13:36

Platform

Not Applicable

File name

X86_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6001.22638_none_d01b40fc42736d35.manifest

File version

Not Applicable

File size

16,238

Date (UTC)

21-Feb-2010

Time (UTC)

09:09

Platform

Not Applicable

File name

X86_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6002.18210_none_d185b3a126731ff5.manifest

File version

Not Applicable

File size

17,364

Date (UTC)

22-Feb-2010

Time (UTC)

13:36

Platform

Not Applicable

File name

X86_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6002.22343_none_d1f1e1863fa65f97.manifest

File version

Not Applicable

File size

16,238

Date (UTC)

21-Feb-2010

Time (UTC)

06:57

Platform

Not Applicable

File name

X86_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6000.17022_none_678f770e86bd182c.manifest

File version

Not Applicable

File size

5,285

Date (UTC)

21-Feb-2010

Time (UTC)

09:07

Platform

Not Applicable

File name

X86_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6000.21227_none_681e17319fd633d0.manifest

File version

Not Applicable

File size

5,285

Date (UTC)

21-Feb-2010

Time (UTC)

09:16

Platform

Not Applicable

File name

X86_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6001.18428_none_697be13483de0b0c.manifest

File version

Not Applicable

File size

5,296

Date (UTC)

21-Feb-2010

Time (UTC)

09:13

Platform

Not Applicable

File name

X86_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6001.22638_none_69faaff99d03c3ee.manifest

File version

Not Applicable

File size

5,296

Date (UTC)

21-Feb-2010

Time (UTC)

09:13

Platform

Not Applicable

File name

X86_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6002.18210_none_6b65229e810376ae.manifest

File version

Not Applicable

File size

5,296

Date (UTC)

21-Feb-2010

Time (UTC)

09:04

Platform

Not Applicable

File name

X86_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6002.22343_none_6bd150839a36b650.manifest

File version

Not Applicable

File size

5,296

Date (UTC)

21-Feb-2010

Time (UTC)

07:00

Platform

Not Applicable

File name

X86_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6000.17022_none_0eef72aeb7ba5ba2.manifest

File version

Not Applicable

File size

257,162

Date (UTC)

21-Feb-2010

Time (UTC)

09:04

Platform

Not Applicable

File name

X86_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6000.21227_none_0f7e12d1d0d37746.manifest

File version

Not Applicable

File size

257,162

Date (UTC)

21-Feb-2010

Time (UTC)

09:13

Platform

Not Applicable

File name

X86_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6001.18428_none_10dbdcd4b4db4e82.manifest

File version

Not Applicable

File size

364,346

Date (UTC)

22-Feb-2010

Time (UTC)

13:36

Platform

Not Applicable

File name

X86_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6001.22638_none_115aab99ce010764.manifest

File version

Not Applicable

File size

342,561

Date (UTC)

21-Feb-2010

Time (UTC)

09:10

Platform

Not Applicable

File name

X86_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6002.18210_none_12c51e3eb200ba24.manifest

File version

Not Applicable

File size

364,346

Date (UTC)

22-Feb-2010

Time (UTC)

13:36

Platform

Not Applicable

File name

X86_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6002.22343_none_13314c23cb33f9c6.manifest

File version

Not Applicable

File size

342,561

Date (UTC)

21-Feb-2010

Time (UTC)

06:58

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6000.17022_none_71b326ce7762720f.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6000.21227_none_7241c6f1907b8db3.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

09:12

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6001.18428_none_739f90f4748364ef.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

09:08

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6001.22638_none_741e5fb98da91dd1.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

09:08

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6002.18210_none_7588d25e71a8d091.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

08:59

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6002.22343_none_75f500438adc1033.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

06:57

Platform

Not Applicable

File name

X86_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6000.17022_none_d8a25cbbadca5f63.manifest

File version

Not Applicable

File size

22,579

Date (UTC)

21-Feb-2010

Time (UTC)

09:04

Platform

Not Applicable

File name

X86_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6000.21227_none_d930fcdec6e37b07.manifest

File version

Not Applicable

File size

22,579

Date (UTC)

21-Feb-2010

Time (UTC)

09:14

Platform

Not Applicable

File name

X86_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6001.18428_none_da8ec6e1aaeb5243.manifest

File version

Not Applicable

File size

24,123

Date (UTC)

22-Feb-2010

Time (UTC)

13:36

Platform

Not Applicable

File name

X86_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6001.22638_none_db0d95a6c4110b25.manifest

File version

Not Applicable

File size

22,611

Date (UTC)

21-Feb-2010

Time (UTC)

09:10

Platform

Not Applicable

File name

X86_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6002.18210_none_dc78084ba810bde5.manifest

File version

Not Applicable

File size

24,123

Date (UTC)

22-Feb-2010

Time (UTC)

13:36

Platform

Not Applicable

File name

X86_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6002.22343_none_dce43630c143fd87.manifest

File version

Not Applicable

File size

22,611

Date (UTC)

21-Feb-2010

Time (UTC)

06:58

Platform

Not Applicable

지원되는 모든 x64 기반 버전의 Windows Vista 및 Windows Server 2008에 대한 추가 파일

File name

Amd64_0396aa1abdbbe576799a7a40b78c785d_31bf3856ad364e35_6.0.6002.18210_none_a966731f4e806fd2.manifest

File version

Not Applicable

File size

1,040

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_057bd3989c2363ad518ba05b5434aee3_31bf3856ad364e35_6.0.6001.18428_none_c93350729aabdaaa.manifest

File version

Not Applicable

File size

1,068

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_096e3f5883b51f661a5b3d3b05a45228_31bf3856ad364e35_6.0.6000.17022_none_b6b9cb7d2b4ad7e2.manifest

File version

Not Applicable

File size

1,378

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_1083aa8b7197d02b3276b2ee8db055d6_31bf3856ad364e35_6.0.6001.22638_none_a6b8864255b07317.manifest

File version

Not Applicable

File size

700

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_1272d879f0db74466da50d82011d56be_31bf3856ad364e35_6.0.6001.22638_none_ac1e09b9814fe59e.manifest

File version

Not Applicable

File size

1,064

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_12c69b7d340eaec8952a646257d20ca9_31bf3856ad364e35_6.0.6002.18210_none_259bc72bd1350b48.manifest

File version

Not Applicable

File size

1,064

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_1393fbf846929dacb71c2dc096fef6fd_31bf3856ad364e35_6.0.6000.21227_none_6f27647de1f98ff9.manifest

File version

Not Applicable

File size

1,068

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_1e490f85bef76e145bfba6102bb3074c_31bf3856ad364e35_6.0.6002.22343_none_d684fc12fa222bab.manifest

File version

Not Applicable

File size

1,774

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_27dbcbcbe1ba1f955972057655fdb999_31bf3856ad364e35_6.0.6000.17022_none_ed4807514523c7a6.manifest

File version

Not Applicable

File size

1,064

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_2e28a505dfa294929ccec3ded4b35986_31bf3856ad364e35_6.0.6001.22638_none_b51c68bab24784d0.manifest

File version

Not Applicable

File size

1,092

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_31f6927e29b1a5d26b9dd8e22cdbed93_31bf3856ad364e35_6.0.6001.18428_none_6981b66bab29ed90.manifest

File version

Not Applicable

File size

1,092

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_40bfc6461f3ddddb16f9d51409cac739_31bf3856ad364e35_6.0.6001.18428_none_3036a122db1dc5c3.manifest

File version

Not Applicable

File size

1,038

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_5be331b2c05ac6bdd5f9a0e077ab3b48_31bf3856ad364e35_6.0.6000.21227_none_b743354204fd0c8a.manifest

File version

Not Applicable

File size

1,038

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_5da01ae93dbbb976f9c751d02154c97c_31bf3856ad364e35_6.0.6000.17022_none_d1566aa5bb9ba58f.manifest

File version

Not Applicable

File size

1,092

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_64a3134b9d6109e0419aa25d3918229a_31bf3856ad364e35_6.0.6000.21227_none_f051f2e59d90154f.manifest

File version

Not Applicable

File size

1,064

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_69441914fe1aff3c4886b125ec274910_31bf3856ad364e35_6.0.6000.21227_none_b135204b8edaee45.manifest

File version

Not Applicable

File size

1,060

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_6baa1fd38f3673e95415a2a911b8717f_31bf3856ad364e35_6.0.6000.17022_none_4637950ba6806c77.manifest

File version

Not Applicable

File size

1,060

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_6dc5c282b081f39c9f583172b33b0e0f_31bf3856ad364e35_6.0.6002.18210_none_b894260b5ee6a8f6.manifest

File version

Not Applicable

File size

1,060

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_791f1b1b3c80a076d5b268efc758b21e_31bf3856ad364e35_6.0.6002.18210_none_689f0329f8646a21.manifest

File version

Not Applicable

File size

1,092

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_7afa4b76dd2ab49588a42db469ce621b_31bf3856ad364e35_6.0.6000.17022_none_bf1c589134624237.manifest

File version

Not Applicable

File size

1,038

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_817942a7f72866294a45cb55e17538c3_31bf3856ad364e35_6.0.6002.22343_none_86768c10ab713ea0.manifest

File version

Not Applicable

File size

1,064

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_85cf5ef553b5fea8cf22642b7a2a3a2f_31bf3856ad364e35_6.0.6001.18428_none_d996c8f2be5d0e97.manifest

File version

Not Applicable

File size

700

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_86c257a6a5850c003a8cab18b968dc57_31bf3856ad364e35_6.0.6002.22343_none_2e7880fb1fe31e9e.manifest

File version

Not Applicable

File size

1,040

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_8a1fd5dbef9f4d97ab73e7f456de9f96_31bf3856ad364e35_6.0.6001.22638_none_c7f5ae5a70286af5.manifest

File version

Not Applicable

File size

1,038

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_8cb3fd542376e7a515dadd6ebc60ed3c_31bf3856ad364e35_6.0.6001.22638_none_4fb857a8eb600f7a.manifest

File version

Not Applicable

File size

2,500

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_8e105a550e30dc81c302ac1e3434ef68_31bf3856ad364e35_6.0.6002.18210_none_60b2320c8fa96354.manifest

File version

Not Applicable

File size

1,064

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_9c36ab24befd65432dc34e9e4e8bb8ee_31bf3856ad364e35_6.0.6001.18428_none_1e69dcae3a3adf80.manifest

File version

Not Applicable

File size

1,064

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_a15609869652a1b4cc7467c081d1f305_31bf3856ad364e35_6.0.6001.18428_none_c6d9ff48d93ce792.manifest

File version

Not Applicable

File size

1,378

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_a86bb8c50556739b66b39c563ffe1d0c_31bf3856ad364e35_6.0.6001.22638_none_4f512be61c0b0c63.manifest

File version

Not Applicable

File size

1,378

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_aae82a18b174955f2fa696347e8e219b_31bf3856ad364e35_6.0.6000.21227_none_b4021b463ce5c319.manifest

File version

Not Applicable

File size

1,092

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_be9f53095540b3e3f87d3b91dcb0c5dd_31bf3856ad364e35_6.0.6002.18210_none_67773f9b6f00f0d0.manifest

File version

Not Applicable

File size

696

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_c3dd983a1e107ac78a6c06e03f3e2dd7_31bf3856ad364e35_6.0.6001.22638_none_599f4a465593665c.manifest

File version

Not Applicable

File size

1,774

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_c6ce5d8a6fa0f2fa22c23fdf3d8af4c1_31bf3856ad364e35_6.0.6000.21227_none_776a8378fb80519e.manifest

File version

Not Applicable

File size

1,064

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_d34640a5edbd74cad8da1700c5e2026f_31bf3856ad364e35_6.0.6001.18428_none_dd4ddeb62c552160.manifest

File version

Not Applicable

File size

1,064

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_d96ad5ad29c37760b5f783a1ec12ae3a_31bf3856ad364e35_6.0.6002.22343_none_a2c0699f107b24bc.manifest

File version

Not Applicable

File size

1,060

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_e9de41f465053c6b4b6ef1c2d2a4c066_31bf3856ad364e35_6.0.6000.21227_none_8b1ae827abc247ea.manifest

File version

Not Applicable

File size

1,378

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_eade1565d70b6e23fa5d1627f7840bfc_31bf3856ad364e35_6.0.6002.22343_none_02440274b726071e.manifest

File version

Not Applicable

File size

696

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_ec3247bba4d7e703bd7b424d934fccd1_31bf3856ad364e35_6.0.6002.18210_none_166c01881f2ec1a8.manifest

File version

Not Applicable

File size

1,068

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_ee17ae045807e33ba9d7c7a8d1345d20_31bf3856ad364e35_6.0.6002.22343_none_b680acb6a946c6a7.manifest

File version

Not Applicable

File size

1,092

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_f22bfafd1be63d4d51a4fb961525becf_31bf3856ad364e35_6.0.6000.17022_none_cca1afe2ed7ceccc.manifest

File version

Not Applicable

File size

1,068

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_f359141b9e59548bdc5509b347f96dc7_31bf3856ad364e35_6.0.6002.22343_none_d858c81f4c736c9e.manifest

File version

Not Applicable

File size

1,038

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_f476519d5763213fd50706e368e26823_31bf3856ad364e35_6.0.6002.22343_none_09cf3d202356fcc0.manifest

File version

Not Applicable

File size

1,798

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_f5586f60ea6a85078037405364357a41_31bf3856ad364e35_6.0.6001.18428_none_41a3987c66c26d31.manifest

File version

Not Applicable

File size

1,060

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_f950716d6de78b968b377fddf2bb782b_31bf3856ad364e35_6.0.6002.18210_none_b78c5be8334a52d8.manifest

File version

Not Applicable

File size

1,038

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_ffd3fe027f843fe9c1b3b731047e1014_31bf3856ad364e35_6.0.6001.22638_none_a544a9f5c0482c2b.manifest

File version

Not Applicable

File size

1,060

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Amd64_microsoft-windows-http-api_31bf3856ad364e35_6.0.6000.17022_none_4fd0d86d58914f5f.manifest

File version

Not Applicable

File size

4,722

Date (UTC)

21-Feb-2010

Time (UTC)

09:52

Platform

Not Applicable

File name

Amd64_microsoft-windows-http-api_31bf3856ad364e35_6.0.6000.21227_none_505f789071aa6b03.manifest

File version

Not Applicable

File size

4,722

Date (UTC)

21-Feb-2010

Time (UTC)

09:04

Platform

Not Applicable

File name

Amd64_microsoft-windows-http-api_31bf3856ad364e35_6.0.6001.18428_none_51bd429355b2423f.manifest

File version

Not Applicable

File size

4,722

Date (UTC)

21-Feb-2010

Time (UTC)

09:10

Platform

Not Applicable

File name

Amd64_microsoft-windows-http-api_31bf3856ad364e35_6.0.6001.22638_none_523c11586ed7fb21.manifest

File version

Not Applicable

File size

4,722

Date (UTC)

21-Feb-2010

Time (UTC)

10:46

Platform

Not Applicable

File name

Amd64_microsoft-windows-http-api_31bf3856ad364e35_6.0.6002.18210_none_53a683fd52d7ade1.manifest

File version

Not Applicable

File size

4,722

Date (UTC)

21-Feb-2010

Time (UTC)

10:09

Platform

Not Applicable

File name

Amd64_microsoft-windows-http-api_31bf3856ad364e35_6.0.6002.22343_none_5412b1e26c0aed83.manifest

File version

Not Applicable

File size

4,722

Date (UTC)

21-Feb-2010

Time (UTC)

10:45

Platform

Not Applicable

File name

Amd64_microsoft-windows-http_31bf3856ad364e35_6.0.6000.17022_none_06e597b6d42062a4.manifest

File version

Not Applicable

File size

144,559

Date (UTC)

21-Feb-2010

Time (UTC)

09:54

Platform

Not Applicable

File name

Amd64_microsoft-windows-http_31bf3856ad364e35_6.0.6000.21227_none_077437d9ed397e48.manifest

File version

Not Applicable

File size

144,559

Date (UTC)

21-Feb-2010

Time (UTC)

09:06

Platform

Not Applicable

File name

Amd64_microsoft-windows-http_31bf3856ad364e35_6.0.6001.18428_none_08d201dcd1415584.manifest

File version

Not Applicable

File size

144,568

Date (UTC)

21-Feb-2010

Time (UTC)

09:12

Platform

Not Applicable

File name

Amd64_microsoft-windows-http_31bf3856ad364e35_6.0.6001.22638_none_0950d0a1ea670e66.manifest

File version

Not Applicable

File size

144,568

Date (UTC)

21-Feb-2010

Time (UTC)

10:48

Platform

Not Applicable

File name

Amd64_microsoft-windows-http_31bf3856ad364e35_6.0.6002.18210_none_0abb4346ce66c126.manifest

File version

Not Applicable

File size

144,967

Date (UTC)

21-Feb-2010

Time (UTC)

10:11

Platform

Not Applicable

File name

Amd64_microsoft-windows-http_31bf3856ad364e35_6.0.6002.22343_none_0b27712be79a00c8.manifest

File version

Not Applicable

File size

144,967

Date (UTC)

21-Feb-2010

Time (UTC)

10:47

Platform

Not Applicable

File name

Amd64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6000.17022_none_7ac2054bb7409654.manifest

File version

Not Applicable

File size

4,992

Date (UTC)

21-Feb-2010

Time (UTC)

09:51

Platform

Not Applicable

File name

Amd64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6000.21227_none_7b50a56ed059b1f8.manifest

File version

Not Applicable

File size

4,992

Date (UTC)

21-Feb-2010

Time (UTC)

09:03

Platform

Not Applicable

File name

Amd64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6001.18428_none_7cae6f71b4618934.manifest

File version

Not Applicable

File size

5,628

Date (UTC)

21-Feb-2010

Time (UTC)

09:09

Platform

Not Applicable

File name

Amd64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6001.22638_none_7d2d3e36cd874216.manifest

File version

Not Applicable

File size

5,628

Date (UTC)

21-Feb-2010

Time (UTC)

10:45

Platform

Not Applicable

File name

Amd64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6002.18210_none_7e97b0dbb186f4d6.manifest

File version

Not Applicable

File size

5,628

Date (UTC)

21-Feb-2010

Time (UTC)

10:08

Platform

Not Applicable

File name

Amd64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6002.22343_none_7f03dec0caba3478.manifest

File version

Not Applicable

File size

5,628

Date (UTC)

21-Feb-2010

Time (UTC)

10:44

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6000.17022_none_29cea394e48a32a9.manifest

File version

Not Applicable

File size

15,051

Date (UTC)

21-Feb-2010

Time (UTC)

09:49

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6000.21227_none_2a5d43b7fda34e4d.manifest

File version

Not Applicable

File size

15,051

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6001.18428_none_2bbb0dbae1ab2589.manifest

File version

Not Applicable

File size

17,396

Date (UTC)

22-Feb-2010

Time (UTC)

13:38

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6001.22638_none_2c39dc7ffad0de6b.manifest

File version

Not Applicable

File size

16,270

Date (UTC)

21-Feb-2010

Time (UTC)

10:44

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6002.18210_none_2da44f24ded0912b.manifest

File version

Not Applicable

File size

17,396

Date (UTC)

22-Feb-2010

Time (UTC)

13:38

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6002.22343_none_2e107d09f803d0cd.manifest

File version

Not Applicable

File size

16,270

Date (UTC)

21-Feb-2010

Time (UTC)

10:43

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6000.17022_none_c3ae12923f1a8962.manifest

File version

Not Applicable

File size

5,611

Date (UTC)

21-Feb-2010

Time (UTC)

09:54

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6000.21227_none_c43cb2b55833a506.manifest

File version

Not Applicable

File size

5,611

Date (UTC)

21-Feb-2010

Time (UTC)

09:06

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6001.18428_none_c59a7cb83c3b7c42.manifest

File version

Not Applicable

File size

5,622

Date (UTC)

21-Feb-2010

Time (UTC)

09:12

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6001.22638_none_c6194b7d55613524.manifest

File version

Not Applicable

File size

5,622

Date (UTC)

21-Feb-2010

Time (UTC)

10:48

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6002.18210_none_c783be223960e7e4.manifest

File version

Not Applicable

File size

5,622

Date (UTC)

21-Feb-2010

Time (UTC)

10:11

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6002.22343_none_c7efec0752942786.manifest

File version

Not Applicable

File size

5,622

Date (UTC)

21-Feb-2010

Time (UTC)

10:47

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6000.21227_none_6b9cae558930e87c.manifest

File version

Not Applicable

File size

257,196

Date (UTC)

21-Feb-2010

Time (UTC)

09:03

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6001.18428_none_6cfa78586d38bfb8.manifest

File version

Not Applicable

File size

364,384

Date (UTC)

22-Feb-2010

Time (UTC)

13:38

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6001.22638_none_6d79471d865e789a.manifest

File version

Not Applicable

File size

342,599

Date (UTC)

21-Feb-2010

Time (UTC)

10:45

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6002.18210_none_6ee3b9c26a5e2b5a.manifest

File version

Not Applicable

File size

364,384

Date (UTC)

22-Feb-2010

Time (UTC)

13:38

Platform

Not Applicable

File name

Amd64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6002.22343_none_6f4fe7a783916afc.manifest

File version

Not Applicable

File size

342,599

Date (UTC)

21-Feb-2010

Time (UTC)

10:44

Platform

Not Applicable

File name

Amd64_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6000.17022_none_cdd1c2522fbfe345.manifest

File version

Not Applicable

File size

6,238

Date (UTC)

21-Feb-2010

Time (UTC)

09:48

Platform

Not Applicable

File name

Amd64_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6000.21227_none_ce60627548d8fee9.manifest

File version

Not Applicable

File size

6,238

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Amd64_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6001.18428_none_cfbe2c782ce0d625.manifest

File version

Not Applicable

File size

6,238

Date (UTC)

21-Feb-2010

Time (UTC)

09:07

Platform

Not Applicable

File name

Amd64_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6001.22638_none_d03cfb3d46068f07.manifest

File version

Not Applicable

File size

6,238

Date (UTC)

21-Feb-2010

Time (UTC)

10:43

Platform

Not Applicable

File name

Amd64_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6002.18210_none_d1a76de22a0641c7.manifest

File version

Not Applicable

File size

6,238

Date (UTC)

21-Feb-2010

Time (UTC)

10:07

Platform

Not Applicable

File name

Amd64_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6002.22343_none_d2139bc743398169.manifest

File version

Not Applicable

File size

6,238

Date (UTC)

21-Feb-2010

Time (UTC)

10:42

Platform

Not Applicable

File name

Amd64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6000.17022_none_34c0f83f6627d099.manifest

File version

Not Applicable

File size

22,611

Date (UTC)

21-Feb-2010

Time (UTC)

09:51

Platform

Not Applicable

File name

Amd64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6000.21227_none_354f98627f40ec3d.manifest

File version

Not Applicable

File size

22,611

Date (UTC)

21-Feb-2010

Time (UTC)

09:03

Platform

Not Applicable

File name

Amd64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6001.18428_none_36ad62656348c379.manifest

File version

Not Applicable

File size

24,155

Date (UTC)

22-Feb-2010

Time (UTC)

13:38

Platform

Not Applicable

File name

Amd64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6001.22638_none_372c312a7c6e7c5b.manifest

File version

Not Applicable

File size

22,643

Date (UTC)

21-Feb-2010

Time (UTC)

10:45

Platform

Not Applicable

File name

Amd64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6002.18210_none_3896a3cf606e2f1b.manifest

File version

Not Applicable

File size

24,155

Date (UTC)

22-Feb-2010

Time (UTC)

13:38

Platform

Not Applicable

File name

Amd64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6002.22343_none_3902d1b479a16ebd.manifest

File version

Not Applicable

File size

22,643

Date (UTC)

21-Feb-2010

Time (UTC)

10:44

Platform

Not Applicable

File name

Package_10_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

4,193

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_10_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

11,628

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_11_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

3,009

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_11_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

7,827

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_12_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,389

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_12_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

5,863

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_13_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,963

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_13_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

7,575

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_14_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

4,330

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_14_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

9,923

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_15_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,365

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_15_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

6,111

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_16_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,130

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_16_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

5,844

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_17_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,803

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_17_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

7,411

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_18_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,229

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_18_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

5,699

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_19_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,205

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_19_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

5,947

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_1_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,744

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_1_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,450

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_20_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

4,170

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_20_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

9,762

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_21_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,970

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_21_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

5,683

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_22_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,439

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_22_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

7,104

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_23_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

3,763

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_23_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

9,350

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_24_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,803

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_24_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

7,416

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_25_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,229

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_25_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

5,702

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_26_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

3,009

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_26_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

5,076

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_27_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,205

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_27_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

3,190

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_28_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

4,116

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_28_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

6,061

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_29_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,970

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_29_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,923

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_2_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

3,166

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_2_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

7,985

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_3_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

3,845

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_3_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

9,427

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_4_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,363

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_4_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

6,106

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_5_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,128

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_5_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

5,839

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_6_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

3,008

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_6_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

7,826

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_7_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,204

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_7_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

5,942

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_8_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

3,687

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_8_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

9,264

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_9_for_kb973917_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,969

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_9_for_kb973917~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

5,675

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_client_0_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,825

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_client_0~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,896

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_client_1_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,631

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_client_1~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,699

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_client_2_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

3,226

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_client_2~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

3,313

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_client_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,964

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_client~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,010

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_sc_0_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,882

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_sc_0~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,917

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_sc_1_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,956

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_sc_1~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

3,035

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_sc_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,680

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_sc~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,713

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_server_0_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,821

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_server_0~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

2,888

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_server_1_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

3,226

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_server_1~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

3,318

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_server_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,692

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_server~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,725

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_winpesrv_0_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,411

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_winpesrv_0~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,430

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_winpesrv_bf~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,419

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_winpesrv~31bf3856ad364e35~amd64~~6.0.2.2.mum

File version

Not Applicable

File size

1,439

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Update-bf.mum

File version

Not Applicable

File size

5,898

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Wow64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6000.17022_none_8516af9deba1584f.manifest

File version

Not Applicable

File size

3,671

Date (UTC)

21-Feb-2010

Time (UTC)

08:56

Platform

Not Applicable

File name

Wow64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6000.21227_none_85a54fc104ba73f3.manifest

File version

Not Applicable

File size

3,671

Date (UTC)

21-Feb-2010

Time (UTC)

09:06

Platform

Not Applicable

File name

Wow64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6001.18428_none_870319c3e8c24b2f.manifest

File version

Not Applicable

File size

3,671

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Wow64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6001.22638_none_8781e88901e80411.manifest

File version

Not Applicable

File size

3,671

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Wow64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6002.18210_none_88ec5b2de5e7b6d1.manifest

File version

Not Applicable

File size

3,671

Date (UTC)

21-Feb-2010

Time (UTC)

08:54

Platform

Not Applicable

File name

Wow64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6002.22343_none_89588912ff1af673.manifest

File version

Not Applicable

File size

3,671

Date (UTC)

21-Feb-2010

Time (UTC)

06:51

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6000.17022_none_34234de718eaf4a4.manifest

File version

Not Applicable

File size

8,818

Date (UTC)

21-Feb-2010

Time (UTC)

08:56

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6000.21227_none_34b1ee0a32041048.manifest

File version

Not Applicable

File size

8,818

Date (UTC)

21-Feb-2010

Time (UTC)

09:06

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6001.18428_none_360fb80d160be784.manifest

File version

Not Applicable

File size

10,378

Date (UTC)

22-Feb-2010

Time (UTC)

13:38

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6001.22638_none_368e86d22f31a066.manifest

File version

Not Applicable

File size

9,710

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6002.18210_none_37f8f97713315326.manifest

File version

Not Applicable

File size

10,378

Date (UTC)

22-Feb-2010

Time (UTC)

13:38

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6002.22343_none_3865275c2c6492c8.manifest

File version

Not Applicable

File size

9,710

Date (UTC)

21-Feb-2010

Time (UTC)

06:51

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6000.17022_none_ce02bce4737b4b5d.manifest

File version

Not Applicable

File size

3,563

Date (UTC)

21-Feb-2010

Time (UTC)

08:57

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6000.21227_none_ce915d078c946701.manifest

File version

Not Applicable

File size

3,563

Date (UTC)

21-Feb-2010

Time (UTC)

09:07

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6001.18428_none_cfef270a709c3e3d.manifest

File version

Not Applicable

File size

3,563

Date (UTC)

21-Feb-2010

Time (UTC)

09:03

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6001.22638_none_d06df5cf89c1f71f.manifest

File version

Not Applicable

File size

3,563

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6002.18210_none_d1d868746dc1a9df.manifest

File version

Not Applicable

File size

3,563

Date (UTC)

21-Feb-2010

Time (UTC)

08:54

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6002.22343_none_d244965986f4e981.manifest

File version

Not Applicable

File size

3,563

Date (UTC)

21-Feb-2010

Time (UTC)

06:52

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6000.21227_none_75f158a7bd91aa77.manifest

File version

Not Applicable

File size

246,881

Date (UTC)

21-Feb-2010

Time (UTC)

09:07

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6001.18428_none_774f22aaa19981b3.manifest

File version

Not Applicable

File size

329,795

Date (UTC)

21-Feb-2010

Time (UTC)

09:03

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6001.22638_none_77cdf16fbabf3a95.manifest

File version

Not Applicable

File size

329,795

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6002.18210_none_793864149ebeed55.manifest

File version

Not Applicable

File size

329,795

Date (UTC)

21-Feb-2010

Time (UTC)

08:54

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6002.22343_none_79a491f9b7f22cf7.manifest

File version

Not Applicable

File size

329,795

Date (UTC)

21-Feb-2010

Time (UTC)

06:51

Platform

Not Applicable

File name

Wow64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6000.17022_none_3f15a2919a889294.manifest

File version

Not Applicable

File size

18,467

Date (UTC)

21-Feb-2010

Time (UTC)

08:56

Platform

Not Applicable

File name

Wow64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6000.21227_none_3fa442b4b3a1ae38.manifest

File version

Not Applicable

File size

18,467

Date (UTC)

21-Feb-2010

Time (UTC)

09:06

Platform

Not Applicable

File name

Wow64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6001.18428_none_41020cb797a98574.manifest

File version

Not Applicable

File size

19,731

Date (UTC)

22-Feb-2010

Time (UTC)

13:38

Platform

Not Applicable

File name

Wow64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6001.22638_none_4180db7cb0cf3e56.manifest

File version

Not Applicable

File size

18,467

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Wow64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6002.18210_none_42eb4e2194cef116.manifest

File version

Not Applicable

File size

19,731

Date (UTC)

22-Feb-2010

Time (UTC)

13:38

Platform

Not Applicable

File name

Wow64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6002.22343_none_43577c06ae0230b8.manifest

File version

Not Applicable

File size

18,467

Date (UTC)

21-Feb-2010

Time (UTC)

06:51

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6000.17022_none_f3b23ce9a033de29.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

09:05

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6000.21227_none_f440dd0cb94cf9cd.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

09:14

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6001.18428_none_f59ea70f9d54d109.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

09:11

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6001.22638_none_f61d75d4b67a89eb.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

09:11

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6002.18210_none_f787e8799a7a3cab.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6002.22343_none_f7f4165eb3ad7c4d.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

06:59

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6000.17022_none_71b326ce7762720f.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6000.21227_none_7241c6f1907b8db3.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

09:12

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6001.18428_none_739f90f4748364ef.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

09:08

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6001.22638_none_741e5fb98da91dd1.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

09:08

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6002.18210_none_7588d25e71a8d091.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

08:59

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6002.22343_none_75f500438adc1033.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

06:57

Platform

Not Applicable

지원되는 모든 IA-64 기반 버전의 Windows Server 2008에 대한 추가 파일

File name

Ia64_0963fdf14c4650815ae54f497fc4600a_31bf3856ad364e35_6.0.6002.18210_none_ac706ef6fab16933.manifest

File version

Not Applicable

File size

1,058

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_0a9f753596c20f8afd6711039b6c69e6_31bf3856ad364e35_6.0.6001.22638_none_5830d25bfec207d6.manifest

File version

Not Applicable

File size

1,375

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_131c188d454f77fcaa0939ce842a7f81_31bf3856ad364e35_6.0.6001.18428_none_772dfb17c5f1adf2.manifest

File version

Not Applicable

File size

1,375

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_1707e1a7d422e10e3f5a0f455ec17b1a_31bf3856ad364e35_6.0.6002.18210_none_bbac25924390826a.manifest

File version

Not Applicable

File size

1,036

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_22234b9ac58bb83b48529cecb1fd0eba_31bf3856ad364e35_6.0.6002.22343_none_99a1ee38e379d42d.manifest

File version

Not Applicable

File size

1,038

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_2356089e9aff47a3323dce4209b91bf7_31bf3856ad364e35_6.0.6001.22638_none_d6082568fe96aee0.manifest

File version

Not Applicable

File size

698

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_3839b52bd88e2b5ef31a93b27c65a7ed_31bf3856ad364e35_6.0.6002.22343_none_d6bda86c9fd57c5f.manifest

File version

Not Applicable

File size

1,058

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_5b3a554bec5ab8e2baa5e1d4593196c5_31bf3856ad364e35_6.0.6001.18428_none_9d9b32ff66dc7f1f.manifest

File version

Not Applicable

File size

1,062

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_6bd36a8cae19a34594bffe5c80c426f9_31bf3856ad364e35_6.0.6002.22343_none_a0b59ed428bf06ff.manifest

File version

Not Applicable

File size

1,090

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_723e40ba0d9f0b30a09ff60e57f47fd2_31bf3856ad364e35_6.0.6001.18428_none_aead516a008a617f.manifest

File version

Not Applicable

File size

1,090

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_7fda66093c38f2e4f343f7d98a2d5100_31bf3856ad364e35_6.0.6002.22343_none_7357753999ade097.manifest

File version

Not Applicable

File size

1,062

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_802aaa013d25eac3bb2a40dfc89e9ef4_31bf3856ad364e35_6.0.6002.18210_none_448062fd6cce2ca1.manifest

File version

Not Applicable

File size

694

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_8addda7c5702356126bbda748e6712c0_31bf3856ad364e35_6.0.6001.22638_none_b5f38508a32dbf4e.manifest

File version

Not Applicable

File size

1,771

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_8e6838d3ad815a73000b9ef8d12b8157_31bf3856ad364e35_6.0.6001.18428_none_967bce8561924a28.manifest

File version

Not Applicable

File size

1,062

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_8eb242dcc18c91b3ca2777f0e226440d_31bf3856ad364e35_6.0.6001.22638_none_87c38071ee68a371.manifest

File version

Not Applicable

File size

1,090

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_92464b56ef895174b17a8ebe2a4b03e0_31bf3856ad364e35_6.0.6001.18428_none_53f049e78f702da8.manifest

File version

Not Applicable

File size

1,066

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_a07425f4ea12fc6639248773ea165166_31bf3856ad364e35_6.0.6001.18428_none_6a60194094109b78.manifest

File version

Not Applicable

File size

1,058

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_ad766a0d402053a2397d638871aec63e_31bf3856ad364e35_6.0.6001.18428_none_7b00107498de96b0.manifest

File version

Not Applicable

File size

698

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_ae71445b9c722bb38482b222fcb58b28_31bf3856ad364e35_6.0.6002.18210_none_f5d56fba5e02df4c.manifest

File version

Not Applicable

File size

1,066

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_ae8dcf9031f6c5451e8114f718d4da8d_31bf3856ad364e35_6.0.6002.22343_none_7ba4d1d2a0bcc6c9.manifest

File version

Not Applicable

File size

694

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_b76eb400f2db500534ec405d888482e8_31bf3856ad364e35_6.0.6001.22638_none_1e6639d4b1dcdee8.manifest

File version

Not Applicable

File size

1,058

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_b86a45a359e9f5cc9fdabe41deaf0502_31bf3856ad364e35_6.0.6001.22638_none_1582e15a7acb532f.manifest

File version

Not Applicable

File size

1,036

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_c073a4f4e107a348f3e7d66e78bd7bff_31bf3856ad364e35_6.0.6001.22638_none_3d4d7c643ebf59c4.manifest

File version

Not Applicable

File size

1,062

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_cd1145d7973776afb4694ec9de8bcf0e_31bf3856ad364e35_6.0.6002.22343_none_8086db86572b0ef5.manifest

File version

Not Applicable

File size

1,771

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_cf51b45f64a0e8bc4375e685dae03e03_31bf3856ad364e35_6.0.6002.18210_none_203805c2ea3da750.manifest

File version

Not Applicable

File size

1,038

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_e13cc44be96829b2fd1fdb07a2a603fd_31bf3856ad364e35_6.0.6002.18210_none_b24c95f6f07843f8.manifest

File version

Not Applicable

File size

1,090

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_e45cf89010cd78f68bf5f238e34bb217_31bf3856ad364e35_6.0.6001.18428_none_e994f25c405c3854.manifest

File version

Not Applicable

File size

1,036

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_e6d3b185f677dec7e7da4ea194134808_31bf3856ad364e35_6.0.6002.18210_none_3f0ebf69ba2e6e69.manifest

File version

Not Applicable

File size

1,062

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_ea34d1949293a281647c2c4d1f3822fa_31bf3856ad364e35_6.0.6002.22343_none_67f6e2de761de3f3.manifest

File version

Not Applicable

File size

1,036

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_fc8d8785f4b063a0491ac65bef9eded5_31bf3856ad364e35_6.0.6002.18210_none_4900400efe7815e2.manifest

File version

Not Applicable

File size

1,062

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Ia64_microsoft-windows-http-api_31bf3856ad364e35_6.0.6001.18428_none_f5a04b059d52da05.manifest

File version

Not Applicable

File size

4,715

Date (UTC)

21-Feb-2010

Time (UTC)

09:00

Platform

Not Applicable

File name

Ia64_microsoft-windows-http-api_31bf3856ad364e35_6.0.6001.22638_none_f61f19cab67892e7.manifest

File version

Not Applicable

File size

4,715

Date (UTC)

21-Feb-2010

Time (UTC)

23:31

Platform

Not Applicable

File name

Ia64_microsoft-windows-http-api_31bf3856ad364e35_6.0.6002.18210_none_f7898c6f9a7845a7.manifest

File version

Not Applicable

File size

4,715

Date (UTC)

21-Feb-2010

Time (UTC)

00:31

Platform

Not Applicable

File name

Ia64_microsoft-windows-http-api_31bf3856ad364e35_6.0.6002.22343_none_f7f5ba54b3ab8549.manifest

File version

Not Applicable

File size

4,715

Date (UTC)

21-Feb-2010

Time (UTC)

00:30

Platform

Not Applicable

File name

Ia64_microsoft-windows-http_31bf3856ad364e35_6.0.6001.18428_none_acb50a4f18e1ed4a.manifest

File version

Not Applicable

File size

144,558

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Ia64_microsoft-windows-http_31bf3856ad364e35_6.0.6001.22638_none_ad33d9143207a62c.manifest

File version

Not Applicable

File size

144,558

Date (UTC)

21-Feb-2010

Time (UTC)

23:33

Platform

Not Applicable

File name

Ia64_microsoft-windows-http_31bf3856ad364e35_6.0.6002.18210_none_ae9e4bb9160758ec.manifest

File version

Not Applicable

File size

144,957

Date (UTC)

21-Feb-2010

Time (UTC)

00:33

Platform

Not Applicable

File name

Ia64_microsoft-windows-http_31bf3856ad364e35_6.0.6002.22343_none_af0a799e2f3a988e.manifest

File version

Not Applicable

File size

144,957

Date (UTC)

21-Feb-2010

Time (UTC)

00:32

Platform

Not Applicable

File name

Ia64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6001.18428_none_209177e3fc0220fa.manifest

File version

Not Applicable

File size

5,619

Date (UTC)

21-Feb-2010

Time (UTC)

08:59

Platform

Not Applicable

File name

Ia64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6001.22638_none_211046a91527d9dc.manifest

File version

Not Applicable

File size

5,619

Date (UTC)

21-Feb-2010

Time (UTC)

23:30

Platform

Not Applicable

File name

Ia64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6002.18210_none_227ab94df9278c9c.manifest

File version

Not Applicable

File size

5,619

Date (UTC)

21-Feb-2010

Time (UTC)

00:30

Platform

Not Applicable

File name

Ia64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6002.22343_none_22e6e733125acc3e.manifest

File version

Not Applicable

File size

5,619

Date (UTC)

21-Feb-2010

Time (UTC)

00:30

Platform

Not Applicable

File name

Ia64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6001.18428_none_cf9e162d294bbd4f.manifest

File version

Not Applicable

File size

17,380

Date (UTC)

22-Feb-2010

Time (UTC)

13:37

Platform

Not Applicable

File name

Ia64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6001.22638_none_d01ce4f242717631.manifest

File version

Not Applicable

File size

16,254

Date (UTC)

21-Feb-2010

Time (UTC)

23:29

Platform

Not Applicable

File name

Ia64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6002.18210_none_d1875797267128f1.manifest

File version

Not Applicable

File size

17,380

Date (UTC)

22-Feb-2010

Time (UTC)

13:37

Platform

Not Applicable

File name

Ia64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6002.22343_none_d1f3857c3fa46893.manifest

File version

Not Applicable

File size

16,254

Date (UTC)

21-Feb-2010

Time (UTC)

00:29

Platform

Not Applicable

File name

Ia64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6001.18428_none_697d852a83dc1408.manifest

File version

Not Applicable

File size

5,614

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Ia64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6001.22638_none_69fc53ef9d01ccea.manifest

File version

Not Applicable

File size

5,614

Date (UTC)

21-Feb-2010

Time (UTC)

23:33

Platform

Not Applicable

File name

Ia64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6002.18210_none_6b66c69481017faa.manifest

File version

Not Applicable

File size

5,614

Date (UTC)

21-Feb-2010

Time (UTC)

00:33

Platform

Not Applicable

File name

Ia64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6002.22343_none_6bd2f4799a34bf4c.manifest

File version

Not Applicable

File size

5,614

Date (UTC)

21-Feb-2010

Time (UTC)

00:32

Platform

Not Applicable

File name

Ia64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6001.18428_none_10dd80cab4d9577e.manifest

File version

Not Applicable

File size

364,365

Date (UTC)

22-Feb-2010

Time (UTC)

13:37

Platform

Not Applicable

File name

Ia64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6001.22638_none_115c4f8fcdff1060.manifest

File version

Not Applicable

File size

342,580

Date (UTC)

21-Feb-2010

Time (UTC)

23:30

Platform

Not Applicable

File name

Ia64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6002.18210_none_12c6c234b1fec320.manifest

File version

Not Applicable

File size

364,365

Date (UTC)

22-Feb-2010

Time (UTC)

13:37

Platform

Not Applicable

File name

Ia64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6002.22343_none_1332f019cb3202c2.manifest

File version

Not Applicable

File size

342,580

Date (UTC)

21-Feb-2010

Time (UTC)

00:30

Platform

Not Applicable

File name

Ia64_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6001.18428_none_73a134ea74816deb.manifest

File version

Not Applicable

File size

6,229

Date (UTC)

21-Feb-2010

Time (UTC)

08:57

Platform

Not Applicable

File name

Ia64_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6001.22638_none_742003af8da726cd.manifest

File version

Not Applicable

File size

6,229

Date (UTC)

21-Feb-2010

Time (UTC)

23:28

Platform

Not Applicable

File name

Ia64_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6002.18210_none_758a765471a6d98d.manifest

File version

Not Applicable

File size

6,229

Date (UTC)

21-Feb-2010

Time (UTC)

00:29

Platform

Not Applicable

File name

Ia64_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6002.22343_none_75f6a4398ada192f.manifest

File version

Not Applicable

File size

6,229

Date (UTC)

21-Feb-2010

Time (UTC)

00:29

Platform

Not Applicable

File name

Ia64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6001.18428_none_da906ad7aae95b3f.manifest

File version

Not Applicable

File size

24,139

Date (UTC)

22-Feb-2010

Time (UTC)

13:37

Platform

Not Applicable

File name

Ia64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6001.22638_none_db0f399cc40f1421.manifest

File version

Not Applicable

File size

22,627

Date (UTC)

21-Feb-2010

Time (UTC)

23:30

Platform

Not Applicable

File name

Ia64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6002.18210_none_dc79ac41a80ec6e1.manifest

File version

Not Applicable

File size

24,139

Date (UTC)

22-Feb-2010

Time (UTC)

13:37

Platform

Not Applicable

File name

Ia64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6002.22343_none_dce5da26c1420683.manifest

File version

Not Applicable

File size

22,627

Date (UTC)

21-Feb-2010

Time (UTC)

00:30

Platform

Not Applicable

File name

Package_10_for_kb973917_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

3,837

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_10_for_kb973917~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

9,406

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_11_for_kb973917_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,965

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_11_for_kb973917~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

5,667

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_12_for_kb973917_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

2,796

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_12_for_kb973917~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

6,011

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_13_for_kb973917_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

2,059

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_13_for_kb973917~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

4,134

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_1_for_kb973917_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,739

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_1_for_kb973917~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

2,443

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_2_for_kb973917_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

2,998

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_2_for_kb973917~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

7,802

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_3_for_kb973917_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

2,197

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_3_for_kb973917~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

5,927

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_4_for_kb973917_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

3,675

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_4_for_kb973917~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

9,242

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_5_for_kb973917_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,963

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_5_for_kb973917~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

5,662

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_6_for_kb973917_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

3,000

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_6_for_kb973917~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

5,058

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_7_for_kb973917_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

2,795

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_7_for_kb973917~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

7,393

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_8_for_kb973917_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

2,058

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_8_for_kb973917~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

5,516

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_9_for_kb973917_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

2,198

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_9_for_kb973917~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

5,932

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_sc_0_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,407

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_sc_0~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,426

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_sc_1_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,773

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_sc_1~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,808

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_sc_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,675

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_sc~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,706

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_server_0_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

2,810

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_server_0~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

2,878

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_server_1_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

2,728

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_server_1~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

2,803

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_server_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,687

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_server~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,718

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_winpesrv_0_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,407

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_winpesrv_0~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,426

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Package_for_kb973917_winpesrv_bf~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,415

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Package_for_kb973917_winpesrv~31bf3856ad364e35~ia64~~6.0.2.2.mum

File version

Not Applicable

File size

1,434

Date (UTC)

22-Feb-2010

Time (UTC)

13:34

Platform

Not Applicable

File name

Update-bf.mum

File version

Not Applicable

File size

3,456

Date (UTC)

22-Feb-2010

Time (UTC)

13:35

Platform

Not Applicable

File name

Wow64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6001.18428_none_870319c3e8c24b2f.manifest

File version

Not Applicable

File size

3,671

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Wow64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6001.22638_none_8781e88901e80411.manifest

File version

Not Applicable

File size

3,671

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Wow64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6002.18210_none_88ec5b2de5e7b6d1.manifest

File version

Not Applicable

File size

3,671

Date (UTC)

21-Feb-2010

Time (UTC)

08:54

Platform

Not Applicable

File name

Wow64_microsoft-windows-i..henticationbinaries_31bf3856ad364e35_6.0.6002.22343_none_89588912ff1af673.manifest

File version

Not Applicable

File size

3,671

Date (UTC)

21-Feb-2010

Time (UTC)

06:51

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6001.18428_none_360fb80d160be784.manifest

File version

Not Applicable

File size

10,378

Date (UTC)

22-Feb-2010

Time (UTC)

13:37

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6001.22638_none_368e86d22f31a066.manifest

File version

Not Applicable

File size

9,710

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6002.18210_none_37f8f97713315326.manifest

File version

Not Applicable

File size

10,378

Date (UTC)

22-Feb-2010

Time (UTC)

13:37

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-corewebengine_31bf3856ad364e35_6.0.6002.22343_none_3865275c2c6492c8.manifest

File version

Not Applicable

File size

9,710

Date (UTC)

21-Feb-2010

Time (UTC)

06:51

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6001.18428_none_cfef270a709c3e3d.manifest

File version

Not Applicable

File size

3,563

Date (UTC)

21-Feb-2010

Time (UTC)

09:03

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6001.22638_none_d06df5cf89c1f71f.manifest

File version

Not Applicable

File size

3,563

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6002.18210_none_d1d868746dc1a9df.manifest

File version

Not Applicable

File size

3,563

Date (UTC)

21-Feb-2010

Time (UTC)

08:54

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-isapiextensions_31bf3856ad364e35_6.0.6002.22343_none_d244965986f4e981.manifest

File version

Not Applicable

File size

3,563

Date (UTC)

21-Feb-2010

Time (UTC)

06:52

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6001.18428_none_774f22aaa19981b3.manifest

File version

Not Applicable

File size

329,795

Date (UTC)

21-Feb-2010

Time (UTC)

09:03

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6001.22638_none_77cdf16fbabf3a95.manifest

File version

Not Applicable

File size

329,795

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6002.18210_none_793864149ebeed55.manifest

File version

Not Applicable

File size

329,795

Date (UTC)

21-Feb-2010

Time (UTC)

08:54

Platform

Not Applicable

File name

Wow64_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6002.22343_none_79a491f9b7f22cf7.manifest

File version

Not Applicable

File size

329,795

Date (UTC)

21-Feb-2010

Time (UTC)

06:51

Platform

Not Applicable

File name

Wow64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6001.18428_none_41020cb797a98574.manifest

File version

Not Applicable

File size

19,731

Date (UTC)

22-Feb-2010

Time (UTC)

13:37

Platform

Not Applicable

File name

Wow64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6001.22638_none_4180db7cb0cf3e56.manifest

File version

Not Applicable

File size

18,467

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

Wow64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6002.18210_none_42eb4e2194cef116.manifest

File version

Not Applicable

File size

19,731

Date (UTC)

22-Feb-2010

Time (UTC)

13:37

Platform

Not Applicable

File name

Wow64_microsoft-windows-processmodellibraries_31bf3856ad364e35_6.0.6002.22343_none_43577c06ae0230b8.manifest

File version

Not Applicable

File size

18,467

Date (UTC)

21-Feb-2010

Time (UTC)

06:51

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6001.18428_none_f59ea70f9d54d109.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

09:11

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6001.22638_none_f61d75d4b67a89eb.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

09:11

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6002.18210_none_f787e8799a7a3cab.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

09:02

Platform

Not Applicable

File name

X86_microsoft-windows-http-api_31bf3856ad364e35_6.0.6002.22343_none_f7f4165eb3ad7c4d.manifest

File version

Not Applicable

File size

4,708

Date (UTC)

21-Feb-2010

Time (UTC)

06:59

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6001.18428_none_739f90f4748364ef.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

09:08

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6001.22638_none_741e5fb98da91dd1.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

09:08

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6002.18210_none_7588d25e71a8d091.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

08:59

Platform

Not Applicable

File name

X86_microsoft-windows-nshhttp_31bf3856ad364e35_6.0.6002.22343_none_75f500438adc1033.manifest

File version

Not Applicable

File size

6,220

Date (UTC)

21-Feb-2010

Time (UTC)

06:57

Platform

Not Applicable

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

구독 혜택을 살펴보고, 교육 과정을 찾아보고, 디바이스를 보호하는 방법 등을 알아봅니다.

커뮤니티를 통해 질문하고 답변하고, 피드백을 제공하고, 풍부한 지식을 갖춘 전문가의 의견을 들을 수 있습니다.

이 정보가 유용한가요?

언어 품질에 얼마나 만족하시나요?
사용 경험에 어떠한 영향을 주었나요?
제출을 누르면 피드백이 Microsoft 제품과 서비스를 개선하는 데 사용됩니다. IT 관리자는 이 데이터를 수집할 수 있습니다. 개인정보처리방침

의견 주셔서 감사합니다!

×