Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-12-2022, 12:44
Gehrman's Avatar
Gehrman Gehrman is offline
Registered User
 
Join Date: Jan 2020
Location: Save Palestine
Posts: 78
Thanks: 1,385
Thanked 89 Times in 48 Posts
Gehrman is on a distinguished road
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;
Change to
Code:
      IDCANCEL : begin
        Waiting := False;
        ISDoneCancel := 1;
        ISDoneError := False;
        ResumeProc;
        ClickButton(@CancelBtnClick, nil);
      end;
It is better to be like ASIS so that the installation process can be canceled by clicking Cancel.

Last edited by Gehrman; 12-12-2022 at 13:50.
Reply With Quote
Sponsored Links
  #2  
Old 12-12-2022, 18:36
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,079
Thanks: 1,837
Thanked 2,312 Times in 789 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Gehrman View Post
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;
Change to
Code:
      IDCANCEL : begin
        Waiting := False;
        ISDoneCancel := 1;
        ISDoneError := False;
        ResumeProc;
        ClickButton(@CancelBtnClick, nil);
      end;
It is better to be like ASIS so that the installation process can be canceled by clicking Cancel.
When I mentioned "any suggestions", I was referring to the behavior of the action when clicking the cancel button, or whether it should display the exit message.
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.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
amin fear (14-12-2022), Gehrman (13-12-2022)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 11:02.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com