[Python-checkins] gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-105147)

zooba webhook-mailer at python.org
Wed May 31 17:42:55 EDT 2023


https://github.com/python/cpython/commit/dbd7d7c8e105e0462aec0530a118c016870c45a8
commit: dbd7d7c8e105e0462aec0530a118c016870c45a8
branch: 3.12
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: zooba <steve.dower at microsoft.com>
date: 2023-05-31T22:42:48+01:00
summary:

gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-105147)

(cherry picked from commit ed86e14b1672f32f0a31d72070e93d361ee0e2b4)

Co-authored-by: Steve Dower <steve.dower at python.org>

files:
A Misc/NEWS.d/next/Windows/2023-05-31-16-14-31.gh-issue-105146.gNjqq8.rst
M Tools/msi/bundle/Default.wxl

diff --git a/Misc/NEWS.d/next/Windows/2023-05-31-16-14-31.gh-issue-105146.gNjqq8.rst b/Misc/NEWS.d/next/Windows/2023-05-31-16-14-31.gh-issue-105146.gNjqq8.rst
new file mode 100644
index 0000000000000..1a5208bc89820
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2023-05-31-16-14-31.gh-issue-105146.gNjqq8.rst
@@ -0,0 +1,2 @@
+Updated the links at the end of the installer to point to Discourse rather
+than the mailing lists.
diff --git a/Tools/msi/bundle/Default.wxl b/Tools/msi/bundle/Default.wxl
index e83a540a0e672..6f8befba3a252 100644
--- a/Tools/msi/bundle/Default.wxl
+++ b/Tools/msi/bundle/Default.wxl
@@ -112,10 +112,10 @@ See <a href="https://docs.python.org/[ShortVersion]/whatsnew/[ShortVersion].h
   <String Id="SuccessModifyMessage">Thank you for using [WixBundleName].</String>
   <String Id="SuccessRepairMessage">Thank you for using [WixBundleName].
 
-Feel free to email <a href="mailto:python-list at python.org">python-list at python.org</a> if you continue to encounter issues.</String>
+Feel free to post at <a href="https://discuss.python.org/c/users/7">discuss.python.org</a> if you continue to encounter issues.</String>
   <String Id="SuccessRemoveMessage">Thank you for using [WixBundleName].
 
-Feel free to email <a href="mailto:python-list at python.org">python-list at python.org</a> if you encountered problems.</String>
+Feel free to post at <a href="https://discuss.python.org/c/users/7">discuss.python.org</a> if you encountered problems.</String>
   <String Id="FailureHeader">Setup failed</String>
   <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 <a href="#">log file</a>.</String>
   <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
@@ -123,7 +123,7 @@ Feel free to email <a href="mailto:python-list at python.org">python-list at pyt
   <String Id="FailureExistingInstall">Unable to install [WixBundleName] due to an existing install. Use Programs and Features to modify, repair or remove [WixBundleName].</String>
   <String Id="FailureOldOS">At least Windows 8.1 or Windows Server 2012 are required to install [WixBundleName]
 
-Visit <a href="https://www.python.org/">python.org</a> to download an earlier version of Python.</String>
+Visit <a href="https://www.python.org/downloads/">python.org</a> to download an earlier version of Python.</String>
   <String Id="SuccessMaxPathButton">Disable path length limit</String>
   <String Id="SuccessMaxPathButtonNote">Changes your machine configuration to allow programs, including Python, to bypass the 260 character "MAX_PATH" limitation.</String>
 </WixLocalization>



More information about the Python-checkins mailing list