Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #306: CPU-angle has to be adjusted because of vibrations coming from the nearby road


comp / comp.lang.python / Re: Issues with uninstalling python versions on windows server

SubjectAuthor
o Re: Issues with uninstalling python versions on windows serverBarry

1
Subject: Re: Issues with uninstalling python versions on windows server
From: Barry
Newsgroups: comp.lang.python
Date: Fri, 3 May 2024 17:04 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From: barry@barrys-emacs.org (Barry)
Newsgroups: comp.lang.python
Subject: Re: Issues with uninstalling python versions on windows server
Date: Fri, 3 May 2024 18:04:49 +0100
Lines: 39
Message-ID: <mailman.3.1714757657.3326.python-list@python.org>
References: <OSZP286MB2444E728F97685761D7AC638DE1F2@OSZP286MB2444.JPNP286.PROD.OUTLOOK.COM>
<6417D4DC-5114-4103-84C7-21987548D2D7@barrys-emacs.org>
Mime-Version: 1.0 (1.0)
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Trace: news.uni-berlin.de 6xqOWkGTnrLC/ntxcgBOiwzDRYo4uDRq55zCMB9Sw/hw==
Cancel-Lock: sha1:9Z7fO/6m0xcBiOvlOY4SiIYCWgA= sha256:+tJJdPvnniket278wldJ+UDOwzmUZ8XCU00RUUSMYkQ=
Return-Path: <barry@barrys-emacs.org>
X-Original-To: python-list@python.org
Delivered-To: python-list@mail.python.org
Authentication-Results: mail.python.org; dkim=none reason="no signature";
dkim-adsp=none (unprotected policy); dkim-atps=neutral
X-Spam-Status: OK 0.000
X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:python': 0.06;
'automation,': 0.07; 'cc:addr:python-list': 0.09;
'from:addr:barry': 0.09; 'received:217.70': 0.09;
'received:217.70.178': 0.09; 'received:gandi.net': 0.09;
'received:mail.gandi.net': 0.09; 'uninstall': 0.09; 'user.': 0.09;
'cc:no real name:2**0': 0.14; 'url:mailman': 0.15; 'automation.':
0.16; 'barry': 0.16; 'from:addr:barrys-emacs.org': 0.16;
'installed.': 0.16; 'message-id:@barrys-emacs.org': 0.16;
'modify,': 0.16; 'repair': 0.16; 'subject:Issues': 0.16;
'subject:windows': 0.16; 'uninstalled': 0.16; 'uninstalling':
0.16; 'wrote:': 0.16; 'python': 0.16; 'admin': 0.19; 'installing':
0.19; 'cc:addr:python.org': 0.20; 'unable': 0.21; 'version': 0.23;
'install': 0.23; 'installed': 0.23; 'url-ip:188.166.95.178/32':
0.25; 'url-ip:188.166.95/24': 0.25; 'url:listinfo': 0.25;
'cc:2**0': 0.25; 'url-ip:188.166/16': 0.25; 'approach': 0.31;
'automation': 0.31; 'url-ip:188/8': 0.31; 'assume': 0.32; 'guess':
0.32; 'issues.': 0.32; 'python-list': 0.32; 'resolve': 0.32;
'but': 0.32; 'windows': 0.34; 'able': 0.34; 'header:In-Reply-
To:1': 0.34; 'also,': 0.36; 'fix': 0.36; 'thanks,': 0.36; 'using':
0.37; 'though': 0.37; 'could': 0.38; 'still': 0.40; 'both': 0.40;
'should': 0.40; 'true': 0.63; 'identify': 0.64; 'your': 0.64;
'required': 0.65; 'shows': 0.67; 'received:217': 0.67; 'panel':
0.76; 'remained': 0.84; 'to:addr:outlook.com': 0.84
In-Reply-To: <OSZP286MB2444E728F97685761D7AC638DE1F2@OSZP286MB2444.JPNP286.PROD.OUTLOOK.COM>
X-Mailer: iPad Mail (21E236)
X-GND-Sasl: barry@barrys-emacs.org
X-BeenThere: python-list@python.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: General discussion list for the Python programming language
<python-list.python.org>
List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>,
<mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive: <https://mail.python.org/pipermail/python-list/>
List-Post: <mailto:python-list@python.org>
List-Help: <mailto:python-list-request@python.org?subject=help>
List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>,
<mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID: <6417D4DC-5114-4103-84C7-21987548D2D7@barrys-emacs.org>
X-Mailman-Original-References: <OSZP286MB2444E728F97685761D7AC638DE1F2@OSZP286MB2444.JPNP286.PROD.OUTLOOK.COM>
View all headers

> On 3 May 2024, at 17:43, Tripura Seersha via Python-list <python-list@python.org> 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.

I would guess that this is because you installed for the user not for all-users.
If true fix your install to do it for all-users and you should be able to uninstall as any user.

But this will require admin privs for both install and uninstall. As assume you can find out how to bet the admin priv required for your automation.

Barry

>
> Also, with the approach of using msiexec.exe to uninstall different components of python version, though all the components are uninstalled successfully but still an entry for this version shows in the control panel with the options: Modify, repair and uninstall. I am unable to identify which component has still remained as a part of the installer.
>
> Could you please help me resolve these issues.
>
> Thanks,
> Tripura
> --
> https://mail.python.org/mailman/listinfo/python-list
>

1

rocksolid light 0.9.8
clearnet tor