|
#16
|
|||
|
|||
|
Thank you razor for this amazing cls, i've been waiting for it for a very long time and you are very welcomed back.
When i use the browse feature i get those errors but when i insert the disk normally i get no error, any idea why i'm getting these error only when i use browse? the installer finish properly in both cases. The errors happens right after i hit finish. Thanks. Another problem: how to extract another single arc archive after the split extraction is done? the installer is just skipping it and finish. Code:
begin
WizardForm.ProgressGauge.Position := 0;
Wizardform.ProgressGauge.Max := 1000;
ClsSourcePath(ExpandConstant('{src}'));
ClsDiskRequest(@MyDiskRequest);
if not ISArcExtract(0, 90, ExpandConstant('{src}\data.bin.001'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), false) then
if not ISArcExtract(0, 10, ExpandConstant('{src}\singlearchive.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), false) then
ISDoneError := True;
end;
ISDoneStop;
end;
if ISDoneError = True then
WizardForm.CancelButton.OnClick(nil);
end;;
Last edited by danswano; 18-10-2017 at 06:42. |
| The Following 3 Users Say Thank You to danswano For This Useful Post: | ||
| Sponsored Links |
|
#17
|
||||
|
||||
|
Quote:
I found a solution to this problem ![]() If ClsDiskRequest (@MyDiskRequest); Disabled will not be a problem during installation. |
| The Following User Says Thank You to Simorq For This Useful Post: | ||
danswano (23-10-2017) | ||
|
#18
|
|||
|
|||
|
Quote:
And what you mean by disabled? you mean remove the whole function line? |
|
#19
|
||||
|
||||
|
Thanks Razor12911
This project has been completed 99.9. Mass Effect Andromeda EN 10xDVD5 ![]() Method: srep+lzma2:d200m:fb273:lc4:mc1000000:lp0: pb2+diskspan:4096mb:4300mb Last edited by Simorq; 12-10-2018 at 22:37. |
| The Following 3 Users Say Thank You to Simorq For This Useful Post: | ||
|
#20
|
||||
|
||||
![]() Tekken 7 9xDVD5 srep+lzma:a1:mfbt4:d256m:fb273:mc1000000000:lc8+di skspan:1024mb:1050mb |
| The Following 2 Users Say Thank You to Simorq For This Useful Post: | ||
Razor12911 (26-10-2017), Stor31 (29-10-2017) | ||
|
#21
|
||||
|
||||
|
To avoid errors, you can simply
put two forward slashes before "ClsDiskRequest(@MyDiskRequest);" // ClsDiskRequest(@MyDiskRequest); although you will lose the ability to browse for archives if they are in a different folder. |
| The Following 3 Users Say Thank You to Razor12911 For This Useful Post: | ||
|
#22
|
||||
|
||||
|
Quote:
In the optical drive "browse for archives" does not work. |
|
#24
|
|||
|
|||
|
Thanks razor, any idea or tip about the other problem?
Another problem: how to extract another single arc archive after the split extraction is done? the installer is just skipping it and finish. Code:
begin
WizardForm.ProgressGauge.Position := 0;
Wizardform.ProgressGauge.Max := 1000;
ClsSourcePath(ExpandConstant('{src}'));
ClsDiskRequest(@MyDiskRequest);
if not ISArcExtract(0, 90, ExpandConstant('{src}\data.bin.001'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), false) then
if not ISArcExtract(0, 10, ExpandConstant('{src}\singlearchive.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), false) then
ISDoneError := True;
end;
ISDoneStop;
end;
if ISDoneError = True then
WizardForm.CancelButton.OnClick(nil);
end;;
|
|
#25
|
||||
|
||||
|
Please help Razor12911.
I do all my game conversion CLS-DiskSpan and there is no problem. Is there a way to fix the "browse for archives" problem? |
|
#29
|
||||
|
||||
|
Will post solution in a few hours. I think the issue is not cls related therefore only changes will be in iss.
Last edited by Razor12911; 06-11-2017 at 10:47. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UltraARC Tutorials, Hints and Examples | Razor12911 | Conversion Tutorials | 35 | 17-03-2021 11:56 |
| Quantum Break | GTX590 | PC Games - CD/DVD Conversions | 105 | 25-03-2019 08:28 |
| Bioshock Infinite Complete Edition (7xDVD5) UltraArc + CIU v2.0.3 By *Yener90* | GTX590 | PC Games - CD/DVD Conversions | 13 | 17-06-2017 10:55 |
| Call of Duty Black OPS 3 + DLC Awakening (11xDVD5) | GTX590 | PC Games - CD/DVD Conversions | 22 | 30-12-2016 07:46 |
| Mortal Kombat XL (7xDVD5) UltraArc + CIU v2.0.3 By *Yener90* | GTX590 | PC Games - CD/DVD Conversions | 1 | 13-10-2016 16:03 |