I got this problem
when i run the _setup_multisets,i got this problem
get data Set Size for set1 failed with code -1
and i am not sure what cause it
i found the temp file $PLUGINSDIR have got the right file
Multi-Volume NSIS Installer Suite - CABSetup
34 posts
Are any files processed?
A return value of -1 from GetDataSetSize means that the function couldn't find the line specifying the dataset size in the report file.
Make sure that you are passing it the path to the .RPT file generated by MAKECAB and not the .INF file.
If you are sure you are passing the correct file, please post or attach a copy of the file for analysis.
Duncan
Make sure that you are passing it the path to the .RPT file generated by MAKECAB and not the .INF file.
If you are sure you are passing the correct file, please post or attach a copy of the file for analysis.
Duncan
Hi guys,
I just found Mr Inches' plugin because I want to make an installer with files of a total size of ~16 GB and I don't fully understand how to use the plugin. Don't be confused, I use NSIS only since beginning of this month and I am completely unexperienced in NSIS. I use HM NSIS Editor with it's included wizard and I want to include also the plugin to make a cab file (or 2) for each component I have in the script.
So, if someone can help me with this proble, that would be very nice
I just found Mr Inches' plugin because I want to make an installer with files of a total size of ~16 GB and I don't fully understand how to use the plugin. Don't be confused, I use NSIS only since beginning of this month and I am completely unexperienced in NSIS. I use HM NSIS Editor with it's included wizard and I want to include also the plugin to make a cab file (or 2) for each component I have in the script.
So, if someone can help me with this proble, that would be very nice