Group policy software installation feature on server 2008

Posted by Force Flow on Server Fault See other posts from Server Fault or by Force Flow
Published on 2012-08-31T22:26:48Z Indexed on 2012/09/01 3:40 UTC
Read the original article Hit count: 518

What is the proper procedure for distributing software updates using group policy's software installation feature?

For example, if I want to install Java, and Java 1.7u6 is already added as a package, should I:

A) Remove the Java 1.7u6 package (selecting the "allow users to continue to use" option), and add Java 1.7u7?

B) Add Java 1.7u7 and specify that it is an update to the existing 1.7u6 package? (Will this install the oldest version first, then install each update one after the other, or will it just install the latest package?)

Note that this question is geared toward the operation of the software installation feature of group policy, not specifically the behavior of the Java installers. This could easily apply to the installation of Adobe Flash, Adobe Reader, or any other common software applications with frequent updates.

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about group-policy