Tech Support > Microsoft Windows > installing software
installing software
Posted by JNWHAT06 on March 19th, 2006


when i try to open the setup an error window comes up saying
"C:\Windows\Sysem32/autoexec.nt. The system file is not suitable for running
MS-DOS and Microsoft Windows applications. Choose 'Close' to terminate
application." there is also an ignore button but it doesn't do anything
different than the close button

Posted by Maurice N ~ MVP on March 19th, 2006


Be specific about manufacturer (publisher) of program, name of program & version that you are attempting to install.
And if it is a DOS-based or old 16-bit program.

One does not expect to see this type of error message if installing a current Windows-based program.

If the program came with an install CD, browse it with Windows Explorer. You should find a Readme file. If so, open it & read about the requirements to run the program & steps to install.
--
Maurice N
MVP Windows - Shell / User
-----


JNWHAT06 wrote:

Posted by Rick \Nutcase\ Rogers on March 19th, 2006


Hi,

The simplest method to resolve this common problem is to copy autoexec.nt
from C:\Windows\repair to C:\Windows\system32 and overwrite the one that is
currently there.

Alternately, you can create a new autoexec.nt file and save it to the
\windows\system32 folder to overwrite the corrupted one. Click start/run and
type notepad, then click ok. Copy/paste the below code into it (instead of
typing it in to prevent errors), then click file/"save as". Navigate to the
C:\Windows\system32 folder, change the "save as file" type to "all types"
and name the file autoexec.nt, then click save (if prompted to overwrite the
existing one, do so).

@echo off
lh %SystemRoot%\system32\mscdexnt.exe
lh %SystemRoot%\system32\redir
lh %SystemRoot%\system32\dosx
SET BLASTER=A220 I5 D1 P330 T3

Reboot when finished. This usually fixes it, but you will find further steps
here if it doesn't:

Error message when you install or start an MS-DOS or 16-bit Windows-based
program
http://support.microsoft.com/?kbid=324767

Basically, you will have to expand new copies of command.com, autoexec.nt,
and config.nt to the system32 folder from the WinXP CD or I386 folder on
your hard drive. Sometimes, you need to create new ones and overwrite the
existing ones - the method is described in the article.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org

"JNWHAT06" <JNWHAT06@discussions.microsoft.com> wrote in message
news:8F7136CA-D3AC-4723-AE61-1663EEA82E8E@microsoft.com...