solid compression no longer the default
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4376 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c8e9a6f24b
commit
2ea58cadb1
1 changed files with 3 additions and 4 deletions
|
@ -952,10 +952,9 @@ will be selected by default.</p>
|
|||
</div>
|
||||
<h2>6. Reserve files</h2>
|
||||
<div>
|
||||
<p>If you are using solid compression (by default, solid
|
||||
compression is enabled for BZIP2 and LZMA), it's important that
|
||||
files which are being extracted in init- or page functions function
|
||||
are located before other files in the data block, because this will
|
||||
<p>If you are using solid compression, it's important that files
|
||||
which are being extracted in init- or page functions function are
|
||||
located before other files in the data block, because this will
|
||||
make your installer faster.</p>
|
||||
<p>If there are File commands in your sections or functions above
|
||||
the init- or page functions, add the reserve file macros above your
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue