]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/packaging/installer/lyx-bundle.nsi
Win installer: enable support for high DPI
[lyx.git] / development / Win32 / packaging / installer / lyx-bundle.nsi
index 19ba4de3bb551cb0c6d193840bf70aa3b08444b2..4bd0951d5668570246a4094714e566c0b50de099 100644 (file)
@@ -1,8 +1,8 @@
-/*
+/*
 
 NSIS Script - LyX 2.2 Installer for Windows
-Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
-Compatible with NSIS 2.46
+Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
+Compatible with NSIS 3.0
 
 */
 
@@ -10,9 +10,15 @@ Compatible with NSIS 2.46
 # was not corrupted by the download.
 CRCCheck force
 #
-# Make the installer as small as possible.
+# Make the installer as small as possible
 SetCompressor /SOLID lzma
 
+# make it a Unicode installer
+Unicode true
+
+# enable support for high DPI resolution
+ManifestDPIAware true
+
 !ifndef SETUPTYPE
  !define SETUPTYPE BUNDLE
 !endif