Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61ca207

Browse files
committed
Issue #24642: Improves help text displayed in the Windows installer.
1 parent 2434aa2 commit 61ca207

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

Tools/msi/bundle/Default.wxl

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,19 @@ Continue?</String>
2626
<String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
2727
<String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String>
2828
<String Id="HelpHeader">Setup Help</String>
29-
<String Id="HelpText">/uninstall
30-
Uninstalls Python without prompting for confirmation.
29+
<String Id="HelpText">Visit &lt;a href="http://docs.python.org/[ShortVersion]/using/windows.html"&gt;docs.python.org/[ShortVersion]/using/windows.html&lt;/a&gt; for the full list of options, including the ability to enable and disable specific features.
3130

32-
/layout [\[]directory[\]]
33-
Downloads all components for offline installation.
31+
"/passive" to display progress without requiring user interaction
3432

35-
/passive
36-
Displays progress without requiring user interaction.
33+
"/quiet" to install/uninstall without displaying any UI
3734

38-
/quiet
39-
Performs the requested action without displaying any UI.
35+
"/simple" to prevent user customization
4036

41-
/log [\[]filename[\]]
42-
Logs to a specific file. By default, log files are created in %TEMP%.</String>
37+
"/uninstall" to remove Python (without confirmation)
38+
39+
"/layout [\[]directory[\]]" to pre-download all components
40+
41+
"/log [\[]filename[\]]" to specify log files location</String>
4342
<String Id="InstallLicenseLinkText">[WixBundleName] &lt;a href="#"&gt;license terms&lt;/a&gt;.</String>
4443
<String Id="InstallAcceptCheckbox">I &amp;agree to the license terms and conditions</String>
4544
<String Id="InstallButton">&amp;Install Now</String>

0 commit comments

Comments
 (0)