260 likes | 390 Views
Chapter 9. MANAGING SOFTWARE. SOFTWARE LIFECYCLE. WINDOWS INSTALLER. Can be used with Group Policy in order to implement, maintain, and remove software Windows Installer service (client-side) Group Policy Software Installation Package (server-side). WINDOWS INSTALLER SERVICE.
E N D
Chapter 9 MANAGING SOFTWARE
Chapter 9: MANAGING SOFTWARE SOFTWARE LIFECYCLE
Chapter 9: MANAGING SOFTWARE WINDOWS INSTALLER • Can be used with Group Policy in order to implement, maintain, and remove software • Windows Installer service (client-side) • Group Policy Software Installation Package (server-side)
Chapter 9: MANAGING SOFTWARE WINDOWS INSTALLER SERVICE
Chapter 9: MANAGING SOFTWARE SOFTWARE INSTALLATION PACKAGES • Obtain or create an .msi file for the application • Place that file in a network share • Determine if you want a computer-based or user-based installation • Configure and link a GPO with the appropriate settings • Software is deployed when users log on or when the computer restarts (depending on the package deployment option)
Chapter 9: MANAGING SOFTWARE MICROSOFT INSTALLER (.MSI) FILES
Chapter 9: MANAGING SOFTWARE DEPLOYING SOFTWARE
Chapter 9: MANAGING SOFTWARE ASSIGNING SOFTWARE TO COMPUTERS
Chapter 9: MANAGING SOFTWARE SOFTWARE INSTALLATION PROPERTIES
Chapter 9: MANAGING SOFTWARE DEPLOYING SOFTWARE TO USERS
Chapter 9: MANAGING SOFTWARE CREATING MICROSOFT TRANSFORM (.MST) FILES
Chapter 9: MANAGING SOFTWARE DEPLOYING A TRANSFORMED SOFTWARE PACKAGE
Chapter 9: MANAGING SOFTWARE REPACKAGING SOFTWARE • Allows you to create Windows Installer .msi files for distribution of applications that do not ship with such files • Produced by third party, non-Microsoft, companies • May be capable of converting existing installer packages to the Windows Installer format • May have to take before and after snapshots of system to create Windows Installer packages
Chapter 9: MANAGING SOFTWARE USING .ZAP FILES • Used for older applications that do not have .msi files. • Can only be published to users, not assigned to computers or users. • Does not support rollback of an unsuccessful installation, modification, repair, or removal. • Need to be a local administrator in order to install the application. .zap files do not take advantage of elevated privileges.
Chapter 9: MANAGING SOFTWARE REDEPLOYING PACKAGES
Chapter 9: MANAGING SOFTWARE SOFTWARE RESTRICTION POLICIES • New in Windows Server 2003 • Provides methods to control the use of software applications through Group Policy • Can be used to restrict the use of any software
Chapter 9: MANAGING SOFTWARE CONFIGURATION OPTIONS
Chapter 9: MANAGING SOFTWARE SECURITY LEVELS
Chapter 9: MANAGING SOFTWARE ADDITIONAL RULES—HASH RULE
Chapter 9: MANAGING SOFTWARE ADDITIONAL RULES—CERTIFICATE RULES
Chapter 9: MANAGING SOFTWARE ADDITIONAL RULES—INTERNET ZONE RULES
Chapter 9: MANAGING SOFTWARE ADDITIONAL RULES—PATH RULES
Chapter 9: MANAGING SOFTWARE PRIORITY ORDER FOR MULTIPLE RULES • Hash Rules • Certificate Rules • Internet Zone Rules • Path Rules
Chapter 9: MANAGING SOFTWARE IMPLEMENTING SOFTWARE RESTRICTION POLICIES • Use in conjunction with standard access control methods. • Use the Disallowed By Default setting cautiously, because only approved applications run when it is enabled. • Reboot in Safe mode to troubleshoot client-specific issues with Software Restriction Policies. • Do not configure Software Restriction Policies on the Default Domain Policy. Instead, use a separate GPO so that you can easily remove them if necessary.
Chapter 9: MANAGING SOFTWARE CHAPTER SUMMARY • GPOs can be used to deploy, maintain, and remove software. • Typical Windows Installer file types are .msi, .mst, and .msp. How are they used? • What are .zap files? What is a limitation of their deployment? • What software deployment option is available for computers? Users? • What are the four Software Restriction Policy additional rule types? What is their hierarchy of priority?
Chapter 9: MANAGING SOFTWARE REVIEW • .msi (used when deploying applications), .mst (transforming and modifying msi files), and .msp (patching and repairing issues with .msi packaged applications). • .zap files are used for non-Windows Installer distributions. They can be published but not assigned. • Software can be assigned to computers. Software can be either assigned or published to users. • Software Restriction Policy additional rule types include Hash Rules, Certificate Rules, Internet Zone Rules, and Path Rules. These rules are listed in priority order. Hash rules have the highest priority.