Skip to content

Commit 1c6c9a3

Browse files
authored
Merge pull request cyberbotics#6576 from cyberbotics/sync-released-62f04c7db
Merge released into master
2 parents c2ea36b + e2e52f3 commit 1c6c9a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guide/installation-procedure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,13 @@ xvfb-run --auto-servernum webots --mode=fast --no-rendering --stdout --stderr --
239239
It is possible to install Webots silently from an administrator DOS console, by typing:
240240

241241
```bash
242-
webots-{{ webots.version.package }}_setup.exe /SILENT
242+
webots-{{ webots.version.package }}_setup.exe /SUPPRESSMSGBOXES /VERYSILENT /NOCANCEL /NORESTART /ALLUSERS
243243
```
244244

245-
Or:
245+
Additional setup options are available and documented from:
246246

247247
```bash
248-
webots-{{ webots.version.package }}\_setup.exe /VERYSILENT
248+
webots-{{ webots.version.package }}_setup.exe /?
249249
```
250250

251251
Once installed, if you observe 3D rendering anomalies or if Webots crashes, it is strongly recommend to upgrade your graphics driver.

0 commit comments

Comments
 (0)