@@ -126,11 +126,24 @@ command line, allowing scripted installers to replicate an installation on many
126126machines without user interaction. These options may also be set without
127127suppressing 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
135148All 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