An error message occurs when you run "Sysprep /generalize" in Windows Vista: "A fatal error occurred while trying to Sysprep the machine"
SYMPTOMSWhen you try to run the System Preparation Tool (Sysprep) in Windows Vista, and you use the /generalize option, you may receive the following error message:
A fatal error occurred while trying to Sysprep the machine. The Setupper.log file may contain lines that resemble the following:
Error [0x0f0082] SYSPRP LaunchDll: Failure occurred while executing 'C:\Windows\System32\slc.dll, SLReArmWindows', returned error code -1073425657 Error [0x0f0070] SYSPRP RunExternalDlls: An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = -1073425657
Error [0x0f00a8] SYSPRP WinMain: Hit failure while processing sysprep generalize providers; hr = 0xc004d307
Note The Setupper.log file is located in the \Windows\System32\Sysprep\Panther folder.CAUSEThis error may occur if the Windows Software Licensing Rearm program has run more than three times in a single Windows Vista image. RESOLUTIONTo resolve this issue, you must rebuild the Windows Vista image. WORKAROUNDTo work around this issue, use the <SkipRearm> setting in an XML answer file (Unattend.xml) to skip the Rearm process when you build the Windows Vista image. The following text is an example of an XML answer file: <settings pass="generalize">
<component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SkipRearm>1</SkipRearm>
</component>
</settings>
Note You must make sure that the <SkipRearm> setting is removed from the final unattended file that is used to deploy computers in a production environment. If <SkipRearm> is not removed from the unattended file that is used to deploy computers in a production environment, the KMS current client count does not increase for new clients that are added to the network. MORE INFORMATIONThe Windows Software Licensing Rearm program restores the Windows system to the original licensing state. All licensing and registry data related to activation is either removed or reset. Also, any grace period timers are reset.
To run the Rearm process in Windows Vista, use one of the following methods:
299840 (http://support.microsoft.com/kb/299840/)
How to use Sysprep with Windows Product Activation or Volume License Media to deploy Windows XP
APPLIES TO
| Article Translations
|

Back to the top
