BestSync Deployment Tool

BestSync Deployment Tool-- DeployTool.exe

DeployTool.exe is a tool for deploying BestSync easily. It can do following tasks automatically:

(1) Install/Uninstall BestSync in silent mode

(2) Start/Stop BestSync Application.

(3) Start/Stop BestSync Service.

(4) Deploy BestSync project file

(5) Activate License.

(6) Copy program files.

1. Usage

(1) Copy a sample deployment project to the folder that DeployTool.exe is in.

(2) Edit the project as you need.

(3) Start DeployTool.exe by the command line

Command line sample:

(3.1) Run the specified deployment project:

DeployTool.exe /prj deployment.prj

(3.2) Run the only deployment project in the folder:

DeployTool.exe

2. Sample project

(1) Reinstall BestSync

(1.1) Copy BestSync install file (SetupBestSync.exe) to the same folder of the deployment tool, and please modify the install file name to the name set in the .prj file.

(1.2) Run the following command

DeployTool.exe /prj reinstall.prj

(2) Restart BestSync

DeployTool.exe /prj restart.prj

(3) Activate License

DeployTool.exe /prj actlic.prj

Please refer to the comment in the project about the usage of the command.