Article ID: 226936 - Last Review: October 30, 2006 - Revision: 3.2

How To Patch a Software Installation Stored on a Network Server That Is Deployed Using Microsoft Software Installer

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
This article was previously published under Q226936

On This Page

Expand all | Collapse all

SUMMARY

When a network share contains a software installation that is used with Active Directory for assigning and publishing programs, it may be necessary to apply update patches to the software. These patches are identifiable by having an .msp file name extension. This article describes how to patch such a software installation.

Procedure

Network software shares (or "flats") are updated by running the following command. This command updates the software with Microsoft Software Installer (MSI):
msiexec /a path to .msi file in network image /p path to .msp file
This command replaces the necessary files on the network share and updates the .msi file for proper installation using the new components.

After you run this command, the program should be re-deployed in Active Directory to allow clients to receive the updates. To do so, use the Active Directory Users and Computers Microsoft Management Console (MMC) snap-in:
  1. Right-click the domain, Organizational Unit (OU), or object with the policy that contains the deployed software, and then click Properties.
  2. Click the Group Policy tab.
  3. Click the policy that contains the program that was patched.
  4. Click Edit to open Group Policy Editor for the deployed package.
  5. Browse through the Computer Configuration or Software Settings section to the location in which the software package is deployed.
  6. Right-click the deployed package in the right pane.
  7. Click All Tasks.
  8. Click Redeploy Application.
The redeployment takes place on next logon or reboot, depending on whether the package is user-based or computer-based.


APPLIES TO
  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional Edition
  • Microsoft Windows 2000 Datacenter Server
Keywords: 
kbenv kbhowto kbhowtomaster KB226936