From 8ea3c4fe5501bb5604daae1c6c46b00c0e74a52c Mon Sep 17 00:00:00 2001 From: Adrian Stanciu Date: Tue, 23 Oct 2018 02:52:41 +0300 Subject: [PATCH] Make installer DPI-aware Close #4947 --- PowerEditor/installer/nppSetup.nsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PowerEditor/installer/nppSetup.nsi b/PowerEditor/installer/nppSetup.nsi index 5b14a2b4f..932eb3cc6 100644 --- a/PowerEditor/installer/nppSetup.nsi +++ b/PowerEditor/installer/nppSetup.nsi @@ -37,6 +37,10 @@ Unicode true ; Generate a Unicode installer. It can only be used outside of se SetCompressor /SOLID lzma ; This reduces installer size by approx 30~35% ;SetCompressor /FINAL lzma ; This reduces installer size by approx 15~18% + +; Installer is DPI-aware: not scaled by the DWM, no blurry text +ManifestDPIAware true + !include "nsisInclude\winVer.nsh" !include "nsisInclude\globalDef.nsh" !include "nsisInclude\tools.nsh"