- Home
- Windows XP
- Error messages
- The Windows Components Wizard opens directly to "Completing the Windows Components Wizard" screen in Windows XP
The Windows Components Wizard opens directly to "Completing the Windows Components Wizard" screen in Windows XP
- Copyright © 2008 Ramesh Srinivasan
- Error messages
Symptom
When you click Add/Remove Windows Components button in the Add or Remove Programs applet in Windows XP, one of the following symptoms may occur:
- The Configuring Components screen appears for few seconds and then the wizard proceeds directly to the final screen, displaying the following message:
You have successfully completed the Windows Components Wizard
- The following error occurs:
Setup was unable to load the master information file
As a result, you may be unable to add or remove a Windows component using the Wizard.
Resolution
This happens if the sysoc.inf file is missing or the contents are incorrect. To fix the problem, you may use the utility SysOCFix which I wrote to address this specific problem.
- Login as Administrator or equivalent
- Download SysOC_Fix.zip and save to Desktop
- Extract the files SysOCFix.exe and readme.txt to a folder (Example: C:\Utils)
- Double-click SysOCFix.exe to run the it.
Sysoc.inf file is now repaired automatically. See if you're able to launch the Windows Components Wizard correctly this time. If the problem persists, you may need to create a new sysoc.inf file:
- Click Start, Run and type cmd.exe and press ENTER
- Type the following command, and press ENTER:
C:\Utils\SysOCFix.exe /createnew
- Type EXIT to close the Command Prompt window.
Note: The location C:\Utils above is an example. If you've extracted the file to a different location, then alter the path accordingly.
The above command-line creates a new Sysoc.inf with the factory default contents. Alternately, you may expand a fresh copy of sysoc.inf from the Windows XP CD-ROM. More details are available in article Error: Setup was unable to load the master information file.
Related Articles
If you enjoyed this post, make sure you
subscribe to our RSS feed!
We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?
2 Responses to "The Windows Components Wizard opens directly to "Completing the Windows Components Wizard" screen in Windows XP" 
|
said this on 22 Jun 2007 12:39:18 PM PST
I have been working on this problem for 2 days! Thank you so much for the SysOC program.
|
|
said this on 06 Apr 2008 9:27:45 AM PST
Very nice - The only thing I (thought I) did to my file was to replace all instances of ",hide," with ",,", but had this issue afterward. Apparently I messed something else up. Thanks a ton!
|

Author)