From: Steve Dower Date: Sun, 13 Sep 2015 21:39:26 +0000 (-0700) Subject: Closes #25078: Document InstallAllUsers installer parameter default 0 X-Git-Tag: v3.5.1rc1~348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b608e539b4e6ca60f91fe48764f503a915cb690;p=python Closes #25078: Document InstallAllUsers installer parameter default 0 --- 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 |