New submission from hap <ahmedparvez...@gmail.com>:

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
All good here. 
So, my script installs python and also installs Python Launcher.

So far so good!

The problem is, when uninstall python i use command "python-3.8.4.exe" /quiet 
/uninstall, it does uninstall python, but this does not uninstall Python 
Launcher. Therefore, i call msiexec.exe /x 
{339192BE-2520-4C34-89DF-81CF98EB7E6C} /qn+ and it does remove all components 
from %localappdata%\Package Cache folder, except that it still keeps 
launcher.msi (588kb) and also entry in appwiz.cpl (around 7.15 MB).

What i am trying to achieve is,
1. If user wants to uninstall Python, it should uninstall python and python 
launcher because i don't want to leave away any installer files which an 
contribute to my system space.

I have gone through many links with failed help. Any suggestion to save my 7.2 
MB space is greatly appreciated.

----------
components: Installation
messages: 374063
nosy: ahmedparvez...@gmail.com
priority: normal
severity: normal
status: open
title: Unable to uninstall Python launcher using command line
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41358>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to