Quote:
Originally Posted by andreiutzu21
hey Cesar82 why is creating for components and tasks with extension 001
example when i have 2 components COMP1 is Data1.bin and for COMP2 is Data2.bin.001 and if COMP2 is splitted he creates in DISK 1 Data2.bin.001 and in DISK 2 Data2.bin.002 maybe is a problem or a bug beacause im renaming from [Data1a-o1.bin] to Data1.bin ? and if i have more components for example 10 components he creates like that Data1.bin / Data2.bin.001->->->-> Data9.bin.001 after Data9.bin.001 he makes ok Data10.bin / Data11.bin / Data12.bin and after Data13.bin when is splitting again he creates Data23.bin and when installer ask next disk he want data23.bin not 14 / 15 and so on
|
Sendme Dsg_settings.ini by pm to check it.
EDIT:
The file naming must contain the value "1" on the right which will be incremented in each slice.
If it does not contain "1", it is necessary to include ".001" so that the slice count is defined.
You can use Data1.bin, Data2.bin, ... Data11.bin, etc only if you use the UNLIMITED tab.
You can also use #a values to increment alphabetically like Data1#a.bin, Data2#a.bin, Data3#a.bin, ... Data10#a.bin, etc.