2011-05-21 08:57:52 +00:00
|
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
NSIS Script - LyX 2.0 Installer for Win32
|
|
|
|
|
Authors: Joost Verburg, Angus Leeming, Uwe St<EFBFBD>hr
|
|
|
|
|
Compatible with NSIS 2.46
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
2011-05-21 09:50:41 +00:00
|
|
|
|
!addincludedir @CMAKE_SOURCE_DIR@/development/Win32/packaging/installer
|
|
|
|
|
|
|
|
|
|
!include settings-cmake.nsh
|
|
|
|
|
!include declarations-cmake.nsh
|
2011-05-21 08:57:52 +00:00
|
|
|
|
|
|
|
|
|
!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}"
|