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 |