+ All Categories
Home > Documents > Performing Software Installation with Group Policy BAI516.

Performing Software Installation with Group Policy BAI516.

Date post: 02-Jan-2016
Category:
Upload: phillip-potter
View: 213 times
Download: 0 times
Share this document with a friend
Popular Tags:
16
Performing Software Performing Software Installation with Group Installation with Group Policy Policy BAI516
Transcript

Performing Software Installation Performing Software Installation with Group Policywith 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.

.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.

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.

.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.

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.

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.

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.

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.

Assigning and Publishing SoftwareAssigning and Publishing Software

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.

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.

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.

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.

SummarySummary

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

Hands On Exercise

• See FTP server for Lab 9


Recommended