updated info about reserving files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4815 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
40df19f5e8
commit
62776e907d
3 changed files with 13 additions and 71 deletions
|
@ -47,9 +47,9 @@
|
|||
;--------------------------------
|
||||
;Reserve Files
|
||||
|
||||
;These files should be inserted before other files in the data block
|
||||
;Keep these lines before any File command
|
||||
;Only for solid compression (by default, solid compression is enabled for BZIP2 and LZMA)
|
||||
;If you are using solid compression, files that are required before
|
||||
;the actual installation should be stored first in the data block,
|
||||
;because this will make your installer start faster.
|
||||
|
||||
ReserveFile "ioA.ini"
|
||||
ReserveFile "ioB.ini"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue