define filename for bundled installer

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24451 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Joost Verburg 2008-04-22 17:55:12 +00:00
parent a8f13b250d
commit ba420624c2

View File

@ -91,6 +91,7 @@ SetCompressor /SOLID lzma
!define SIZE_LATEX 225000 !define SIZE_LATEX 225000
!define SIZE_IMAGEMAGICK 18700 !define SIZE_IMAGEMAGICK 18700
!define SIZE_GHOSTSCRIPT 31500 !define SIZE_GHOSTSCRIPT 31500
#-------------------------------- #--------------------------------
# Locations of setup files for components (for bundled setup) # Locations of setup files for components (for bundled setup)
@ -135,7 +136,7 @@ SetCompressor /SOLID lzma
!endif !endif
!define SETUP_EXE "${ExeFile}" !define SETUP_EXE "${ExeFile}"
!else !else
!ifndef SETUPTYPE_BUNDLE !ifndef BundleExeFile
!define /date BundleExeFile "LyX-16svn-%Y%m%d-Installer-Bundle.exe" !define /date BundleExeFile "LyX-16svn-%Y%m%d-Installer-Bundle.exe"
!endif !endif
!define SETUP_EXE "${BundleExeFile}" !define SETUP_EXE "${BundleExeFile}"