From 42b15612ab1b127eac4d9c738fb02c71cc25c1f6 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:31:07 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index cc040a8..04a4e7b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -408,7 +408,7 @@ 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 edition page. +On our [release page](https://github.com/rustdesk/rustdesk/releases/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 edition 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`