Skip to content

Commit 62f04c7

Browse files
authored
Improved installation instructions (#6575)
1 parent 0c0e31c commit 62f04c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)