Iniciar sesión con Microsoft
Iniciar sesión o crear una cuenta
Hola:
Seleccione una cuenta diferente.
Tiene varias cuentas
Elija la cuenta con la que desea iniciar sesión.
Inglés
Este artículo no está disponible en su idioma.

Summary

This KB article describes a hotfix that enables Windows Deployment Services in Windows Server 2008 R2 to support the Source Specific Multicast (SSM) protocol. The hotfix must be integrated into Windows 7 or Windows Server 2008 R2 image files (.wim). After the integration, the Source Specific Multicast (SSM) protocol is supported when you use Windows Deployment Services to deploy a Windows 7 or Windows Server 2008 R2 image.

INTRODUCTION

Consider the following scenario in a domain environment:

  • The network infrastructure supports SSM.

  • You create a Windows Deployment Services multicast transmission to deploy a Windows 7 or Windows Server 2008 R2 image.

In this scenario, the deployment fails.

This failure occurs because of the multicast packets that client computers send out during the deployment. The packets contain a multicast source address that has a value of "any source" instead of the IP address of the Windows Deployment Services server. This causes the deployment to fail.

After you integrate the hotfix into a Windows 7 or Windows Server 2008 R2 image file, the value of multicast source address is set correctly to the IP address of the Windows Deployment Services server.

More Information

Hotfix information

A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing the problem described in this article. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.

If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix.

Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft website:

http://support.microsoft.com/contactus/?ws=supportNote The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.

Prerequisites

To apply this hotfix, you must have the Boot.wim of Windows 7 or of Windows Server 2008 R2. Additionally, you must have a computer on which the Dism.exe tool is installed.

Note By default, the Dism.exe tool is installed with Windows 7 and with Windows Server 2008 R2. The Dism.exe tool is also included in one of the following packages:

How to integrate this hotfix into the Boot.wim file

  1. Extract the Windows6.1-KB2495879-x64.cab file from the hotfix package. Assume that you save the Windows6.1-KB2495879-x64.cab file to the C:\Test\Updates folder.

  2. Copy the Boot.wim file to a folder for update. Assume that the folder is C:\Test\Images.

    Note If you want to use the Out-of-box Boot.wim file, that file is located in the Sources folder of the Windows 7 or Windows Server 2008 R2 installation media.

  3. Create a folder to mount images. Assume that the folder is C:\Test\Offline.

  4. Open a Command Prompt window by using the Run as administrator option.

  5. Run the following command to mount the second image of the Boot.wim file:

    Dism /Mount-Wim /WimFile:C:\Test\Images\Boot.wim /Index:2 /MountDir:C:\Test\Offline

  6. Run the following command to extract the Wdstptc.dll file from the Windows6.1-KB2495879-x64.cab file:

    Expand -R C:\test\updates\Windows6.1-KB2495879-x86.cab C:\test\updates

  7. Run the following command to replace the Wdstptc.dll file in the sources folder:

    xcopy C:\Test\Updates\Wdstptc.dll C:\Test\Offline\sources /Y

  8. Run the following command to load the registry hive of the image:

    Reg load HKLM\test C:\Test\Offline\Windows\System32\config\SOFTWARE

  9. Open Registry Editor, and then locate the following registry subkey:

    HKEY_LOCAL_MACHINE\Test\Microsoft\Windows\CurrentVersion\WDSTPTC\SSM
    Note If the WDSTPTC\SSM subkey does not exist, you must manually create it.

  10. Under the SSM registry subkey, create a DWORD value, name it AllowSSM, and then set the value to 1.

  11. Exit Registry Editor.

  12. Run the following command to unload the registry hive of the image.

    Reg unload HKLM\test

  13. Run the following command to commit the changes and unmount the image.

    Dism /Unmount-WIM /MountDir:C:\Test\Offline /Commit

Important The value of the AllowSSM registry entry is necessary to make Windows Deployment Services support SSM. To verify that this value is set correctly, follow these steps:

  1. Start a client computer by using this updated Boot.wim file.

  2. Use SHIFT+F10 to open a Command Prompt window.

  3. Type regedit, and then press ENTER.

  4. In Registry Editor, verify that the value of the AllowSSM registry entry is set to 1.

