Task Sequence fails after R3 Client Hotfix

Posted by: hho in Task SequenceR3KB977384Hotfix on Print 

When installing Configuration Manager 2007 with the Release 3 (R3) update, there must be a Client Hotfix installed first. This hotfix (KB977384) will create a package and program for you, which is handy for updating existing clients. Download location: http://support.microsoft.com/kb/977384

When advertising this client hotfix to systems only it will works fine, but when adding this client hotfix to a Task Sequence for deploying multiple applications it goes wrong. The Task Sequence will simply fails after installing the client hotfix, and installation will stop working.

In the SMSTS.log there will be the following errors seen:

- The sms client service is not running

- Install Software failed, hr=0x80040215

- Failed to run the action: Install <software package>

- Unknown error (Error: 80040215; Source: Unknown)

This because of the following issue:

When installing the client hotfix, it will shutdown the existing ConfigMgr client and WMI. After installation of the new client hotfix, it doesn't look like the ConfigMgr client or WMI service are restarting. Without these essential parts, installation will not working again. This is the reason why the Task Sequence will fail.

Update: Best practice from Microsoft is to not use the hotfix as single step in the task sequence. Just put it in the default "Setup windows and ConfigMgr" step. In the Installation properties box, type the following: PATCH="%_SMSTSMDataPath%\OSD\\i386\hotfix\KB977384\SCCM2007AC-SP2-KB977384-x86-enu.msp"

Then installation will continue working.

 Revised 27-09-2011

Comments (0)Add Comment

Write comment
You must be logged in to post a comment. Please register if you do not have an account yet.

busy