Archive: Total Files over 1GB


Total Files over 1GB
If Total File Over 1GB...
How can i do...
Who can give my some sample...
Thanks!!


You want to compress a 1gb file into the installer?
That can be done yes.

Just use:

Section "Install main file"
SetOutPath "$INSTDIR"
File "C:\1gb-file.ext" ;to be compressed and extracted to $INSTDIR
SectionEnd


-Stu

If have problems with the compilation of large files, see
http://nsis.sourceforge.net/site/ind...&tx_faq_faq=15


Nice new website :)

GJ!!!

-Stu


Sorry~~~
I want
disk1 500MB...
disk2 500MB...


There is no automatic disk spanning in NSIS (yes it has been requested before) so you'd have to achieve this by:

Note: For all suggestions YOU are responsible for deciding which files go on disk 1 and which files go on disk 2.

Disk spanning has been discussed many times on this forum before, I suggest you search for more information. No doubt others will post with more suggestions for you here too!