mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
a7ad2b86c0
* updates for new dependencies packages * use NSISdl plug-in for downloads git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37719 a592a061-630c-0410-9148-cb99ea01b6c8
28 lines
563 B
Plaintext
28 lines
563 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
|
|
!include gui\reinstall.nsh
|
|
|
|
#--------------------------------
|
|
# Output file
|
|
|
|
Outfile "${SETUP_EXE}"
|