]> 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 2f366c11c9a9d41a55e42f9b18a79d6627e6aa44..5c943b24261d92a312f49e69c1bb880c2d5c4688 100644 (file)
@@ -1,15 +1,21 @@
-/*
-NSIS Script - LyX 2.2 Installer for Windows
-Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
-Compatible with NSIS 2.46
+/*
+NSIS Script - LyX 2.3 Installer for Windows
+Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
+Compatible with NSIS 3.0
 */
 
 # Do a Cyclic Redundancy Check to make sure the installer
 # was not corrupted by the download.
 CRCCheck force
 #
-# Make the installer as small as possible.
-#SetCompressor /SOLID lzma
+# 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