Steve Dower <steve.do...@python.org> added the comment:

Sorry for the slow reply.

> immediately begin removing Python - no prompt will be displayed

This is meant to imply that no *confirmation* prompt will be displayed before 
uninstall starts. Documentation patches are welcome :)

> tell me something about passive

The /passive option means the user can see progress and (if appropriate), 
cancel the operation, but otherwise does not have to interact with it at all. 
This is good for semi-interactive scripts, where the user starts it and wants 
to see what's happening, but could also walk away and let it run to completion. 
With /quiet, there'd be no progress or errors (generally /passive will stop and 
wait if an error occurs), and without either the success page would also stop 
and wait.

These are fairly typical command line options for installers on Windows, and 
the Python installer users them in the standard way. Mostly because we haven't 
done anything to customize them from the installer toolkit we use :)

----------

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

Reply via email to