===============================================================  
**Overview**  
=====================================================================  

**Required Permissions:**  
1. Administrative privileges are required.  
--------------------------------------------------------------------------  

**Standard Installation:**  
1. Double-click "DC8600-x86_64-Windows-Driver-V2.127.0.0.exe"
2. Select the full installation path for the driver.  
3. Follow the instructions to continue the installation.  
--------------------------------------------------------------------------  

**Silent Installation:**  
1. First, run Command Prompt as an administrator.  
2. Execute "setup.bat"; ensure that "DC8600-x86_64-Windows-Driver-V2.126.0.0" is in the same directory before running.  
4. The log will be created in the installation directory, which defaults to C:\Program Files.  
--------------------------------------------------------------  

**About setup.bat:**  
1. **Modifiable Variables:**  
   - **DRIVER:** Specifies the name of the driver to be installed.  
   - **PORT:** Specifies the port for the driver installation.  
   - **IP:** Specifies the IP address for the driver installation.  

2. **Integrity Check:**  
   - **Tool:** certutil  
   - **Algorithm:** MD5  
   - **Result:** If the file is intact, the "number of corrupted files" will be zero.  

**Example:**  
When performing a silent installation via network port, the following information must be provided:  
```
set "DRIVER=DASCOM DC-8600Pro"  
set "IP=192.168.0.1"  
set "PORT=DSMRCP001"  
```  
Execute Setup.bat to perform a silent network installation.  

If the information is incomplete or the installation is done using a USB connection, the INF driver properties will be installed, and after the USB port is identified, the USB port driver device will be generated through Window.  
--------------------------------------------------------------  

**Uninstall - After Installation:**  
1. **Silent Uninstallation:**  
   After installation, an uninstall.bat file will be generated in the installation directory.  
   Execute Uninstall.bat to perform a silent uninstallation.  

2. **Standard Uninstallation:**  
   After installation, you can go to "Control Panel" > "Programs" > "Programs and Features" in Windows, find "DC8600..." and uninstall it.  
--------------------------------------------------------------

Silent installation operation example：
Run Setup.bat as an administrator.
--------------------------------------------------------------

Non-silent installation example：
Run DC8600-x86_64-Windows-Driver-V2.126.0.0.exe
--------------------------------------------------------------
