Install and register using command line - Windows
Installation
A Desktop Client can be installed in unattended mode (silently) by executing the installation executable via the command-line, with the following arguments:
–help |
Display the list of valid options |
–version |
Display product information |
–unattendedmodeui |
Unattended Mode UI |
–help |
Display the list of valid options |
–version |
Display product information |
–unattendedmodeui |
Unattended Mode UI |
–mode |
Installation mode |
–installer-language |
Language selection |
–create_shortcuts |
Creates Desktop shortcut with value of 1. Allowed: 0, 1. Default: 1 |
–host |
Host: do not include http or https protocol; do not include port number, if applicable |
–port |
Server Port |
–httpport |
Server Web Port |
Example:
The following example will install the agent silently without registering it.
Application path: c:\Download\NimboxVault-2.x.x.x.exe
CMD LINE: c:\Downloads>>> NimboxVault-2.x.x.x.exe –unattendedmodeui none –mode unattended –host vault.nimbox.co.uk
Registration
After installation, the agent can then be registered to a user silently by executing the installation executable via the command-line with the following arguments:
–help |
produce help message |
–config |
config file |
–action |
Action to perform (required) |
–user |
Username |
–domain |
Domain |
–password |
Password |
–localuser |
Local user |
–path |
Path |
Example:
After you’ve installed the agent, use the agent_cmdui.exe executable in the installation directory’s BIN folder in order to register it silently. The following example will silently register the agent to the user/server that you specify.
Application path: c:\Program Files (x86)\Nimbox Vault
CMD Line: c:\Program Files (x86)\Nimbox Vault>>> bin\agent_cmdui.exe –config “c:\Program Files (x86)\Nimbox Vault\conf\config.ini” –action register –user EMAIL –password PASSWORD –path c:\Users\User Name\Nimbox Vault
NOTE: Make sure that you execute agent_cmdui.exe from it’s parent folder (e.g. c:\Program Files (x86)\Nimbox Vault) as noted in the example above.
After silently registering your user, you may notice that the application UI still indicates that registration is not complete. The following command will update the application: c:\Program Files (x86)\Nimbox Vault\bin>>> agent_gui.exe –message check_registration