]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/packaging/AltInstaller/LyXInstaller-small.nsi
installer: require NSIS 2.45 because of the fixed Indonesian translation
[lyx.git] / development / Win32 / packaging / AltInstaller / LyXInstaller-small.nsi
index 4a1b84834c361fcb1361329c32367f117c4a7ff6..ebc8058598376b8511711f444b0c1bb44764c724 100644 (file)
@@ -6,11 +6,11 @@
 # Licence details can be found in the file COPYING or copy at
 # http://www.lyx.org/about/license.php3
 
-# Author Uwe Stöhr based on the work of Angus Leeming and ideas of Joost Verburg
+# Author: Uwe Stöhr based on the work of Angus Leeming and ideas of Joost Verburg
 # Full author contact details are available in file CREDITS or copy at
 # http://www.lyx.org/about/credits.php
 
-# This script requires NSIS 2.30 or newer
+# This script requires NSIS 2.45 or newer
 # http://nsis.sourceforge.net/
 #--------------------------------
 
@@ -36,8 +36,6 @@ CRCCheck force
 # variables only used in this installer version
 
 Var AppFiles
-
-Var GhostscriptPath
 Var AiksaurusPath
 Var AspellPath
 Var Acrobat
@@ -46,6 +44,7 @@ Var DelGSDir
 Var DelPythonFiles
 Var DelWMFDir
 Var EditorPath
+Var GhostscriptPath
 Var ImageEditorPath
 Var LangEncoding
 Var LangSysEncoding
@@ -53,7 +52,7 @@ Var LaTeXName
 Var MiKTeXVersion
 Var MiKTeXUser
 Var MissedProg
-Var PrinterConf
+Var PathPrefix
 Var PSVPath
 Var State
 Var SVGPath
@@ -223,7 +222,7 @@ Function .onInit
   ${endif}
   
   # printer settings, needed to install the Metafile2eps printer
-  !insertmacro PrinterInit
+  !insertmacro PrinterInit # macro from InstallThirdPartyProgs.nsh
 
   # default settings
   # these can be reset to "all" in section SecAllUsers