Skip to content

Commit

Permalink
Merge pull request #186 from silversword411/main
Browse files Browse the repository at this point in the history
adjusting installer switches
  • Loading branch information
silversword411 authored Jul 31, 2023
2 parents 6ebf518 + c7bb9ab commit 53fe6b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/install_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,31 +55,31 @@ Copy / paste the download link from the deployment into your browser. It will ta
The following optional arguments can be passed to any of the installation method executables:

```text
-log debug
--log debug
```

Will print very verbose logging during agent install. Useful for troubleshooting agent install.

```text
-silent
--silent
```

This will not popup any message boxes during install, including any error messages or the "Installation was successful" message box that pops up at the end of a successful install.

```text
-proxy "http://proxyserver:port"
--proxy "http://proxyserver:port"
```

Use a http proxy.

```text
-meshdir "C:\Program Files\Your Company Name\Mesh Agent"
--meshdir "C:\Program Files\Your Company Name\Mesh Agent"
```

Specify the full path to the directory containing `MeshAgent.exe` if using custom agent branding for your MeshCentral instance.

```text
-nomesh
--nomesh
```

Do not install MeshCentral agent during Tactical agent install. Note: Take Control, Remote Terminal and File Browser will not work.
Expand Down

0 comments on commit 53fe6b1

Please sign in to comment.