Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cpython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
Cpython
Commits
e3fa60b9
Unverified
Commit
e3fa60b9
authored
May 9, 2022
by
slateny
Committed by
GitHub
May 9, 2022
Browse files
Options
Downloads
Patches
Plain Diff
gh-86019: Add table for Windows installer options (GH-91809)
parent
be3cdd66
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/using/windows.rst
+18
-5
18 additions, 5 deletions
Doc/using/windows.rst
with
18 additions
and
5 deletions
Doc/using/windows.rst
+
18
−
5
View file @
e3fa60b9
...
...
@@ -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
suppressing the UI in order to change some of the defaults.
To completely hide the installer UI and install Python silently, pass the
``/quiet`` option. To skip past the user interaction but still display
progress and errors, pass the ``/passive`` option. The ``/uninstall``
option may be passed to immediately begin removing Python - no confirmation
prompt will be displayed.
The following options (found by executing the installer with ``/?``) can be
passed into the installer:
+---------------------+--------------------------------------------------------+
| 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
``0`` to disable a feature, ``1`` to enable a feature, or a path. The full list
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment