How do I deploy .NET Framework 4 using Active Directory deployment?
        Posted  
        
            by Matt Varblow
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Matt Varblow
        
        
        
        Published on 2010-04-14T22:11:51Z
        Indexed on 
            2010/04/14
            22:13 UTC
        
        
        Read the original article
        Hit count: 269
        
active-directory
|deployment
I know it's possible to deploy earlier versions of the .NET framework using AD deployment, for example: http://msdn.microsoft.com/en-us/library/cc160717.aspx.
How do it do this for .NET 4? I tried unpacking the standalone .NET 4 installer and deploying the netfx_Extended_x86.msi package. This didn't work. After a reboot the event log shows that it tried but it failed to install with a message saying to run setup.exe.
© Stack Overflow or respective owner