updated setdatablockoptimize docs

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1199 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
justin1014 2002-09-27 02:22:41 +00:00
parent 46b708b50a
commit 2df96b615b

View file

@ -24,10 +24,10 @@ This command sets the compression algorithm used to compress files/data in the i
SetDatablockOptimize \e{on|off}
This command tells the compiler whether or not to do datablock optimizations. Datablock optimizations have the compiler check to see if any data being added to the data block is already in the data block, and if so, it is simply referenced as opposed to added (can save a little bit of size).
This command tells the compiler whether or not to do datablock optimizations. Datablock optimizations have the compiler check to see if any data being added to the data block is already in the data block, and if so, it is simply referenced as opposed to added (can save a little bit of size). It is highly recommended to leave this option on.
\S{asetdatesave} SetDateSave
SetDateSave \e{on|off}
This command sets the file date/time saving flag which is used by the File command to determine whether or not to save the last write date and time of the file, so that it can be restored on installation. Valid flags are 'on' and 'off'. 'on' is the default.
This command sets the file date/time saving flag which is used by the File command to determine whether or not to save the last write date and time of the file, so that it can be restored on installation. Valid flags are 'on' and 'off'. 'on' is the default.