Cannot Install Program Using Its Setup Utility

ID: Q222975


The information in this article applies to:


SYMPTOMS

When you attempt to install a program using its Setup program or the Add/Remove Programs tool, the Setup program may start, but it may not respond to user input and may stop responding (hang).


CAUSE

Many Setup programs are 16-bit utilities that require Windows NT Virtual DOS Machine support (NTVDM). If one or more Windows on Windows dynamic link library (DLL) files are missing, NTVDM cannot properly support the Setup program.


RESOLUTION

To resolve this behavior, verify that all required NTVDM support files exist in the %SystemRoot%\System32 folder. To do so, follow these steps:

  1. Click Start, click Run, type regedt32, and then click OK.


  2. On the Windows menu, click HKEY_LOCAL_ MACHINE on Local Machine.


  3. Click the \System\CurrentControlSet\Control\WOW folder.


  4. On the Registry menu, click Print Subtree.


  5. On the printout, compare the files listed under the KnowdDLLs value with the files that exist in the %SystemRoot%\System32 folder and make a note of each file that is missing from the %SystemRoot%\System32 folder.


  6. Quit Registry Editor.


To replace a missing DLL file in the %SystemRoot%\System32 folder, follow these steps:
  1. Insert the Windows NT CD-ROM into your CD-ROM drive.


  2. At a command prompt, change to the drive where the Windows NT CD-ROM is located.


  3. Use the Expand.exe tool to copy the missing file from the CD-ROM to the %SystemRoot%\System32 folder. For example, if you need to restore the Vga.drv file on an Intel-based computer, type the following command, and then press ENTER:
    \i386\expand \i386\vga.dr_ %SystemRoot%\System32\vga.drv


  4. Repeat step 3 for each missing file.


  5. Restart your computer after you restore any missing files and then restart the program's installation process.


NOTE: You should also verify that the Wowexec.exe and Gdi.exe files exist in the %SystemRoot%/System32 folder.

Additional query words:


Keywords          : kbinterop kbtool 
Version           : winnt:4.0,4.0 SP1,4.0 SP2,4.0 SP3,4.0 SP4
Platform          : winnt 
Issue type        : kbprb 

Last Reviewed: July 27, 1999