Remove unecessary !define for Py3, use default message

This commit is contained in:
twangboy 2019-01-31 16:01:03 -07:00
parent 92e4f4e63a
commit 081fb40bd4
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -75,7 +75,7 @@ ${StrStrAdv}
!if "${PYTHON_VERSION}" == "2"
!define MUI_WELCOMEPAGE_TEXT "\
WARNING: Python 2 Support will be discontinued in Sodium. Salt will only ship Python 3 \
installers after the Sodium release.$\r$\n\
installers starting with the Sodium release.$\r$\n\
$\r$\n\
Setup will guide you through the installation of ${PRODUCT_NAME} ${PRODUCT_VERSION}.$\r$\n\
$\r$\n\
@ -83,14 +83,6 @@ ${StrStrAdv}
update relevant system files without having to reboot your computer.$\r$\n\
$\r$\n\
Click Next to continue."
!else
!define MUI_WELCOMEPAGE_TEXT "\
Setup will guide you through the installation of ${PRODUCT_NAME} ${PRODUCT_VERSION}.$\r$\n\
$\r$\n\
It is recommended that you close all other applications before starting Setup. This will make it possible to \
update relevant system files without having to reboot your computer.$\r$\n\
$\r$\n\
Click Next to continue."
!endif
# Welcome page