lyx_mirror/development/Win32/packaging/installer/LyXWinInstaller/Build-all.nsi
Uwe Stöhr d9d7d1769a installer:
- updates
- new script to be able to build all installer version at once via e.g. SCons
- updated to MiKTeX 2.6 -> lots of changes in the recognition of the LaTeX-distributions
- fix uninstalling bug
- added readme for the Update Installer

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18326 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-15 01:31:19 +00:00

24 lines
686 B
Plaintext

# this script compiles the three different installer variants at once
# this is necessary when the installer should e.g. be built by SCons or CMake
SetCompressor /SOLID lzma
#--------------------------------
# The following commands use makensis to compile the three different installer variants.
#--------------------------------
#Compile the Update Installer
!system '"${NSISDIR}\makensis.exe" "LyXInstaller-Update.nsi"'
#--------------------------------
#Compile the Small Installer
!system '"${NSISDIR}\makensis.exe" "LyXInstaller-Small.nsi"'
#--------------------------------
#Compile the Complete Installer
!system '"${NSISDIR}\makensis.exe" "LyXInstaller-Complete.nsi"'