diff --git a/host/platform/Windows/installer.nsi b/host/platform/Windows/installer.nsi index 2b44012a..a8f2c0a2 100644 --- a/host/platform/Windows/installer.nsi +++ b/host/platform/Windows/installer.nsi @@ -36,6 +36,9 @@ InstallDir "$PROGRAMFILES64\Looking Glass (host)" !define MUI_ICON "icon.ico" !define MUI_UNICON "icon.ico" !define MUI_LICENSEPAGE_BUTTON "Agree" +!define MUI_BGCOLOR "3c046c" +!define MUI_TEXTCOLOR "ffffff" +!define MUI_WELCOMEFINISHPAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\nsis3-grey.bmp" !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."