Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e248f68

Browse files
committed
Issue #25089: Adds short documentation section for modifying an install.
1 parent a82908f commit e248f68

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Doc/using/windows.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,23 @@ avoid collisions between files with the same name.
219219

220220
You may also specify the ``/quiet`` option to hide the progress display.
221221

222+
Modifying an install
223+
--------------------
224+
225+
Once Python has been installed, you can add or remove features through the
226+
Programs and Features tool that is part of Windows. Select the Python entry and
227+
choose "Uninstall/Change" to open the installer in maintenance mode.
228+
229+
"Modify" allows you to add or remove features by modifying the checkboxes -
230+
unchanged checkboxes will not install or remove anything. Some options cannot be
231+
changed in this mode, such as the install directory; to modify these, you will
232+
need to remove and then reinstall Python completely.
233+
234+
"Repair" will verify all the files that should be installed using the current
235+
settings and replace any that have been removed or modified.
236+
237+
"Uninstall" will remove Python entirely, with the exception of the
238+
:ref:`launcher`, which has its own entry in Programs and Features.
222239

223240
Other Platforms
224241
---------------

0 commit comments

Comments
 (0)