From 62f04c7db8f36e6636cd868f9d469ea892249cea Mon Sep 17 00:00:00 2001 From: Olivier Michel Date: Thu, 4 Jul 2024 16:26:46 +0200 Subject: [PATCH] Improved installation instructions (#6575) --- docs/guide/installation-procedure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/installation-procedure.md b/docs/guide/installation-procedure.md index 70d7c065d4d..24b4fc4bdc5 100644 --- a/docs/guide/installation-procedure.md +++ b/docs/guide/installation-procedure.md @@ -239,13 +239,13 @@ xvfb-run --auto-servernum webots --mode=fast --no-rendering --stdout --stderr -- It is possible to install Webots silently from an administrator DOS console, by typing: ```bash -webots-{{ webots.version.package }}_setup.exe /SILENT +webots-{{ webots.version.package }}_setup.exe /SUPPRESSMSGBOXES /VERYSILENT /NOCANCEL /NORESTART /ALLUSERS ``` -Or: +Additional setup options are available and documented from: ```bash -webots-{{ webots.version.package }}\_setup.exe /VERYSILENT +webots-{{ webots.version.package }}_setup.exe /? ``` Once installed, if you observe 3D rendering anomalies or if Webots crashes, it is strongly recommend to upgrade your graphics driver.