That uninstall capability is provided by distutils' support for .exe
installers, and last I looked that did not offer unintended install or
uninstall support - but things might have changed.
Another option is to use pip to both install and uninstall.
Cheers,
Mark
On 16/04/2022 4:33 am, John
Good day,
Just wondering if a silent uninstall is at all possible via powershell? I see
in the registry that the uninstall string is
""C:\Python27\Removepywin32.exe" -u "C:\Python27\pywin32-wininst.log""
but is there a way to make the uninstall silent with no user interaction?
Thanks!