From bacf96598ff656cee1061f0bfc9f4b375d34cae1 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:28:46 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 46df681..50614ed 100644 --- a/FAQ.md +++ b/FAQ.md @@ -408,6 +408,8 @@ https://github.com/rustdesk/rustdesk/issues/4023#issuecomment-1566588786 # Install/Upgrade from command line on Windows. +On our [release page](https://github.com/rustdesk/rustdesk/releases/tag/latest), there are `exe` and `msi` files, both can be used to install on Windows. If you are our Pro users, you can choose to build `exe` or `msi` on custom client eidtion page. + - If you use the exe file: `.\rustdesk.exe --silent-install` - If you use the msi file: `msiexec /i .\rustdesk.msi REINSTALL=ALL REINSTALLMODE=vamus`