Skip to content

Commit e3fa60b

Browse files
authored
gh-86019: Add table for Windows installer options (GH-91809)
1 parent be3cdd6 commit e3fa60b

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

Doc/using/windows.rst

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,24 @@ command line, allowing scripted installers to replicate an installation on many
126126
machines without user interaction. These options may also be set without
127127
suppressing the UI in order to change some of the defaults.
128128

129-
To completely hide the installer UI and install Python silently, pass the
130-
``/quiet`` option. To skip past the user interaction but still display
131-
progress and errors, pass the ``/passive`` option. The ``/uninstall``
132-
option may be passed to immediately begin removing Python - no confirmation
133-
prompt will be displayed.
129+
The following options (found by executing the installer with ``/?``) can be
130+
passed into the installer:
131+
132+
+---------------------+--------------------------------------------------------+
133+
| Name | Description |
134+
+=====================+========================================================+
135+
| /passive | to display progress without requiring user interaction |
136+
+---------------------+--------------------------------------------------------+
137+
| /quiet | to install/uninstall without displaying any UI |
138+
+---------------------+--------------------------------------------------------+
139+
| /simple | to prevent user customization |
140+
+---------------------+--------------------------------------------------------+
141+
| /uninstall | to remove Python (without confirmation) |
142+
+---------------------+--------------------------------------------------------+
143+
| /layout [directory] | to pre-download all components |
144+
+---------------------+--------------------------------------------------------+
145+
| /log [filename] | to specify log files location |
146+
+---------------------+--------------------------------------------------------+
134147

135148
All other options are passed as ``name=value``, where the value is usually
136149
``0`` to disable a feature, ``1`` to enable a feature, or a path. The full list

0 commit comments

Comments
 (0)