[issue41358] Unable to uninstall Python launcher using command line

2020-07-23 Thread hap
hap added the comment: Run msiexec.exe /x {339192BE-2520-4C34-89DF-81CF98EB7E6C} /qn+ fixed it -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41358] Unable to uninstall Python launcher using command line

2020-07-23 Thread William Pickard
William Pickard added the comment: I think on Windows, the Python Launcher is a separate install entity. You can verify this under Control Panel -> Uninstall Program and Features. -- nosy: +WildCard65 ___ Python tracker

[issue41358] Unable to uninstall Python launcher using command line

2020-07-22 Thread Ned Deily
Change by Ned Deily : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___ Pytho

[issue41358] Unable to uninstall Python launcher using command line

2020-07-21 Thread hap
New submission from hap : Trying to create a command line keeping the following in mind, and my script is python-3.8.4.exe" /quiet InstallLauncherAllUsers=0 Include_pip=1 Include_tcltk=1 Include_test=1 PrependPath=1 1. Python installs in user profile 2. Install pip as a part of installation Al