This commit is contained in:
rustdesk
2026-03-20 18:42:55 +08:00
parent 1736869d5f
commit 56cfd26e35
463 changed files with 6538 additions and 62 deletions

View File

@@ -9,6 +9,18 @@ Use the RustDesk MSI package when you need silent Windows deployment with `msiex
The MSI package supports command line parameters for silent installation.
## When should you use the MSI package?
Use the MSI package when you need standard Windows software deployment through `msiexec`, managed packaging tools, or silent installation workflows. It is the best fit for enterprise environments that already use MSI-based rollout and upgrade processes.
## MSI quick answers
- MSI is best for silent Windows deployment
- You can set install path, shortcut behavior, and printer installation through parameters
- Upgrades can reuse previous installation settings
- Versions before `2024-08-05` may have silent install and repair issues
- Use `/l*v install.log` when you need a detailed installation log
## Parameters
## INSTALLFOLDER