There are three primary and mutually exclusive modes of operation: install, uninstall and plugin-install
DAtAnchorSetup_v3.1.0.exe {--install --org-id <org-id> | -- uninstall | --plugin-install } [options...]
Critical points to observe:
--SILENT
will not work and will generate an error.Parameters:
--org-id <org-id>
--install
parameter is used.--install
parameter.--silent
--install
and --uninstall
modes.--reboot-prompt
option has also been specified.--setup-logs <folder-path>
<folder-path>
.DatanchorSetup_<date-timestamp>.log
--disable-NWShares
--install
parameter.--reboot-prompt
--silent
parameter.--plugin-install
--skip-reboot
--help
--skip-unregister
--uninstall
parameter.Perform regular install of Agent with reboot prompt:
Note: Setup logs will be stored in: C:\Users\Public\DAtAnchorSetupLogs
DAtAnchorSetup_v3.1.0.exe --install --org-id <org-id>
Perform silent-install of Agent:
Note: Setup logs will be stored in: C:\Users\Public\DAtAnchorSetupLogs
DAtAnchorSetup_v3.1.0.exe --install --org-id <org-id> --silent
Perform silent-install of Agent and store setup logs in folder: C:\Users\Public\Anchor Setup Logs
DAtAnchorSetup_v3.1.0.exe --install --org-id <org-id> --silent --setup-logs "C:\\Users\\Public\\Anchor Setup Logs"
Perform silent-install of Agent and disable Anchor/unAnchor operations on network share folders:
Note: Setup logs will be stored in: C:\Users\Public\Anchor Setup Logs
DAtAnchorSetup_v3.1.0.exe --install --org-id <org-id> --silent --setup-logs "C:\Users\Public\Anchor Setup Logs" --disable-NWShares
Uninstall Agent with user confirmation before uninstall and user confirmation for reboot:
DAtAnchorSetup_v3.1.0.exe --uninstall
Perform silent uninstall:
DAtAnchorSetup_v3.1.0.exe --uninstall --silent
Perform silent uninstall with reboot prompt:
DAtAnchorSetup_v3.1.0.exe --uninstall --reboot-prompt