This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mattcher_h
Recipients mattcher_h
Date 2019-04-08.12:20:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554726023.31.0.350138244198.issue36557@roundup.psfhosted.org>
In-reply-to
Content
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 works fine with PathToPython.exe /uninstall but i have to "click" close at the end of the setup by myself.
So I think my problem with the automated version is that it doesn´t "click" close, because the uninstall itself seems to work fine.

Are there some more parameters I could give?

Another Issue is the PythonLauncher. Is there an cmdline by himself to uninstall?

ciao
History
Date User Action Args
2019-04-08 12:20:23mattcher_hsetrecipients: + mattcher_h
2019-04-08 12:20:23mattcher_hsetmessageid: <1554726023.31.0.350138244198.issue36557@roundup.psfhosted.org>
2019-04-08 12:20:23mattcher_hlinkissue36557 messages
2019-04-08 12:20:22mattcher_hcreate