The Installation Process Does Not Respond

vvwin
vvwin  Silver  (1)
6 years 10 months ago  View: 1330  Reply: 0
1F

The Installation Process Does Not Respond After the install.bat Script Is Executed to Install the U2000 on a Windows PC

Keywords

Installation, NMS, no response

Applicable Version

NMS

OS

Database

NE

U2000

Windows

--

--

 

Symptom

The U2000 V100R008C00SPC300 is installed on a PC. After the install.bat script is executed, a CLI appears but disappears soon. Neither an installation window nor error message is displayed.

Problem Identification

This problem is caused by an environmental issue.

Cause Analysis

                                    Step 1      Check the install.bat script and find that this script has invoked the install_run.bat script in the same directory. Modify echo off to @echo on in the first line of both the install.bat and install_run.bat scripts and save the modification to facilitate determination where the installation progress exits.

                                    Step 2      The install_run.bat script stops when executing the reg command.

Therefore, the installation process may exist when running the reg command.

 

                                    Step 3      Run the reg QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v3.0" command. An error message is displayed.

C:\ >RegMapgis70.exe listcom.txt

The specified listcom.txt file does not exist or cannot be opened.

                                    Step 4      Run the where reg command and find that the system has two reg commands: the first one belongs to the third-party software installed on the PC, not owned by the system.

C:\ >where reg

C:\ZXT10\Resmaster30\MAPGIS\program\reg.bat

C:\Windows\System32\reg.exe

                                    Step 5      Conclude that the system automatically finds the third-party reg script when running the reg command. As a result, the system reg command cannot be properly run.

----End

Solution

Rename the C:\ZXT10\Resmaster30\MAPGIS\program\reg.bat script and execute the install.bat script again.