mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #24642: Improves help text displayed in the Windows installer.
This commit is contained in:
parent
2434aa24e0
commit
61ca207090
1 changed files with 9 additions and 10 deletions
|
@ -26,20 +26,19 @@ Continue?</String>
|
||||||
<String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
|
<String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
|
||||||
<String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String>
|
<String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String>
|
||||||
<String Id="HelpHeader">Setup Help</String>
|
<String Id="HelpHeader">Setup Help</String>
|
||||||
<String Id="HelpText">/uninstall
|
<String Id="HelpText">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.
|
||||||
Uninstalls Python without prompting for confirmation.
|
|
||||||
|
|
||||||
/layout [\[]directory[\]]
|
"/passive" to display progress without requiring user interaction
|
||||||
Downloads all components for offline installation.
|
|
||||||
|
|
||||||
/passive
|
"/quiet" to install/uninstall without displaying any UI
|
||||||
Displays progress without requiring user interaction.
|
|
||||||
|
|
||||||
/quiet
|
"/simple" to prevent user customization
|
||||||
Performs the requested action without displaying any UI.
|
|
||||||
|
|
||||||
/log [\[]filename[\]]
|
"/uninstall" to remove Python (without confirmation)
|
||||||
Logs to a specific file. By default, log files are created in %TEMP%.</String>
|
|
||||||
|
"/layout [\[]directory[\]]" to pre-download all components
|
||||||
|
|
||||||
|
"/log [\[]filename[\]]" to specify log files location</String>
|
||||||
<String Id="InstallLicenseLinkText">[WixBundleName] <a href="#">license terms</a>.</String>
|
<String Id="InstallLicenseLinkText">[WixBundleName] <a href="#">license terms</a>.</String>
|
||||||
<String Id="InstallAcceptCheckbox">I &agree to the license terms and conditions</String>
|
<String Id="InstallAcceptCheckbox">I &agree to the license terms and conditions</String>
|
||||||
<String Id="InstallButton">&Install Now</String>
|
<String Id="InstallButton">&Install Now</String>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue