]> git.lyx.org Git - features.git/blobdiff - development/Win32/packaging/AltInstaller/LyXInstaller-small.nsi
installer: - use Inkscape as SVG to PDF converter when it is installed
[features.git] / development / Win32 / packaging / AltInstaller / LyXInstaller-small.nsi
index 14df4e00b1b6fd43970ccc67445c5f91536524e6..435927838d6ceaf26d2568219f4c133ab022c3f1 100644 (file)
@@ -51,6 +51,7 @@ Var LaTeXName
 Var MiKTeXVersion
 Var MiKTeXUser
 Var State
+Var SVGPath
 # Variables used by all installer versions
 Var AspellInstallYes
 Var AspellBaseReg
@@ -90,6 +91,8 @@ Var UserName
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !include "StrFunc.nsh"
+!include "TextFunc.nsh"
+!insertmacro LineFind
 
 # Set of various macros and functions
 !include "LyXUtils.nsh"