diff --git a/FAQ.md b/FAQ.md index 8979322..606625d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2066,8 +2066,11 @@ docker compose up -d && docker compose logs -f > > User: I did an apt-get update/upgrade and it is now updated. There were a bunch of docker updates. That may have fixed it. I am on 1.8.1 now. + # Install RustDesk Printer During Setup +RustDesk Printer was installed by default in versions before 1.4.7. Starting with version 1.4.8 and in nightly builds, it is no longer installed by default. + You can choose whether to install the RustDesk Printer driver during setup. ## UI @@ -2086,26 +2089,35 @@ https://rustdesk.com/docs/en/client/windows/msi/#installprinter ### EXE -Install with the `--silent-install` argument, optionally followed by `printer=1` or `printer=0`. +The option was added in https://github.com/rustdesk/rustdesk/pull/15191. -1. No `printer=1` or `printer=0` (default option): +#### Before 1.4.8 + +When installing with the `--silent-install` argument, the RustDesk Printer is also installed. + +#### Since 1.4.8 (nightly) + +When installing with the `--silent-install` argument, you can optionally add `printer=1` or `printer=0`. + +1. Neither `printer=1` nor `printer=0` (default option): - For a fresh installation, the printer driver will **not** be installed. - For an update installation, the printer driver installation status depends on the previous version's settings. - ```shell - rustdesk.exe --silent-install + + ```shell + rustdesk.exe --silent-install ``` 2. `printer=1` - Force install the printer driver: ```shell rustdesk.exe --silent-install printer=1 ``` -3. `printer=0` - Force not to install the printer driver: +3. `printer=0` - Force **not** to install the printer driver: ```shell rustdesk.exe --silent-install printer=0 ``` ## After Setup -If you need the RustDesk Printer while using the app, you can install it here: +If you need RustDesk Printer while using the app, you can install it here: image