]> 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 721258b77047d66f1bad6a830b4e911b46149b21..5c943b24261d92a312f49e69c1bb880c2d5c4688 100644 (file)
@@ -1,6 +1,6 @@
-/*
+/*
 NSIS Script - LyX 2.3 Installer for Windows
-Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
+Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
 Compatible with NSIS 3.0
 */
 
@@ -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