ReserveFile

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2285 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-03-12 12:55:21 +00:00
parent 24a0d0746c
commit 982b73b2eb

View file

@ -49,6 +49,14 @@
LicenseData "${NSISDIR}\Contrib\Modern UI\License.txt"
;--------------------------------
;Reserve Files
;Things that need to be extracted on first (keep these lines before any File command!)
;Only useful for BZIP2 compression
ReserveFile "${NSISDIR}\Contrib\Icons\modern-header.bmp"
;--------------------------------
;Installer Sections