Deploy .net 4 via Acrive Directory group policy or WSUS
Posted
by Terence Johnson
on Server Fault
See other posts from Server Fault
or by Terence Johnson
Published on 2010-05-11T15:35:47Z
Indexed on
2010/05/11
15:44 UTC
Read the original article
Hit count: 776
Is there a way to automatically deploy .net 4 using Active Directory group policy or WSUS?
I want to push it out to lots of machines without having to go around to each one.
Background: I have a VSTO ClickOnce application I want to deploy to non-admin users, but it uses .net 4, which won't install without admin rights, so ClickOnce fails for non-admins unless .net 4 is already installed.
© Server Fault or respective owner