Sujet : Re: Issues with uninstalling python versions on windows server
De : mats (at) *nospam* wichmann.us (Mats Wichmann)
Groupes : comp.lang.pythonDate : 05. May 2024, 00:19:47
Autres entêtes
Message-ID : <mailman.8.1714861197.3326.python-list@python.org>
References : 1 2
User-Agent : Mozilla Thunderbird
On 5/3/24 05:55, Tripura Seersha via Python-list wrote:
Hi Team,
I am working on an automation related to uninstalling and installing python versions on different windows servers.
I have observed that uninstallation is working only with the account/login using which the python version is installed. But for automation, we are not aware which account is being used for installation on different machines.
If you want to automate things properly, you need to control installation as well as uninstallation - if things are just installed via some random user account it's hard to see how you can expect later steps without that knowledge to work out.
There's a fair bit of control available; if you haven't already, take a look here:
https://docs.python.org/3/using/windows.html#installing-without-ui