|
|
|
#1
|
||||
|
||||
|
@KaktoR
I did not realize that. Are files also extracted, or only the percentage (including progress bar) changed? Possibly this occurs inside some of the libraries (Isdone.dll, Unarc.dll, or DiskSpan.dll). This bug is only visible using diskspan, because UltraArc does not pause progress while installing (does not request part .002, etc). I think this is not so important to correct. The progress of CIU I think very wrong as it is. Example: If you put 2 ARC files. The first one with 1 MB and the second with 1 GB. When extracting the first one (1 MB) will already be showing 50% progress and the remaining time will be equal to the time it took to extract the first 1 MB. This could be fixed by adding a Size (Size of extracted files) It would add up all the size and divide by the amount of files. Code:
//Setup.ini (DiskSpan File)
[ExtractSettings]
ArcFile1=Data1.bin.001;DestDir:{app};Type:ARC;Disk:1; Size:1200;
//Records.ini (UltraArc or DiskSpan File)
[Record1]
Type=Freearc_Original
Source={src}\Data1.bin.001
Output={app}
Disk=1
Size=1200
Last edited by Cesar82; 08-02-2019 at 06:38. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
![]() can use "Progress" instead of "SIZE". For example Code:
ArcFile1=Data1.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:20
ArcFile2=Data2.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:60
ArcFile2=Data3.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:20
20+60+20=100
Last edited by Simorq; 27-02-2019 at 12:27. |
| The Following 4 Users Say Thank You to Simorq For This Useful Post: | ||
|
#3
|
||||
|
||||
|
Quote:
UltraArc makes splits automatically when file is larger than disk (At least old version of UA). Size will work fine in all cases, including the items on the task page Size will be optional. If not put will work as before. It would be simple to add Size to the UA because you just put the FindFirst function after you complete and add the values to the Records.ini |
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
||||
|
||||
|
For now the script with this Size function is not ready yet.
Version 3.0.0.0.u3 does not have the Size function. Soon I will post a beta script of version 3.0.0.1 with the new features in the interface, including the Size function (I'm having a little time now). But answering your question: (Version 3.0.0.1 only) If you use 10 bin files created with diskspan, you only need to enter the name of the .bin.001 file and enter the size of the total sum of the parts. If you use division of UltraArc you will need to inform the size of each part and each key splited and the final size of the sum of the size of the files in the key relative to the merged file. |
|
#6
|
||||
|
||||
|
German Translation
Code:
LanguagePageTitle = Sprachauswahl InfoPageTitle = Informationen MaintenancePageTitle = Wartung RemoveRadio = Entfernen ModifyRadio = Ändern ReinstallRadio = Neu installieren RemoveDesc = Komponenten aus der Installation Entfernen. ModifyDesc = Neue Komponenten zur Installation hinzufügen. ReinstallDesc = Wiederholen der gesamten Installation. Zusammenführen = Zusammenführen der Datei%1 (%3%) mit%2 (%4%) ... ChangeDiskLabel = Bitte legen Sie die Diskette% 1 mit der Datei%2 ein.%NNach der gewünschten Datei suchen? UnregisterUWPGame = Registrierung des UWP-Spiels von Ihrem System aufheben ... RegisterUWPGame = Registrierung des UWP-Spiels auf Ihrem System ... ShortcutUWPGame = Erstellen von Verknüpfungen für das UWP-Spiel ...
__________________
It would be nice if you appreciate my work with the thanks Button |
|
#7
|
||||
|
||||
|
Quote:
I have a "data1.bin" which is 160MB and a data2.bin.001 which is 21.4GB. data1.bin goes to 50% in progress bar. I used these methos: Code:
[ExtractSettings]
ArcFile1=Data1.bin;DestDir:{app};Type:ARC;Disk:1;Size:600;
ArcFile2=Data2.bin.001;DestDir:{app};Type:ARC;Disk:1;Size:31500;
or
[ExtractSettings]
ArcFile1=Data1.bin;DestDir:{app};Type:ARC;Disk:1; Size:160;
ArcFile2=Data2.bin.001;DestDir:{app};Type:ARC;Disk:1; Size:21400;
or
[ExtractSettings]
ArcFile1=Data1.bin;DestDir:{app};Type:ARC;Disk:1; Progress:5;
ArcFile2=Data2.bin.001;DestDir:{app};Type:ARC;Disk:1; Progress:95;
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| [GSERIES] Custom Installer Ultimate V2g | Gupta | Conversion Tutorials | 226 | 01-06-2018 13:12 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |