lyx_mirror/development/Win32/packaging/installer/lyx.nsi
Joost Verburg a86f7f679d * remove reinstall page which is no longer necessary now spell checking dictionaries are integrated
* Metafile to EPS Converter 2.1 doesn't need dat file
* use NSISdl plug-in for downloading
* fix icon in Windows program uninstall list

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40111 a592a061-630c-0410-9148-cb99ea01b6c8
2011-10-31 02:13:11 +00:00

27 lines
536 B
Plaintext

/*
NSIS Script - LyX 2.0 Installer for Win32
Authors: Joost Verburg, Angus Leeming, Uwe Stöhr
Compatible with NSIS 2.46
*/
!include settings.nsh
!include include\declarations.nsh
!include include\variables.nsh
!include include\nsis.nsh
!include include\filelist.nsh
!include include\detection.nsh
!include include\gui.nsh
!include include\init.nsh
!include setup\install.nsh
!include setup\uninstall.nsh
!include setup\configure.nsh
!include gui\external.nsh
#--------------------------------
# Output file
Outfile "${SETUP_EXE}"