[issue43486] Python 3.9 installer not updating ARP table

2021-03-15 Thread Steve Dower


Steve Dower  added the comment:

Leaving the launcher behind is deliberate. Otherwise you might 
install/uninstall 3.10 alpha and lose the launcher completely.

I can't trivially reproduce the ARP issue, so we'll need some more information.

If possible, can you grab the install logs from %TEMP% and attach them here in 
a zip file?

Also, any information about any restrictive administrator policies or 
anti-virus tools running on your machine might be relevant.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43486] Python 3.9 installer not updating ARP table

2021-03-13 Thread Karthikeyan Singaravelan


Change by Karthikeyan Singaravelan :


--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43486] Python 3.9 installer not updating ARP table

2021-03-13 Thread Adam


Adam  added the comment:

The 64 installer doesn't even show up in the ARP table, only Python Launcher.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue43486] Python 3.9 installer not updating ARP table

2021-03-13 Thread Adam


New submission from Adam :

1. Install 3.9.0 using the following command line options: 

python-3.9.0.exe /quiet InstallAllUsers=1

2. Install 3.9.2 using the following command line options: 

python-3.9.2.exe /quiet InstallAllUsers=1

3. Observe that 3.9.2 successfully installed, however the ARP table does not 
reflect the latest version (see first screenshot in the attachment) it still 
shows 3.9.0 as installed.

4. Uninstall 3.9.2 using the following command line options:

python-3.9.2.exe /uninstall /silent

5. Observe that Python 3.9.0 is still listed as installed in the ARP table. 
Looking in the registry, all Python installed products are removed except for 
Python Launcher. Maybe it is by design to leave Python Launcher on the system, 
maybe not, but I think keeping the ARP table tidy would reduce confusion for 
users. See second screenshot in the attachment.

--
components: Installation
files: 1.jpg
messages: 388615
nosy: codaamok
priority: normal
severity: normal
status: open
title: Python 3.9 installer not updating ARP table
type: behavior
versions: Python 3.9
Added file: https://bugs.python.org/file49873/1.jpg

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com