Skip to content

Commit

Permalink
Merge pull request cyberbotics#6576 from cyberbotics/sync-released-62…
Browse files Browse the repository at this point in the history
…f04c7db

Merge released into master
  • Loading branch information
omichel authored Jul 5, 2024
2 parents c2ea36b + e2e52f3 commit 1c6c9a3
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 1c6c9a3

Please sign in to comment.