[host] nsis: amended installer welcome description

This commit is contained in:
Jonathan Rubenstein 2020-12-08 13:36:18 -05:00 committed by Geoffrey McRae
parent 32c797e60a
commit 5cc4f5454f

View File

@ -41,7 +41,7 @@ InstallDir "$PROGRAMFILES64\Looking Glass (host)"
!define MUI_WELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\nsis3-grey.bmp" !define MUI_WELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\nsis3-grey.bmp"
!define /file VERSION "../../VERSION" !define /file VERSION "../../VERSION"
!define MUI_WELCOMEPAGE_TEXT "You are about to install $(^Name) version ${VERSION}.$\r$\n$\r$\nYou don't need to close your Looking Glass client before installation, but after installation you should install the ${VERSION} client.$\r$\n$\r$\nPress Next to continue." !define MUI_WELCOMEPAGE_TEXT "You are about to install $(^Name) version ${VERSION}.$\r$\n$\r$\nWhen upgrading, you don't need to close your Looking Glass client, but should install the ${VERSION} client after installation is complete.$\r$\n$\r$\nPress Next to continue."
;Install and uninstall pages ;Install and uninstall pages
!insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_WELCOME