From c9c9266f94b52eca9c7ee79ba39672f78cc4954f Mon Sep 17 00:00:00 2001 From: Mathieu Comandon Date: Thu, 4 Aug 2016 12:37:39 -0700 Subject: [PATCH] Document the 'silent' option for Winetricks (Fixes #317) --- docs/installers.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installers.rst b/docs/installers.rst index 628e24279..7c7ff6852 100644 --- a/docs/installers.rst +++ b/docs/installers.rst @@ -285,6 +285,10 @@ Currently, the following tasks are implemented: * wine / winesteam: ``winetricks`` Runs winetricks with the ``app`` argument. ``prefix`` is an optional WINEPREFIX path. + By default Winetricks will run in silent mode but that can cause issues + with some components such as XNA. In such cases, you can provide the + option ``silent: false`` + Example: ::