Hello, I am trying to do a silent install of BTSync on my clients, I have copy&paste the config file on documentation: http://www.bittorrent.com/sync/developers/api I have replaced API Key in the example with my own: { // path to folder where Sync will store its internal data, // folder must exist on disk "storage_path" : "C:\btsync\", // run Sync in GUI-less mode "use_gui" : false, "webui" : { // IP address and port to access HTTP API "listen" : "127.0.0.1:8888", // login and password for HTTP basic authentication // authentication is opti