]> git.lyx.org Git - lyx.git/blobdiff - development/Win32/packaging/installer/lyx-bundle.nsi
installer: updated for dictionaries
[lyx.git] / development / Win32 / packaging / installer / lyx-bundle.nsi
index 6d53b1aea0f56d24ebb0653f54a1d1d506ec6501..2f33623c0737ab2218a3b8b605a89d4a48f680e1 100644 (file)
@@ -1,62 +1,11 @@
 /*
-
-NSIS Script - LyX 2.0 Installer for Win32
-Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
+LyX 2.0 Installer for Windows
+Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
 Compatible with NSIS 2.46
-
 */
 
-# 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
-
 !ifndef SETUPTYPE
  !define SETUPTYPE BUNDLE
 !endif
 
-# installer settings like version numbers
-!include settings.nsh
-
-# declarations of LyX's registry keys and installer variant
-!include include\declarations.nsh
-
-# definitions of global variables
-!include include\variables.nsh
-
-# configuration of standard NSIS header files
-!include include\nsis.nsh
-
-# list of files to be included in the installer
-!include include\filelist.nsh
-
-# detect third-party programs like Inkscape and LaTeX
-!include include\detection.nsh
-
-# set up the installer pages
-!include include\gui.nsh
-
-# 
-!include include\init.nsh
-
-# install LyX and needed third-party programs like Python etc.
-!include setup\install.nsh
-
-# uninstall LyX and all programs that were installed together with LyX
-!include setup\uninstall.nsh
-
-# configure LyX (set start menu and write registry entries)
-!include setup\configure.nsh
-
-# 
-!include gui\external.nsh
-
-# 
-!include gui\reinstall.nsh
-
-#--------------------------------
-# Output file
-
-Outfile "${SETUP_EXE}"
+!include lyx.nsi
\ No newline at end of file