make the installer DPI aware

This commit is contained in:
Stephen Birarda 2016-01-18 11:49:53 -08:00
parent 7186a538b2
commit 66a15e8f82

View file

@ -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