|
|
|
#1
|
||||
|
||||
|
Thank you Cesar82
The first bug is missing in "CIUv3 3.0.0.1.b9.u1 (2021.09.11)". The second bug It seems to be fixed with these changes. Without using Diskspan, of course ![]() Code:
function BrowseArcFile(const ArcFile, Disk: String; var SrcDir: String): String;
...........................
IDCANCEL : begin
Waiting := False;
ISDoneCancel := 1;
ISDoneError := True;
ResumeProc;
WizardForm.CancelButton.OnClick(nil);
end;
Code:
IDCANCEL : begin
Waiting := False;
ISDoneCancel := 1;
ISDoneError := False;
ResumeProc;
ClickButton(@CancelBtnClick, nil);
end;
Last edited by Gehrman; 12-12-2022 at 13:50. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
You didn't necessarily need to have informed what changes need to be made. But anyway, thank you very much! I will review in a few days. I'm out of time at the moment. Thanks for reporting so bugs. |
![]() |
| 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 |