diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-07-18 16:27:52 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-07-18 16:27:52 (GMT) |
commit | a3d03ec6b1191c04fb4073e26069d3282c0b6e72 (patch) | |
tree | 534e363f7a1eedb76dcfe7ccef38de6409f6463e /Doc/using/windows.rst | |
parent | 313fbf45486ab047877589f26c77b745c8fcb9ab (diff) | |
download | cpython-a3d03ec6b1191c04fb4073e26069d3282c0b6e72.zip cpython-a3d03ec6b1191c04fb4073e26069d3282c0b6e72.tar.gz cpython-a3d03ec6b1191c04fb4073e26069d3282c0b6e72.tar.bz2 |
Adds option to only install the launcher.
Diffstat (limited to 'Doc/using/windows.rst')
-rw-r--r-- | Doc/using/windows.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 213912f..53d5f3e 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -146,6 +146,9 @@ of available options is shown below. +---------------------------+--------------------------------------+--------------------------+ | Include_tools | Install utility scripts | 1 | +---------------------------+--------------------------------------+--------------------------+ +| LauncherOnly | Only installs the launcher. This | 0 | +| | will override most other options. | | ++---------------------------+--------------------------------------+--------------------------+ | SimpleInstall | Disable most install UI | 0 | +---------------------------+--------------------------------------+--------------------------+ | SimpleInstallDescription | A custom message to display when the | (empty) | |