How to install SCCM patches manually on Vista/Server 2008
Published Jan 21 2019 03:50 PM 197 Views
Microsoft

First published on MSDN on Jan 17, 2009

Prior to Windows 2008 and Vista software updates delivered through SMS/SCCM would come down in the form of .exe files and be stored in the client cache.  During patch troubleshooting one option might be to attempt to run the patch directly, from the cache.

 

With Windows 2008 and Vista updates now come down as .cab files and if you double click them to attempt a manual install you will end up just opening the cab to display the packaged content.  And, none of the files in the packaged content have an extension that appears to be actionable.

 

If you download updates for Windows 2008 and Vista manually - outside of SCCM - they will come down in the form of a .msu file.  This .msu file is really just a wrapper around the packaged cab file that is downloaded through SCCM and is the standard update file for Windows 2008.  Take a look at < http://support.microsoft.com/kb/934307/en-US > for detail on how the msu works.

 

Whether you choose to use the .msu file or to install the .cab that is downloaded by SCCM manually the process that handles the update install in Windows 2008/Vista is pkgmgr.  With the .msu you can just double click and the install happens as you would expect.  If you want to manually install the SCCM downloaded cab file you will have to execute a command line.  When you run the command line the files within the cab will be extracted to the path specified for the cab so be sure you are OK having the files extracted there - in my testing, the files remained after being extracted. A sample command line is below.  In my testing the comand line required the quotation marks as shown.  Others have seen patches where the quotation marks caused errors - one of the two methods should work for you.

Start /w pkgmgr /ip /m:”c:\temp\Windows6.0-KB958687-x64.cab”

 

Of course, installing patches manually is not optimum - our goal should be a patching cycle that just runs without all of the work to fix the one off failures.  But, if needed, the above will work.

Version history
Last update:
‎Apr 07 2020 09:43 AM
Updated by: