Client installation properties
If you specified a client push installation property when you installed the System Center Configuration Manager 2007 SP1 client or the System Center Configuration Manager 2007 SP2 client, you must specify the property again when you install the hotfix. If you do not specify the property again when you install the hotfix, the property is removed from the configuration. For example, if you modified the original installation by using the server locator point (SMSSLP) or the fallback status point (FSP) property, you must specify that property again when you install the hotfix.
How to use the CCMCertFix.exe utility
The CCMCertFix utility is a command prompt utility that runs without options (switches). However, you must run it by using administrative rights. The CCMCertFix.exe file is installed at the following location:
sms root\logs\KB977203
Note You can redirect errors to a specific log file. For example, assume the file name of the log file is CCMCertFix.log. In this scenario, you can run the following command:
CCMCertFix.exe CCMCertFix.log
Deployment information about CCMCertFix.exe utility
The CCMCertFix utility can be distributed as a Configuration Manager program. For example, assume that you use the following settings to distribute the utility as a Configuration Manager program:
- Run: Hidden
- Run whether or not a user is logged on
- Run with administrative rights
These program settings can be changed to suit the environment and your business needs.
Note You must run the CCMCertFix utility by using administrative rights.
For more information about Security Update 974571, click the following article number to view the article in the Microsoft Knowledge Base:
974571 MS09-056: Vulnerabilities in CryptoAPI could allow spoofing
For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
824684 Description of the standard terminology that is used to describe Microsoft software updates
The hotfix that is described in Microsoft Knowledge Base article 997384 supersedes and includes this hotfix. Therefore, this hotfix cannot be installed after that hotfix is installed. However, the CCMCertFix.exe utility is not included as part of that hotfix. To obtain the CCMCertFix.exe utility after you have installed that hotfix, download the hotfix that is described in this hotfix, and then run the following command to extract the contents of the hotfix:
msiexec.exe /a SCCM2007-SP2-KB977203-ENU.msi /qb targetdir=Path_To_Extract_To
Notes- In this command, the placeholder Path_To_Extract_To represents the location where the contents of the hotfix should be extracted. After the CCMCertFix.exe utility is extracted, you can find the utility in this location.
- The name of the .msi file in this command may be different depending on the localized version that is downloaded. Check the name of the .msi file that is downloaded, and change the command line appropriately if this is necessary.
Install KB977203 during a task sequence
For operating system deployments, the KB977203 hotfix must be installed during a ConfigMgr 2007 OSD task sequence in the
Setup Windows and ConfigMgr task. Otherwise, the problem will continue to occur while the task sequence is executed. The hotfix cannot be installed by using an "install software" task. Doing that would cause the ConfigMgr 2007 client service to stop, which will cause the task sequence to fail.
Note If the client update that is described in Knolwedge Base article 977384 is being installed during the task sequence, it is not necessary to also install this client update, because this update is included as part of that update.
To install the KB977203 hotfix during a ConfigMgr 2007 OSD task sequence, use the
PATCH= option that is described in the following Microsoft Knowledge Base article:
907423 How to include an update in the initial installation of Systems Management Server 2003 Advanced Client
To install the KB977203 hotfix during a ConfigMgr 2007 OSD task sequence, follow these steps:
- Apply the hotfix on the site server.
- After the hotfix has been applied on the site server, the ConfigMgr 2007 client installation files will be updated to include the KB977203 hotfix in the directory \i386\hotfix\KB977203\ of the ConfigMgr 2007 client installation files. Because the ConfigMgr 2007 client installation files have been updated, make sure that you update the distribution points where the ConfigMgr 2007 client installation package resides.
- Right-click the task sequence that you need to change, and then click Edit.
- Click Setup windows and ConfigMgr.
- In the Installation properties box, type the following:
For ConfigMgr 2007 SP1:PATCH="C:\_SMSTaskSequence\OSD\<Package_ID>\i386\hotfix\KB977203\SCCM2007AC-SP1-KB977203-x86.msp"
For ConfigMgr 2007 SP2:PATCH="C:\_SMSTaskSequence\OSD\<Package_ID>\i386\hotfix\KB977203\SCCM2007AC-SP2-KB977203-x86.msp"
Notes- The <Package_ID> placeholder is the package ID of the ConfigMgr 2007 client installation package in ConfigMgr 2007.
- Make sure that you include the quotation marks as part of the path. However, do not include the brackets that are around the placeholder.
- Make sure that the package ID of the ConfigMgr 2007 client installation package is used and not the package ID of the KB977203 hotfix package.
- The _SMSTaskSequence cache folder will reside on the drive that has the most disk space. If the computer has multiple drives or partitions, the _SMSTaskSequence folder may end up on a drive other than drive C. In this scenario, change the path to point to the drive that contains the _SMSTaskSequence folder. We do not recommend that you use the variable _SMSTSMDataPath in the path because the drive letter in this path can enumerate differently in Windows PE than in the full Windows operating system.
- As an alternative to using the local path that points to the ConfigMgr 2007 client installation files that are located in the local Task Sequence cache, you can specify a UNC path that points to the ConfigMgr 2007 client installation files on the original package source or on a distribution point.
- Verify the name of the .msp file that is located in the \i386\hotfix\KB977203\ directory of the ConfigMgr 2007 client installation files. The name may differ depending on the locale. If the name differs from the name of the .msp file name that is used in the PATCH= command line in this step, adjust the name accordingly.
- Click Apply or OK to save the task sequence.
In addition to installing the KB977203 hotfix during the Task Sequence, CCMCertFix.exe also has to be run. When CCMCertFix.exe runs depends on the deployment scenario that is occurring (
replace or
refresh or
new computer). The following steps show how to run CCMCerFix.exe for all deployment scenarios.
- Use normal software distribution to create a package and program by using the CCMCertFix.exe utility from KB977203. The program does not have to have any switches and can just run CCMCertFix.exe directly. After you create the package and program, make sure that you put the package on distribution points.
- Right-click the affected task sequence, and then select Properties.
- Click the Advanced tab.
- Click the option to Run another program first, and then select the package and program from step 1.
- Click OK.
- Right-click the affected task sequence, and then select Edit.
- Click the Setup Windows and ConfigMgr task.
- With the Setup Windows and ConfigMgr task selected, click the Add menu, and then select General --> Install Software.
- Click the newly created install software task, and then select the package and program from step 1.
- With the newly created install software task still selected, click the Add menu, and then select General --> Restart Computer.
- Click the newly created restart computer task, and then select the option The currently installed default operating system. In addition, clear the option Notify the user before restarting.
- Click OK or Apply to save the task sequence.
Note For
replace scenarios, you only have to follow steps 1 through 5 for the task sequence that captures the data on the original computer. For the task sequence that restores the data on the new computer, follow all the steps.