[issue36557] Python (Launcher)3.7.3 CMDLine install/uninstall

2019-08-02 Thread Steve Dower
Steve Dower added the comment: Sorry for the slow reply. > immediately begin removing Python - no prompt will be displayed This is meant to imply that no *confirmation* prompt will be displayed before uninstall starts. Documentation patches are welcome :) > tell me something about passive

[issue36557] Python (Launcher)3.7.3 CMDLine install/uninstall

2019-04-09 Thread mattcher_h
mattcher_h added the comment: Ok I´m done. Thank you very much for your quick advice. The documentaion is kind of misleading. "The /uninstall option may be passed to immediately begin removing Python - no prompt will be displayed." Because of the last part I thought the /quiet is included and

[issue36557] Python (Launcher)3.7.3 CMDLine install/uninstall

2019-04-09 Thread mattcher_h
mattcher_h added the comment: ok the "PathToPython.exe /uninstall /quiet" seems to work. Thanks for this hint. I found the Python Launcher in the registry path for x86, this was not what I expected after install Python3.7.3 x64. In the registry they show an uninstall command what works when I

[issue36557] Python (Launcher)3.7.3 CMDLine install/uninstall

2019-04-08 Thread mattcher_h
mattcher_h added the comment: Hi Steve, Thank you for your response. Does the /quiet and /passiv works together with the /uninstall? When I read the Documentation it seems that the /uninstall included the /quiet. Could you tell me what exactly is the meaning of the /passiv? So am I right tha

[issue36557] Python (Launcher)3.7.3 CMDLine install/uninstall

2019-04-08 Thread Steve Dower
Steve Dower added the comment: Pass /passive to have it automatically close at the end, or /quiet to avoid popping up a window at all. Can you clarify what you mean by launcher? There are a couple different things you could be talking about and I don't want to give you the wrong answer. ---

[issue36557] Python (Launcher)3.7.3 CMDLine install/uninstall

2019-04-08 Thread SilentGhost
Change by SilentGhost : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___ Pyt

[issue36557] Python (Launcher)3.7.3 CMDLine install/uninstall

2019-04-08 Thread mattcher_h
New submission from mattcher_h : Hi, I´m trying to generate an automated install and uninstall from Python. For this I normally use cmdlines, but I got some issues. If I try to uninstall by my automated version I got the problem that it doesn´t finish. When I do this at the PC himself it work