Installing in Windows - Silent - Service


  1. Silent mode installation is only available for windows client mode. Server mode should be installed in standard way.
  2. Add the device.
  3. Download Windows service based silent installer.
  4. Extract the zip file in the installation folder.
  5. Edit installSilent.bat.
  6. Set paths for DOWNLOADPATH and SYSTEMPATH. Note the extra escape '\' character in the example paths in the file.
  7. For PCFILE download the PC file to a folder accessible by client and set that path.
  8. Save and close the file.
  9. Navigate back to the installation folder.
  10. Execute the installSilent.bat as an Administrator.
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.