From: Steve Dower Date: Sat, 18 Jul 2015 16:28:41 +0000 (-0700) Subject: Issue #24642: Improves help text displayed in the Windows installer. X-Git-Tag: v3.5.0b4~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61ca207090b8276d35a828c030f54d983d55f23d;p=python Issue #24642: Improves help text displayed in the Windows installer. --- diff --git a/Tools/msi/bundle/Default.wxl b/Tools/msi/bundle/Default.wxl index c12fb65a2e..7af907e0b5 100644 --- a/Tools/msi/bundle/Default.wxl +++ b/Tools/msi/bundle/Default.wxl @@ -26,20 +26,19 @@ Continue? Are you sure you want to cancel? Previous version Setup Help - /uninstall - Uninstalls Python without prompting for confirmation. + Visit <a href="http://docs.python.org/[ShortVersion]/using/windows.html">docs.python.org/[ShortVersion]/using/windows.html</a> for the full list of options, including the ability to enable and disable specific features. -/layout [\[]directory[\]] - Downloads all components for offline installation. +"/passive" to display progress without requiring user interaction -/passive - Displays progress without requiring user interaction. +"/quiet" to install/uninstall without displaying any UI -/quiet - Performs the requested action without displaying any UI. +"/simple" to prevent user customization -/log [\[]filename[\]] - Logs to a specific file. By default, log files are created in %TEMP%. +"/uninstall" to remove Python (without confirmation) + +"/layout [\[]directory[\]]" to pre-download all components + +"/log [\[]filename[\]]" to specify log files location [WixBundleName] <a href="#">license terms</a>. I &agree to the license terms and conditions &Install Now