Microsoft Knowledge Base Email Alertz

This step-by-step article demonstrates how to deploy the .NET Framework in a Group Policy Object in Active Directory. Set-up The Active Directory server and the client computers must be running Windows Installer, version 2.0 or later. about how to...

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 323886 - Last Review: July 1, 2004 - Revision: 2.4

How To Deploy the .NET Framework in a Group Policy Object in Active Directory

This article was previously published under Q323886

On This Page

SUMMARY

This step-by-step article demonstrates how to deploy the .NET Framework in a Group Policy Object in Active Directory.

Set-up

The Active Directory server and the client computers must be running Windows Installer, version 2.0 or later. For additional information about how to install the Windows Installer engine, click the article number below to view the article in the Microsoft Knowledge Base:
292539  (http://kbalertz.com/Feedback.aspx?kbNumber=292539/EN-US/ ) INFO: MSI: How to Obtain the Windows Installer Engine
You must have a share on the Active Directory server that permits Read access for all users in the domain.

Extract the Files

Extract the files from Dotnetfxredist.exe to the shared folder. To do this, type the following at a command prompt, and then press ENTER:
Path\DOTNETFX.EXE /T:"Path to share /C

Create the Deployment Package

To create a package for the .NET Framework, and to deploy the package to every member computer in the Group Policy Object, follow these steps:
  1. On the Start menu, click Run, type mmc, and then click OK.
  2. On the File menu, click Add/Remove Snap-in.
  3. In the Add/Remove Snap-in dialog box, click Add.
  4. Click the Group Policy option in the Available Standalone Snap-in list, and then click Add.
  5. Click Finish; do not change the default settings.
  6. In the Add Standalone Snap-in dialog box, click Close.
  7. In the Add/Remove Snap-in dialog box, click OK.
  8. Expand Default Domain Policy, expand Computer Configuration, and then expand Software Settings.
  9. Right-click Software installation, click New, and then click Package.
  10. In the File name text box, type \\Server Name\Share Name\netfx.msi, and then click Open.
  11. In the Deploy Software dialog box, leave the package Assigned, and then click OK.
The software is assigned to all members of the Group Policy Object. The next time each client computer restarts, the client will receive the assigned package.

MORE INFORMATION

Service Packs

You can apply service packs to the Netfx.msi file in the shared folder. For more information about how to apply patches, visit the following Microsoft Web site:
Patching and Upgrades
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/patching_and_upgrades.asp ( http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/patching_and_upgrades.asp)
NOTE: If you patch the .NET Framework that you deployed from Active Directory, you must force a reinstall of the .NET Framework either from the Group Policy Object snap-in on the Active Directory server or from Control Panel on the client computers.

REFERENCES

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:
320426  (http://kbalertz.com/Feedback.aspx?kbNumber=320426/EN-US/ ) PRB: "This Setup Does Not Contain the .NET Framework" Error Message During Visual Studio .NET Deployment

APPLIES TO
  • Microsoft .NET Framework 1.0
  • Microsoft .NET Framework 1.1
Keywords: 
kbhowtomaster kbsetup KB323886
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate