Skip to content

Commit dbd7d7c

Browse files
gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-105147)
(cherry picked from commit ed86e14) Co-authored-by: Steve Dower <[email protected]>
1 parent 8b51666 commit dbd7d7c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Updated the links at the end of the installer to point to Discourse rather
2+
than the mailing lists.

Tools/msi/bundle/Default.wxl

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,18 @@ See &lt;a href="https://docs.python.org/[ShortVersion]/whatsnew/[ShortVersion].h
112112
<String Id="SuccessModifyMessage">Thank you for using [WixBundleName].</String>
113113
<String Id="SuccessRepairMessage">Thank you for using [WixBundleName].
114114

115-
Feel free to email &lt;a href="mailto:python-list@python.org"&gt;python-list@python.org&lt;/a&gt; if you continue to encounter issues.</String>
115+
Feel free to post at &lt;a href="https://discuss.python.org/c/users/7"&gt;discuss.python.org&lt;/a&gt; if you continue to encounter issues.</String>
116116
<String Id="SuccessRemoveMessage">Thank you for using [WixBundleName].
117117

118-
Feel free to email &lt;a href="mailto:python-list@python.org"&gt;python-list@python.org&lt;/a&gt; if you encountered problems.</String>
118+
Feel free to post at &lt;a href="https://discuss.python.org/c/users/7"&gt;discuss.python.org&lt;/a&gt; if you encountered problems.</String>
119119
<String Id="FailureHeader">Setup failed</String>
120120
<String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the &lt;a href="#"&gt;log file&lt;/a&gt;.</String>
121121
<String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
122122
<String Id="FailureRestartButton">&amp;Restart</String>
123123
<String Id="FailureExistingInstall">Unable to install [WixBundleName] due to an existing install. Use Programs and Features to modify, repair or remove [WixBundleName].</String>
124124
<String Id="FailureOldOS">At least Windows 8.1 or Windows Server 2012 are required to install [WixBundleName]
125125

126-
Visit &lt;a href="https://www.python.org/"&gt;python.org&lt;/a&gt; to download an earlier version of Python.</String>
126+
Visit &lt;a href="https://www.python.org/downloads/"&gt;python.org&lt;/a&gt; to download an earlier version of Python.</String>
127127
<String Id="SuccessMaxPathButton">Disable path length limit</String>
128128
<String Id="SuccessMaxPathButtonNote">Changes your machine configuration to allow programs, including Python, to bypass the 260 character "MAX_PATH" limitation.</String>
129129
</WixLocalization>

0 commit comments

Comments
 (0)