Ron.Stordahl
27th September 2011 20:52 UTC
CopyFiles [size_of_files_in-kb] meaning
Does the [size_of_files_in-kb] param to CopyFiles mean the total number of KB that this instruction will copy for potentially multiple folders and files is limited for this instance to that number as a maximum number of KB's?
LoRd_MuldeR
27th September 2011 21:38 UTC
As far as I understood, the last parameter of CopyFiles is a hint for NSIS to approximate the disk space requirements of the installer.
Nothing more. Nothing less.
MSG
28th September 2011 05:32 UTC
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.3.2
"The last parameter can be used to specify the size of the files that will be copied (in kilobytes), so that the installer can approximate the disk space requirements."
It never says that it will stop copying after said approximation is reached. So no, it will not do that.