Restart information

You do not have to restart the computer after you apply this hotfix.

File information

The English (United States) version of this hotfix installs files that have the attributes that are listed in the following tables. The dates and the times for these files are listed in Coordinated Universal Time (UTC). The dates and the times for these files on your local computer are displayed in your local time together with your current daylight saving time (DST) bias. Additionally, the dates and the times may change when you perform certain operations on the files.

Windows 7 and Windows Server 2008 R2 file information notes


Important Windows 7 hotfixes and Windows Server 2008 R2 hotfixes are included in the same packages. However, hotfixes on the Hotfix Request page are listed under both operating systems. To request the hotfix package that applies to one or both operating systems, select the hotfix that is listed under "Windows 7/Windows Server 2008 R2" on the page. Always refer to the "Applies To" section in articles to determine the actual operating system that each hotfix applies to.

  • The files that apply to a specific product, SR_Level (RTM, SPn), and service branch (LDR, GDR) can be identified by examining the file version numbers as shown in the following table.

    Version

    Product

    SR_Level

    Service branch

    6.1.760
    0.
    20xxx

    Windows 7 and Windows Server 2008 R2

    RTM

    LDR

    6.1.760
    1.
    21xxx

    Windows 7 and Windows Server 2008 R2

    SP1

    LDR

  • The MANIFEST files (.manifest) and the MUM files (.mum) that are installed for each environment are listed separately in the "Additional file information for Windows Server 2008 R2 and for Windows 7" section. MUM and MANIFEST files, and the associated security catalog (.cat) files, are extremely important to maintain the state of the updated components. The security catalog files, for which the attributes are not listed, are signed with a Microsoft digital signature.

For the x86-based version of Windows 7 boot images

File name

File version

File size

Date

Time

Platform

Wdstptc.dll

6.1.7601.21643

123,904

16-Jan-2011

13:39

x86

For the x64-based version of Windows 7 boot images and of Windows Server 2008 R2 boot images

File name

File version

File size

Date

Time

Platform

Wdstptc.dll

6.1.7600.20882

149,504

16-Jan-2011

14:17

x64

For the IA-64-based version of Windows Server 2008 R2 boot images

File name

File version

File size

Date

Time

Platform

Wdstptc.dll

6.1.7600.20882

301,568

16-Jan-2011

13:11

IA-64

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

More Information

For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates

Additional file information

Additional file information for Windows 7 and for Windows Server 2008 R2

Additional files for the x86-based version of Windows 7 boot images

File name

X86_184827cf7d85485a7824e91632d0a359_31bf3856ad364e35_6.1.7601.21642_none_2d3daa4c5a38f199.manifest

File version

Not Applicable

File size

691

Date (UTC)

17-Jan-2011

Time (UTC)

20:53

File name

X86_d4edbcfbe16acf195aea6e6117219635_31bf3856ad364e35_6.1.7600.20882_none_9071518771bb3253.manifest

File version

Not Applicable

File size

691

Date (UTC)

17-Jan-2011

Time (UTC)

20:53

File name

X86_microsoft-windows-ftp_31bf3856ad364e35_6.1.7600.20882_none_ad485798d2fddb88.manifest

File version

Not Applicable

File size

2,537

Date (UTC)

17-Jan-2011

Time (UTC)

06:17

File name

X86_microsoft-windows-ftp_31bf3856ad364e35_6.1.7601.21642_none_af59f44ed003d7b0.manifest

File version

Not Applicable

File size

2,537

Date (UTC)

15-Jan-2011

Time (UTC)

06:10

Additional files for the x64-based version of Windows 7 boot images and of Windows Server 2008 R2 boot images

File name

Amd64_05aaa73457d45b252ac8378ebcf464cc_31bf3856ad364e35_6.1.7600.20882_none_ccabe4544990dbef.manifest

File version

Not Applicable

File size

695

Date (UTC)

17-Jan-2011

Time (UTC)

20:53

File name

