You may install the agent silently by command lines. This way you can start the installer in two modes:
By installing the code (You must first create the agent from the dashboard):
dwagent.(exe o sh) -silent key=xxxxxx logpath=xxxxx (logpath is optional)
By entering account credentials (You do not need to create the agent from the dashboard):
dwagent.(exe o sh) -silent user=xxxxxx password=xxxxx name=xxxxx logpath=xxxxx
(logpath is optional; name is optional, if not provided it will autoname the agent with the machine name)
NOTE: The password parameter is not your account password. You can set this password in your DWService account.
Other options:
How set up a Proxy:
proxyType=xxx proxyHost=xxx proxyPort=xxx proxyUser=xxx proxyPassword=xxx
(Proxy type could be: HTTP or SOCKS5 or SOCKS4 or SOCKS4a)