Top Banner
Performing Software Performing Software Installation with Group Installation with Group Policy Policy BAI516
16

Performing Software Installation with Group Policy BAI516.

Jan 02, 2016

Download

Documents

Phillip Potter
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Performing Software Installation with Group Policy BAI516.

Performing Software Installation Performing Software Installation with Group Policywith Group Policy

BAI516

Page 2: Performing Software Installation with Group Policy BAI516.

Managing Software through Group Managing Software through Group PolicyPolicy

• Group Policy can be used to install, upgrade, patch, or remove software applications

• Group Policy can be used to fix problems associated with applications.– if a user inadvertently deletes a file

from an application, Group Policy can be used to launch a repair process that will fix the application.

Page 3: Performing Software Installation with Group Policy BAI516.

.MSI File.MSI File

• Microsoft Windows Server 2008 uses the Windows Installer with Group Policy to install and manage software that is packaged into an .msi file. – The Windows Installer Service,

responsible for automating the installation and configuration of the designated software.

Page 4: Performing Software Installation with Group Policy BAI516.

MSI FileMSI File• The .msi file:

– Is a relational database file that is copied to the target computer system with the program files it deploys.

– Assists in the self-healing process for damaged applications and clean application removal.

– Consists of external source files that may be required for the installation or removal of software.

– Includes summary information about the software and the package.

– Includes reference point to the path where the installation files are located.

Page 5: Performing Software Installation with Group Policy BAI516.

.MST File.MST File

• You may need to modify Windows Installer files to better suit the needs of your corporate network.

• Modifications to .msi files require transform files, which have an .mst extension.

Page 6: Performing Software Installation with Group Policy BAI516.

Patch file (.msp)Patch file (.msp)

• Windows Installer files with the .msp extension serve as patch files. – Patch files are used to apply service

packs and hot fixes to installed software.

Page 7: Performing Software Installation with Group Policy BAI516.

Software Distribution PointSoftware Distribution Point

• Before deploying software using Group Policy, you must create a distribution share/Software distribution point.

• Users who are affected by the Group Policy assignment should be assigned NTFS Read permission to the folder containing the application and package files.

Page 8: Performing Software Installation with Group Policy BAI516.

Assigning and Publishing SoftwareAssigning and Publishing Software

• Assigning Software– If you assign the program to a user, it is

installed when the user logs on to the computer.

– If you assign the program to a computer, it is installed when the computer starts, and it is available to all users who log on to the computer.

– When a user first runs the program, the installation is finalized.

Page 9: Performing Software Installation with Group Policy BAI516.

Assigning and Publishing SoftwareAssigning and Publishing Software

• Publishing Software– You can publish a program distribution

to users. – When the user logs on to the computer,

the published program is displayed in the Add or Remove Programs dialog box, and it can be installed from there.

Page 10: Performing Software Installation with Group Policy BAI516.

Assigning and Publishing SoftwareAssigning and Publishing Software

Page 11: Performing Software Installation with Group Policy BAI516.

SummarySummary• Group Policy can be used to deploy

new software on your network and remove or repair software originally deployed by a GPO from your network.

• This functionality is provided by the Windows Installer service within the Software Installation extension of either the User Configuration\Software Settings or Computer Configuration\Software Settings node.

Page 12: Performing Software Installation with Group Policy BAI516.

SummarySummary

• Three types of package files are used with the Windows Installer service: – .msi files for standard software

installation.– .mst files for customized software

installation.– .msp files for patching .msi files at

the time of deployment.

• All pertinent files must reside in the same file system directory.

Page 13: Performing Software Installation with Group Policy BAI516.

SummarySummary

• A shared folder must be created to store application installation and package files that are to be deployed using Group Policy.– Users must have the NTFS Read

permission to this folder for software installation policies to function.

Page 14: Performing Software Installation with Group Policy BAI516.

SummarySummary• Software to be deployed using Group Policy

can either be Assigned or Published. • Assigning software using the User

Configuration node of a Group Policy allows the application to be installed when the user accesses the program using the Start menu or an associated file.

• Assigning software can also be performed using the Computer Configuration node of a Group Policy, which forces the application to be installed during computer startup.

Page 15: Performing Software Installation with Group Policy BAI516.

SummarySummary

• Publishing an application allows the application to be available through Add Or Remove Programs in Control Panel.

Page 16: Performing Software Installation with Group Policy BAI516.

Hands On Exercise

• See FTP server for Lab 9