Amd64_184827cf7d85485a7824e91632d0a359_31bf3856ad364e35_6.1.7601.21642_none_895c45d0129662cf.manifest

File version

Not Applicable

File size

693

Date (UTC)

17-Jan-2011

Time (UTC)

20:54

File name

Amd64_1ebb52c40539d18eaee328709f48f9a6_31bf3856ad364e35_6.1.7601.21642_none_9af8594cd2a783b0.manifest

File version

Not Applicable

File size

1,030

Date (UTC)

17-Jan-2011

Time (UTC)

20:54

File name

Amd64_482f45ceef83bd58ff5dedc46dd624ad_31bf3856ad364e35_6.1.7600.20882_none_3e3142eb56c80985.manifest

File version

Not Applicable

File size

1,030

Date (UTC)

17-Jan-2011

Time (UTC)

20:53

File name

Amd64_d4edbcfbe16acf195aea6e6117219635_31bf3856ad364e35_6.1.7600.20882_none_ec8fed0b2a18a389.manifest

File version

Not Applicable

File size

693

Date (UTC)

17-Jan-2011

Time (UTC)

20:53

File name

Amd64_ddccb986f8f349f7e227e0c3fd495b17_31bf3856ad364e35_6.1.7601.21642_none_50fd5da29472bc50.manifest

File version

Not Applicable

File size

695

Date (UTC)

17-Jan-2011

Time (UTC)

20:54

File name

Amd64_microsoft-windows-ftp_31bf3856ad364e35_6.1.7600.20882_none_0966f31c8b5b4cbe.manifest

File version

Not Applicable

File size

2,541

Date (UTC)

17-Jan-2011

Time (UTC)

07:05

File name

Amd64_microsoft-windows-ftp_31bf3856ad364e35_6.1.7601.21642_none_0b788fd2886148e6.manifest

File version

Not Applicable

File size

2,541

Date (UTC)

15-Jan-2011

Time (UTC)

07:09

Additional files for theIA-64-based version of Windows Server 2008 R2 boot images

File name

Ia64_184827cf7d85485a7824e91632d0a359_31bf3856ad364e35_6.1.7601.21642_none_2d3f4e425a36fa95.manifest

File version

Not Applicable

File size

692

Date (UTC)

17-Jan-2011

Time (UTC)

20:53

File name

Ia64_d462f00f3ca57997c257c64b4c1a7b5c_31bf3856ad364e35_6.1.7601.21642_none_1ecaf0115c05f81b.manifest

File version

Not Applicable

File size

693

Date (UTC)

17-Jan-2011

Time (UTC)

20:53

File name

Ia64_d4edbcfbe16acf195aea6e6117219635_31bf3856ad364e35_6.1.7600.20882_none_9072f57d71b93b4f.manifest

File version

Not Applicable

File size

692

Date (UTC)

17-Jan-2011

Time (UTC)

20:53

File name

Ia64_eed6c9b9883e49d08d3f545aff194fb4_31bf3856ad364e35_6.1.7600.20882_none_735f42a259de7e13.manifest

File version

Not Applicable

File size

693

Date (UTC)

17-Jan-2011

Time (UTC)

20:53

File name

Ia64_microsoft-windows-ftp_31bf3856ad364e35_6.1.7600.20882_none_ad49fb8ed2fbe484.manifest

File version

Not Applicable

File size

2,539

Date (UTC)

17-Jan-2011

Time (UTC)

06:49

File name

Ia64_microsoft-windows-ftp_31bf3856ad364e35_6.1.7601.21642_none_af5b9844d001e0ac.manifest

File version

Not Applicable

File size

2,539

Date (UTC)

15-Jan-2011

Time (UTC)

07:03

References

Performing Multicast Deployments

Service a Mounted Windows Image

¿Necesita más ayuda?

¿Quiere más opciones?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

¿Le ha sido útil esta información?

¿Qué ha afectado a su experiencia?
Si presiona Enviar, sus comentarios se usarán para mejorar los productos y servicios de Microsoft. El administrador de TI podrá recopilar estos datos. Declaración de privacidad.

¡Gracias por sus comentarios!

×