Well, to answer your question, another member of my team added the KB to our development server kind of for the sake of trying to be as up to date as possible. So, we added the update to our production server as well, for consistency sake. I was able to get everything working. The problem was that the MS article does not tell you how to integrate this patch into new installs of the ConfigMgr client. There's lots of info on patching existing ConfigMgr clients who do not have the msp install. My problem was getting the client installed, up to the patched version, as part of a new ConfigMgr client install during task sequence (XP OS) rollout. What the article didn't allude to is that you have to create the "clientpatch" folder under your \\siteserver\sms_sitecode\client folder and include the msp in this folder. This is in addition to the client\i386\hotfix\KB955955 directory structure that gets created automatically. Once I added the clientpatch folder everything started working fine. |