How to silently uninstall Python 2.7 on Windows? How to silently uninstall Python 2.7 on Windows? windows windows

How to silently uninstall Python 2.7 on Windows?


Edit: Ignore what I previously said, here's the solution according to the Python 2.4 Documentation:

It is not necessary to have the MSI file available for uninstallation; alternatively, the package or product code can also be specified. You can find the product code by looking at the properties of the Uninstall shortcut that Python installs in the start menu.

Hit the Windows Key, search Python Uninstall, right click it and go to Properties. The Product Key is in the Target field, you can use that to uninstall by doing:

msiexec /x {03mY-L0NG-A77-K3Y}.msi /qn