[issue34737] Python upgrade with SYSTEM account uninstalls python

2021-10-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue34737] Python upgrade with SYSTEM account uninstalls python

2018-09-21 Thread Jatin Goel
Jatin Goel added the comment: Thanks for the info Steve. Yeah I noticed it earlier, but couldn't make sense why it would try per-user uninstall at all. (Thought some upgrade issue, and it was a rollback action) Though we've been doing the installation for all users from the beginning with

[issue34737] Python upgrade with SYSTEM account uninstalls python

2018-09-20 Thread Steve Dower
Steve Dower added the comment: Looking closer at the logs, it's the usual problem of not being able to upgrade a per-user install into an all-users install. If you look at the logs closely, it's *uninstalling* the Just for Me install, not installing it. The best option in this case is to

[issue34737] Python upgrade with SYSTEM account uninstalls python

2018-09-20 Thread Jatin Goel
Jatin Goel added the comment: Hi Steve, It's not actually an issue with the Tcl/Tk package. This is happening for all the packages. Even with the installAllUsers flag set, the installation for all users fail, and then it tries to do justForMe installation, and that too is failing. Again

[issue34737] Python upgrade with SYSTEM account uninstalls python

2018-09-19 Thread Steve Dower
Steve Dower added the comment: This looks like something particular to Tcl/Tk, and my best guess from a very quick look at your logs is that there's a malware scanner preventing the files from being deleted for some reason (perhaps it's triggering an extended scan of one of the files?). Or

[issue34737] Python upgrade with SYSTEM account uninstalls python

2018-09-19 Thread Jatin Goel
Jatin Goel added the comment: Correction to the install command: python-3.6.6-amd64.exe /quiet InstallAllUsers=1 /log "[logpath]\InstallPython" On Wed, Sep 19, 2018 at 7:14 PM Jatin Goel wrote: > > New submission from Jatin Goel : > > Team, > > I have some Windows machines where Python

[issue34737] Python upgrade with SYSTEM account uninstalls python

2018-09-19 Thread Jatin Goel
New submission from Jatin Goel : Team, I have some Windows machines where Python version 3.6.2 is installed. We are now upgrading them to 3.6.6 As part of our Install process, we launch the installation script with the SYSTEM account with the command: python-3.6.6-amd64.exe /quiet