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:
parent
24a0d0746c
commit
982b73b2eb
1 changed files with 8 additions and 0 deletions
|
@ -49,6 +49,14 @@
|
||||||
|
|
||||||
LicenseData "${NSISDIR}\Contrib\Modern UI\License.txt"
|
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
|
;Installer Sections
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue