Chapter 20 – Software Deployment (MSI) with Group Policy
Windows Server Group Policy (GPO) Master Handbook Chapter 20 – Software Deployment (MSI) with Group Policy Learning Objectives Deploy, upgrade, and remove enterprise software by using Group Policy Software Installation (GPSI). 1. Overview GPSI distributes Windows Installer (.msi) packages to users and computers from a shared network location. It is suitable for many traditional Windows applications. 2. GPO Path Computer Configuration → Policies → Software Settings → Software Installation User Configuration → Policies → Software Settings → Software Installation 3. Assigned vs Published Assigned software installs automatically (computer startup or user logon). Published software is available for users to install from Programs and Features where supported. 4. Preparing the Share Store MSI files on a highly available UNC share such as \\FS01\Software$. Grant read access to target computers/users and avoid using local drive paths. 5. Deployment Steps Create a GPO, browse to Software I...