diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-09-13 21:39:26 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-09-13 21:39:26 (GMT) |
commit | 9b608e539b4e6ca60f91fe48764f503a915cb690 (patch) | |
tree | 3afc0d866696eb0520aed5fc33e123f4c3817ec5 /Doc | |
parent | 2446eab230a2244b2d254e5dd40461615fc04baa (diff) | |
download | cpython-9b608e539b4e6ca60f91fe48764f503a915cb690.zip cpython-9b608e539b4e6ca60f91fe48764f503a915cb690.tar.gz cpython-9b608e539b4e6ca60f91fe48764f503a915cb690.tar.bz2 |
Closes #25078: Document InstallAllUsers installer parameter default 0
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/using/windows.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index ffaaa79..2116c10 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 | |