From 9b608e539b4e6ca60f91fe48764f503a915cb690 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sun, 13 Sep 2015 14:39:26 -0700 Subject: [PATCH] Closes #25078: Document InstallAllUsers installer parameter default 0 --- Doc/using/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index ffaaa7913c..2116c106de 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -89,7 +89,7 @@ of available options is shown below. +---------------------------+--------------------------------------+--------------------------+ | Name | Description | Default | +===========================+======================================+==========================+ -| InstallAllUsers | Perform a system-wide installation. | 1 | +| InstallAllUsers | Perform a system-wide installation. | 0 | +---------------------------+--------------------------------------+--------------------------+ | TargetDir | The installation directory | Selected based on | | | | InstallAllUsers | -- 2.50.0