User’s Manual

Table Of Contents
3-16 Chapter 3: Deploy Management
2. Enter the command to run the agent installation. For example,
(Start-Process msiexec ‘/i “C:\Setup.msi”
serverip=192.168.1.2 /qb -Wait -Passthru).ExitCode
Details during the deployment
1. Please add the outfail parameter in the command line. For example,
(Start-Process msiexec ‘/i “F:\ Setup.msi”
serverip=192.168.1.2 clientip=192.168.1.200
outfail
=”D:\
New folder\Fail.txt” /qb ‘ -Wait -Passthru).ExitCode
Client device has previously already installed the agent and needs to
reinstall
1. Please remove the installed agent from the client device. For example,
(Start-Process msiexec ‘/x “C:\ Setup.msi” /q ‘ -Wait
-Passthru).ExitCode
2. Run the agent installation command. For example,
(Start-Process msiexec ‘/i “C:\Setup.msi”
serverip=192.168.1.2 /qb -Wait -Passthru).ExitCode
2. Once the installation is finished, the results will be saved to D:\New Folder\
Fail.txt.