Re: pywin32-223 support request
Mark Hammond <[email protected]> Tue, 19 Apr 2022 10:43:09 +1000
| Newsgroups | gmane.comp.python.windows |
|---|---|
| Message-ID | <[email protected]> |
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 Pham wrote: > 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! > > > _______________________________________________ > python-win32 mailing list > [email protected] > https://mail.python.org/mailman/listinfo/python-win32