Request for Question Clarification by
pwizard-ga
on
29 Oct 2002 19:53 PST
Greetings mellen,
I think I can help to solve your problem, but I don't want to post an
official answer if this doesn't help or has already been tried. The
CONFIG.NT file is a critical system file akin to the command.com file.
If it's missing from your system entirely, you definitely would be
getting the error you're describing. This will also happen if this
file is corrupted. Could you please try this solution and see if it
fixes your problem? All of the resources I've searched points to this
as the resolution. If it works, I'll post it as an official answer. If
not, I have some other ideas about how to go about fixing the problem
without a fresh install.
This error can occur when the files, Config.nt, Autoexec.nt and
Command.com, are missing or corrupt.
To resolve this issue, use MS-DOS prompt to expand the files from the
Windows XP CD-ROM, or edit the files in the text editor, Notepad.
Method 1: Expand the Files From the Windows XP CD-ROM
-----------------------------------------------------
1. Click Start, and then click Run.
2. In the Open box, type cmd, and then click OK.
3. At the command prompt, type the following, press ENTER between each
line:
expand <CD-ROM Drive>:\i386\config.nt c:\windows\system32\config.nt
expand <CD-ROM Drive>:\i386\autoexec.nt
c:\windows\system32\autoexec.nt
expand <CD-ROM Drive>:\i386\command.co
c:\windows\system32\command.com
exit
Where <CD-ROM Drive> is the name of your CD-ROM Drive.
4. Start the program.
If this does not resolve this issue, continue to Method 2.
Method 2: Create the Files In Notepad And Copy the Files To the
System32 Directory
----------------------------------------------------------------------------------
NOTE: The file, Command.com is not edited or created in this Part.
Part 1: Create the Files in Notepad:
1. Start Notepad.
2. In the new blank document, type the following block of code:
dos=high, umb
device=%SYSTEMROOT%\system32\himem.sys
files=40
3. On the File menu, click Save As.
4. In the File Name box, type "Config.nt" (without the quotation
marks), and then click Save.
5. Close Config.nt.
6. On the File menu, click New.
7. In the new blank document, type the following block of code:
@echo off
lh %SYSTEMROOT%\system32\mscdexnt.exe
lh %SYSTEMROOT%\system32\redir
lh %SYSTEMROOT%\system32\dosx
SET BLASTER=A220 I5 D1 P330 T3
8. On the File menu, click Save As.
9. In the File Name box, type "Autoexec.nt" (without the quotation
marks), and then click Save.
10. Close Autoexec.nt.
Part 2: Copy the Files To the System32 Directory:
1. Start Windows Explorer.
2. Locate, and then right-click Config.nt, and then click Copy.
3. Locate, and then right-click %SYSTEMROOT%\System32, and then click
Paste.
4. Locate, and then right-click Autoexec.nt, and then click Copy.
5. Locate, and then right-click %SYSTEMROOT%\System32, and then click
Paste.
6. Locate, and then right-click Command.co, and then click Copy.
7. Locate, and then right-click %SYSTEMROOT%\System32, and then click
Paste.
8. Restart your computer.
9. Install the program again.
I'll wait to hear back before proceeding further. Thanks.