Skip to content

Commit

Permalink
Merge pull request cyberbotics#6577 from cyberbotics/sync-master-1c6c…
Browse files Browse the repository at this point in the history
…9a38e

Merge master into develop
  • Loading branch information
omichel committed Jul 6, 2024
2 parents 608109c + 7046acf commit ece474f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/installation-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ece474f

Please sign in to comment.