File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,6 +219,23 @@ avoid collisions between files with the same name.
219219
220220You 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
223240Other Platforms
224241---------------
You can’t perform that action at this time.
0 commit comments