]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/packaging/installer/lyx-standard.nsi
Wininstaller2: improved check if over installing
[lyx.git] / development / Win32 / packaging / installer / lyx-standard.nsi
index 981defd72a7f27e49d88c62a9a5b9da793437b91..5c943b24261d92a312f49e69c1bb880c2d5c4688 100644 (file)
@@ -8,9 +8,15 @@ Compatible with NSIS 3.0
 # 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 STANDARD
 !endif