From 109c257d5198e3382a13f8b3788ca055c8b71cda Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 23 Feb 2023 20:28:35 -0500 Subject: add note about silent install on windows --- docs/guide/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/guide') 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. -- cgit v1.3.1