mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
gh-86019: Add table for Windows installer options (GH-91809)
This commit is contained in:
parent
be3cdd66c9
commit
e3fa60b937
1 changed files with 18 additions and 5 deletions
|
|
@ -126,11 +126,24 @@ command line, allowing scripted installers to replicate an installation on many
|
||||||
machines without user interaction. These options may also be set without
|
machines without user interaction. These options may also be set without
|
||||||
suppressing the UI in order to change some of the defaults.
|
suppressing the UI in order to change some of the defaults.
|
||||||
|
|
||||||
To completely hide the installer UI and install Python silently, pass the
|
The following options (found by executing the installer with ``/?``) can be
|
||||||
``/quiet`` option. To skip past the user interaction but still display
|
passed into the installer:
|
||||||
progress and errors, pass the ``/passive`` option. The ``/uninstall``
|
|
||||||
option may be passed to immediately begin removing Python - no confirmation
|
+---------------------+--------------------------------------------------------+
|
||||||
prompt will be displayed.
|
| Name | Description |
|
||||||
|
+=====================+========================================================+
|
||||||
|
| /passive | to display progress without requiring user interaction |
|
||||||
|
+---------------------+--------------------------------------------------------+
|
||||||
|
| /quiet | to install/uninstall without displaying any UI |
|
||||||
|
+---------------------+--------------------------------------------------------+
|
||||||
|
| /simple | to prevent user customization |
|
||||||
|
+---------------------+--------------------------------------------------------+
|
||||||
|
| /uninstall | to remove Python (without confirmation) |
|
||||||
|
+---------------------+--------------------------------------------------------+
|
||||||
|
| /layout [directory] | to pre-download all components |
|
||||||
|
+---------------------+--------------------------------------------------------+
|
||||||
|
| /log [filename] | to specify log files location |
|
||||||
|
+---------------------+--------------------------------------------------------+
|
||||||
|
|
||||||
All other options are passed as ``name=value``, where the value is usually
|
All other options are passed as ``name=value``, where the value is usually
|
||||||
``0`` to disable a feature, ``1`` to enable a feature, or a path. The full list
|
``0`` to disable a feature, ``1`` to enable a feature, or a path. The full list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue