diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-01-16 19:58:30 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-01-16 19:58:30 (GMT) |
commit | e248f6875b7a39bf03fa8b03f13ce0199c04a784 (patch) | |
tree | ef87e1daf6182897fdf6b7d8e0f304347fdf5939 /Doc/using/windows.rst | |
parent | a82908f7433a4c8050ca9189529a1a9978d136a5 (diff) | |
download | cpython-e248f6875b7a39bf03fa8b03f13ce0199c04a784.zip cpython-e248f6875b7a39bf03fa8b03f13ce0199c04a784.tar.gz cpython-e248f6875b7a39bf03fa8b03f13ce0199c04a784.tar.bz2 |
Issue #25089: Adds short documentation section for modifying an install.
Diffstat (limited to 'Doc/using/windows.rst')
-rw-r--r-- | Doc/using/windows.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 63de69f..783ccef 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -219,6 +219,23 @@ avoid collisions between files with the same name. You may also specify the ``/quiet`` option to hide the progress display. +Modifying an install +-------------------- + +Once Python has been installed, you can add or remove features through the +Programs and Features tool that is part of Windows. Select the Python entry and +choose "Uninstall/Change" to open the installer in maintenance mode. + +"Modify" allows you to add or remove features by modifying the checkboxes - +unchanged checkboxes will not install or remove anything. Some options cannot be +changed in this mode, such as the install directory; to modify these, you will +need to remove and then reinstall Python completely. + +"Repair" will verify all the files that should be installed using the current +settings and replace any that have been removed or modified. + +"Uninstall" will remove Python entirely, with the exception of the +:ref:`launcher`, which has its own entry in Programs and Features. Other Platforms --------------- |