]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/AltInstaller/Build-all.nsi
installer: transfer some info from AltInstaller
[lyx.git] / development / Win32 / packaging / AltInstaller / Build-all.nsi
1 # this script compiles the three different installer variants at once
2 # this is necessary when the installer should e.g. be built by CMake
3
4 SetCompressor /SOLID lzma
5
6 #--------------------------------
7 # The following commands use makensis to compile the three different installer variants.
8
9 #--------------------------------
10 #Compile the Update Installer
11
12 !system '"${NSISDIR}\makensis.exe" "LyXInstaller-Update.nsi"'
13
14 #--------------------------------
15 #Compile the Small Installer
16
17 !system '"${NSISDIR}\makensis.exe" "LyXInstaller-Small.nsi"'
18
19 #--------------------------------
20 #Compile the Complete Installer
21
22 !system '"${NSISDIR}\makensis.exe" "LyXInstaller-Complete.nsi"'
23