Problem:
When trying to install Revolve 6.2 , NTVDM encounters a hard error.
Resolution:
Edit the config.nt file that is located in \\SYSTEM32 directory and add the SHELL line to the config.nt file:
SHELL=%SYSTEMROOT%\\SYSTEM32\\COMMAND.COM /E:32700 /P
The /E:xxxxx parameter informs the command.com to allocate 32700 bytes of space.
Copy the installation cd down to the hard drive.
When run the setup.exe also use /no_subsystem.
For example,
> setup.exe /no_subsystem
#EnterpriseAnalyzer
#SupportTip