@@ -126,11 +126,24 @@ command line, allowing scripted installers to replicate an installation on many
126
126
machines without user interaction. These options may also be set without
127
127
suppressing the UI in order to change some of the defaults.
128
128
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
+ +---------------------+--------------------------------------------------------+
134
147
135
148
All other options are passed as ``name=value ``, where the value is usually
136
149
``0 `` to disable a feature, ``1 `` to enable a feature, or a path. The full list
0 commit comments