[issue28344] Python 3.5.2 installer hangs when run in session 0

2021-03-13 Thread Eryk Sun


Eryk Sun  added the comment:

I tested installing 3.10 in session 0 for the current user, as a user with the 
batch logon right. The installation succeeded. If you're running as SYSTEM, 
then installing for the current user doesn't see reasonable to me. I won't test 
that case. 

I tested installing 3.10 in session 0 as SYSTEM, with the option 
InstallAllUsers=1. The installation succeeded. There's a caveat (bpo-25166) 
that the installer registers the uninstall record only for the current user. 
The SYSTEM account uses the default profile, so the uninstall record is stored 
under "HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Uninstall". In 
this case, to uninstall you have to run the installer as SYSTEM with the 
/uninstall option.

--
resolution:  -> works for me
stage:  -> resolved
status: open -> closed

___
Python tracker 

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



[issue28344] Python 3.5.2 installer hangs when run in session 0

2016-10-03 Thread spooja

spooja added the comment:

Thank you for the link, yes am running in session 0 via the task scheduler.

--

___
Python tracker 

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



[issue28344] Python 3.5.2 installer hangs when run in session 0

2016-10-03 Thread Eryk Sun

Eryk Sun added the comment:

For some reason you're trying to schedule the installer to run in session 0. I 
thought you were running python.exe in session 0 via the task scheduler, which 
would hang in the REPL [1].

[1]: https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop

--
components: +Installation
title: Python 3.5.2 hangs when running in session 0 -> Python 3.5.2 installer 
hangs when run in session 0

___
Python tracker 

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