Deploy Windows Media Player using Group Policy, Part 2: Deploy MSI Package

This entry is part 2 of 2 in the series Deploy Windows Media Player using Group Policy

From the previous part, I have make an MSI package from Windows Media Player executable file. Now I can use the MSI package file deploy from Group Policy to computers in my domain. This post will show how to deploy the MSI package through Group Policy.

Step-by-step to deploy MSI package

  1. On the Domain Controller server, open Active Directory Users and Computers.
    Active Directory Users and Computers
  2. I’m going to create a new group policy in an Organization Unit. First, create a new Organization Unit (OU), name as “TestOU”.
    Create an Organization Unit
  3. Open the TestOU Properties, select Group Policy tab. Click New and name the new group policy as “Deploy WP 10”. Click on the new Group Policy and select Edit.
    Create a new Group Policy
  4. On Group Policy Object Editor, expand Computer Configuration -> Software Settings -> right-click on Software installations -> New -> Package.
    New Software Installation Package
  5. New Windows appears, you have to select to the MSI package that you have just created in the first part. But you need to place it on shared folder where other computers has access to it. Therefore, you must using UNC path, eg. \\Servername\Share Name\Target file. In this example, I place the MSI package in the UNC path as “\\BKKPDC010\PDC\mpsetupedp.msi”. Click Open.
    Deploy MSI Package - Open MSI package (UNC Path)
  6. On Deploy Software, select Assigned. Click OK.
    Deploy Method - Assigned
  7. Now you’ve finished create a software installation package on the group policy. Next, you need to move some computers to the group policy.
    Software Installation Package Created
  8. Select sample target computer. Drag a computer to the “TestOU” Organization Unit so that the group policy that you’ve just created will applied to the computer. In this example, the client is “BKKTEST01”.
    Select Target Computer
  9. Wait a few minutes for the group policy applied to all domain controllers (if you have more than one). Then, restart the target computer to take the effect of new group policy.
    Note: You can run “gpupdate.exe” on the client to refresh the policy from the domain without restart the computer.
    Restart Client Machine
  10. When the client is booting on Windows XP, it’ll load the group policy.
    Applying the computer settings
  11. You’ll see that the status is installing Windows Media Player.
    Installing Windows Media Player
  12. After the installation has finished, login on the client computer and open the Application event log by right-click on My Computer -> select Manage -> expand System Tools -> Event Viewer -> Application. Here, you can observe whether the installation is success or not. In this example, the installation was successful.
    Note: If you see the error log about installation, I suggest you search on the Internet with the error message you see. You may get the answer faster than leave the comment in this post.
    Check the Installation's Status
  13. Let’s open new Windows Media Player, you’ll see it is version 10 now. Just keep click Next.
    First Time to Run Windows Media Player 10
  14. Now Windows Media Player 10 is installed and ready to use.
    Windows Media Player 10
  15. After you’ve tested that the first client computer was installed successfully, you can move more computers to this Group Policy to install Windows Media Player 10.
Series Navigation<< Deploy Windows Media Player using Group Policy, Part 1: Make MSI Installer

Leave a Reply