(original) (raw)
changeset: 99931:5fc9bd33a712 branch: 3.5 parent: 99922:e40f6c3dc114 user: Steve Dower steve.dower@microsoft.com date: Sat Jan 16 11:58:30 2016 -0800 files: Doc/using/windows.rst description: Issue #25089: Adds short documentation section for modifying an install. diff -r e40f6c3dc114 -r 5fc9bd33a712 Doc/using/windows.rst --- a/Doc/using/windows.rst Fri Jan 15 21:45:17 2016 -0800 +++ b/Doc/using/windows.rst Sat Jan 16 11:58:30 2016 -0800 @@ -219,6 +219,23 @@ 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 --------------- /steve.dower@microsoft.com