This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Users (except from the one who installed) not able to see python in add remove programs.
Type: behavior Stage: resolved
Components: Windows Versions: Python 3.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: Debarshi.Goswami, iritkatriel, manddy221, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2017-07-24 12:59 by Debarshi.Goswami, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg298965 - (view) Author: Debarshi Goswami (Debarshi.Goswami) Date: 2017-07-24 12:59
When Python (64 bit) is installed for all users from an admin account on Windows, it gets installed correctly for all users , but it does not appear in add remove program for users other than one who installed it.


Command used : python-3.6.1-amd64.exe /quiet InstallAllUsers=1 PrependPath=1 TargetDir=C:\apps\Python36

Work around: Repair the installation by launching Python installer again.
msg411502 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2022-01-24 18:24
3.6 is no longer maintained. Please create a new issue if you are seeing this problem on a current version (>= 3.9).
History
Date User Action Args
2022-04-11 14:58:49adminsetgithub: 75194
2022-01-24 18:24:08iritkatrielsetstatus: open -> closed

nosy: + iritkatriel
messages: + msg411502

resolution: out of date
stage: resolved
2021-10-19 22:59:59iritkatrielsetnosy: + paul.moore, tim.golden, zach.ware, steve.dower
components: + Windows, - Installation
2017-07-24 13:01:24Debarshi.Goswamisetnosy: + manddy221
2017-07-24 12:59:40Debarshi.Goswamicreate