From: Uwe Stöhr Date: Sat, 11 Jun 2011 22:55:53 +0000 (+0000) Subject: installer: lyx.nsi: set missing SVN EOL style X-Git-Tag: 2.1.0beta1~3076 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a9eba2825ff41c4132cb175a13ada08018c081d4;p=features.git installer: lyx.nsi: set missing SVN EOL style git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39014 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/Win32/packaging/installer/lyx.nsi b/development/Win32/packaging/installer/lyx.nsi index 9d8aed1358..8a9096ca53 100644 --- a/development/Win32/packaging/installer/lyx.nsi +++ b/development/Win32/packaging/installer/lyx.nsi @@ -1,51 +1,51 @@ -/* - -NSIS Script - LyX 2.0 Installer for Win32 -Authors: Joost Verburg, Angus Leeming, Uwe Stöhr -Compatible with NSIS 2.46 - -*/ - -CRCCheck force -SetCompressor /SOLID lzma - -# 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 - -#-------------------------------- -# Output file - -Outfile "${SETUP_EXE}" +/* + +NSIS Script - LyX 2.0 Installer for Win32 +Authors: Joost Verburg, Angus Leeming, Uwe Stöhr +Compatible with NSIS 2.46 + +*/ + +CRCCheck force +SetCompressor /SOLID lzma + +# 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 + +#-------------------------------- +# Output file + +Outfile "${SETUP_EXE}"