[issue34737] Python upgrade with SYSTEM account uninstalls python

2018-09-20 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 begi

[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.

[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 W

[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

[issue33282] Subprocess Popen communicate hung if stdin not given to Popen, even though script not expecting any input

2018-04-15 Thread Jatin Goel
New submission from Jatin Goel : Hi needed a small help related to the subprocess module I'm executing a powershell process using the subprocess module process = subprocess.Popen( [ 'powershell.exe', script ], stdout=subprocess.PIPE, stderr=