1 / 16

Performing Software Installation with Group Policy

Performing Software Installation with Group Policy. BAI516. Managing Software through Group Policy. Group Policy can be used to install, upgrade, patch, or remove software applications Group Policy can be used to fix problems associated with applications.

raven
Download Presentation

Performing Software Installation with Group Policy

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Performing Software Installation with Group Policy BAI516

  2. Managing Software through Group Policy • 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.

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

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

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

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

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

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

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

  10. Assigning and Publishing Software

  11. Summary • 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.

  12. Summary • 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.

  13. Summary • 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.

  14. Summary • 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.

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

  16. Hands On Exercise • See FTP server for Lab 9

More Related