diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 1b5d22e430..ec60bc9824 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -37,6 +37,7 @@ ; Set name prior to inner loop so uninstaller has correct values Name "@CPACK_NSIS_PACKAGE_NAME@" BrandingText " " + ManifestDPIAware true !ifdef INNER !echo "Inner invocation" ; just to see what's going on