diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2023-02-23 20:28:35 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2023-02-23 20:28:35 -0500 |
| commit | 109c257d5198e3382a13f8b3788ca055c8b71cda (patch) | |
| tree | 86e043b806dfc0acf00ea18371803ed4ba23c7fa /docs | |
| parent | 405c76dd016119c629ba092b8cd97b70c634455b (diff) | |
add note about silent install on windows
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/index.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md index 980eb8f9..b9c59471 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -18,9 +18,12 @@ Binary Ninja stores information in two primary locations. The first is the binar Binaries are installed in the following locations by default: - macOS: `/Applications/Binary Ninja.app` +- Linux: Wherever you extract it! (No standard location) - Windows (global install): `C:\Program Files\Vector35\BinaryNinja` - Windows (user install): `%LOCALAPPDATA%\Vector35\BinaryNinja` -- Linux: Wherever you extract it! (No standard location) + +???+ Warning "Tip" + If you want a silent install on windows, because we use the [NSIS](https://nsis.sourceforge.io/Docs/) installer, simply use: `BinaryNinjaInstaller.exe /S` ???+ Danger "Warning" Do not put any user content in the install-path of Binary Ninja. The auto-update process of Binary Ninja WILL remove any files included in these locations. |
