Installing in Windows - Silent - Service
- Silent mode installation is only available for windows client mode. Server mode should be installed in standard way.
- Add the device.
- Download Windows service based silent installer.
- Extract the zip file in the installation folder.
- Open folder system.
- Edit binfer.properties.
- Set paths for DOWNLOADPATH and SYSTEMPATH. Note the extra escape '\' character in the example paths in the file.
- For PCFILE either download the PC file to the system\Binfer\Conf folder or paste the PC file link.
- Save and close the file.
- Navigate back to the installation folder.
- Double click startBinfer.bat or open the folder location in a terminal, type startBinfer.bat, and press enter.
Set parameters in installSilent.bat | Parameter | Description |
---|---|---|
INSTALLTYPE | Specifies type of installation. Set to SERVER if you want to install as a self management instance(needs username, password and special license). "CLIENT" otherwise(needs access file/link) | |
HTTPPORT | External clients will connect using this port. | |
DOWNLOADPATH | Default download path. | |
SYSTEMPATH | Binfer system location | |
PCFILE | refers to PC file generated by server through which clients can connect to the given server. Mandatory if installation is on the client side. |