]> git.lyx.org Git - features.git/commitdiff
installer: update some links
authorUwe Stöhr <uwestoehr@lyx.org>
Thu, 21 Mar 2019 01:40:44 +0000 (02:40 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:18 +0000 (15:48 +0200)
also update header info

development/Win32/packaging/installer/Readme.txt
development/Win32/packaging/installer/include/LyXUtils.nsh

index 247fbbf8d366b2e381d273604bef1535d8b04d0c..f288a2d4f6c2a69c15ba1dc62c24655b565f7ccd 100644 (file)
@@ -2,12 +2,12 @@
 
 1. extract the source zip-file to e.g. the path "C:\LyX-Installer"
 2. open the file settings.nsh with a text editor
-   and adapt there the following paths to the one on your PC, e.g.:
+   and adapt there the following paths to the ones on your PC, e.g.:
  !define FILES_LYX "C:\LyX-Installer\LyXPackage\LyX"
  !define FILES_DEPS "C:\LyX-Installer\LyX2.2x\lyx-windows-deps-msvc2015"
  !define FILES_QT "C:\LyX-Installer\LyXPackage\LyX"
-3. install the latest version 3.x of NSIS (http://nsis.sourceforge.net/Download)
-4. install the NSIS Large Strings build (http://nsis.sourceforge.net/Special_Builds)
+3. install the latest version 3.x of NSIS (https://nsis.sourceforge.io/Download)
+4. install the NSIS Large Strings build (https://nsis.sourceforge.io/Special_Builds)
    (extract the extension ZIP file in your NSIS installation folder and this way overwrite some files) 
 5. open the file FindProcDLL Unicode bin.zip (that is part of this bundle),
    extract from it the file FindProc.dll to the folder \Plugins\x86-unicode of
index ee3a4710caedda57c9367d3096b925e38cc835d3..eda1599fd65e2a76b457b1ea740e3932cf885219 100644 (file)
 #    StrPoint
 #    UnAppPreSuff
 #
-# - CheckAppPathPreferences (replaces the old install folder name with the new one in the preferences files)
-#                           (used by Update installer), uses:
-#    ReplaceLineContent
-#
-# - IsUserAdmin (checks if user is admin)
-#
 # - FileCheck (checks if a given file exists)
 #
 #--------------------------