2010-11-18 19:50:29 +00:00
|
|
|
|
/*
|
|
|
|
|
|
2011-02-17 17:02:10 +00:00
|
|
|
|
NSIS Script - LyX 2.0 Installer for Win32
|
2010-11-18 19:50:29 +00:00
|
|
|
|
Authors: Joost Verburg, Angus Leeming, Uwe St<53>hr
|
2011-02-17 17:02:10 +00:00
|
|
|
|
Compatible with NSIS 2.46
|
2010-11-18 19:50:29 +00:00
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
!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
|
|
|
|
|
!include gui\reinstall.nsh
|
|
|
|
|
|
|
|
|
|
#--------------------------------
|
|
|
|
|
# Output file
|
|
|
|
|
|
|
|
|
|
Outfile "${SETUP_EXE}"
|