From 76cf92578be6f1678d60f89e1854e064aae0cdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 14 Oct 2019 12:03:40 +0200 Subject: [PATCH] Manual: document silent installation on Windows Closes #1478 --- doc/manual/source/installation-and-configuration.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/manual/source/installation-and-configuration.rst b/doc/manual/source/installation-and-configuration.rst index 6e82a5c1fe..8543fa3e2c 100644 --- a/doc/manual/source/installation-and-configuration.rst +++ b/doc/manual/source/installation-and-configuration.rst @@ -54,6 +54,10 @@ Note that you can have several versions of Dynare coexisting (for example in ``c:\dynare``), as long as you correctly adjust your path settings (see see :ref:`words-warning`). +Also note that it is possible to do a silent installation, by passing the +``/S`` flag to the installer on the command line. This can be useful when +doing an unattended installation of Dynare on a computer pool. + On GNU/Linux ------------ -- GitLab