|
|
|
#1
|
||||
|
||||
|
Well archives will be extracted but to wrong folder.
I tested it now with your archives and it seems to work (only selected files will be extracted). Here is a workaround for it.
__________________
Haters gonna hate
Last edited by KaktoR; 17-08-2021 at 00:39. |
| The Following 2 Users Say Thank You to KaktoR For This Useful Post: | ||
mausschieber (16-08-2021), XxAZAxX (16-08-2021) | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
I tried bro, to try to clear 4 or 5 languages and lasciane active only 3 or 4 you'll see that the installer crashes, and here I could not tell you what the problem is when I inserted Task=2, etc, etc, etc) and when I want to select only 1 of the tongue me installs them all equally... I don't get it done and I don't understand where I'm wrong unfortunately, thanks always for everything bro and sorry if I'm wasting your time.
|
|
#3
|
||||
|
||||
|
Quote:
I will have to fix this in all scripts supported by DiskSpan GUI (Including DSG Extraction Tool). FIX: Change in script the variable name from "StrLine" to "TmpStr" in line 4029. It should look like this after changing it. Code:
Delete(TmpStr, 1, Pos(Separator, TmpStr)); Please report it if it is not working properly. |
| The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
mausschieber (16-08-2021), XxAZAxX (16-08-2021) | ||
|
#4
|
|||
|
|||
|
Quote:
However, the change you just proposed worked great and I can confirm that everything is now 100% working. 1 - There is no longer the problem of sudden crush or freeze installer. 2 - Now the installer extracts what I select. 3 - In the "Record.ini" file you released there is the wording: Code:
[Record1]
Type = FreeArc_Original
Source = {src} \ Changelog.arc
Output = {app} \
Disk = 1.2
Size = 32.11 GB
in
Type = Freearc_Original
Source = {src} \ Changelog.arc
Output = {app} \
Disk = 1.2
Size = 32.11 GB
4 - In the "Settings.ini" file that you released there is the wording: Code:
[TasksSettings] Enable = 0 FlatPageMode = 0 ShowTaskSize = 1 Task1.Name = Language Task1.ItemType = GROUP Task1.Size = 0 Task1.Level = 0 Task1.Checked = 1 Task1.Enabled = 1 Task2.Name = cm: EN Task2.ItemType = RADIO Task2.Size = 500 mb Task2.Level = 1 Task2.Checked = 1 Task2.Enabled = 1 Code:
Task2.Name = cm: EN Task2.ItemType = RADIO Task2.File = 1 Task2.Size = 500 mb Task2.Level = 1 Task2.Checked = 1 Task2.Enabled = 1 |
| The Following User Says Thank You to XxAZAxX For This Useful Post: | ||
Gehrman (22-08-2021) | ||
|
#5
|
||||
|
||||
|
Quote:
Maybe there was some TAB character on the Type= line. DiskSpan GUI generates records.ini with FreeArc_Original and other users always install games using FreeArc_Original without problems. It is not case sensitive the type name, see that the script was used LowerCase that leaves everything in lowercase during the comparison. Code:
function ConvertDataType(sType: String): Integer;
begin
case Trim(LowerCase(sType)) of
LowerCase('FreeArc_Original') : Result := ARC_SIMPLE;
LowerCase('7-Zip_Original') : Result := ZIP_SIMPLE;
LowerCase('WinRAR_Original') : Result := RAR_SIMPLE;
LowerCase('FreeArc_Split') : Result := ARC_MERGED;
LowerCase('7-Zip_Split') : Result := ZIP_MERGED;
LowerCase('WinRAR_Split') : Result := RAR_MERGED;
LowerCase('Split') : Result := SPLIT_PART;
LowerCase('Delta') : Result := DELTA_FILE;
end;
end;
Quote:
![]() It was supposed to be used to ignore the lines of group type items, but was discontinued before it became public. Last edited by Cesar82; 16-08-2021 at 16:08. |
|
#6
|
||||
|
||||
|
Quote:
![]() ![]() It works here (after apply the fix from Cesar above).
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
XxAZAxX (16-08-2021) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 00:02 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Simple Arc Installer | 78372 | Conversion Tutorials | 1 | 15-06-2017 15:37 |
| MSC+Srep+lzma Simple Script Example | gozarck | Conversion Tutorials | 10 | 07-09-2015 16:31 |