My second test also failed.
I decided to post the information so that you can better report the failure when it happens to you.
Despite saying that errors occurred the files were created.
Actually there was an error in DiskSpa_GUI when reading the text "All OK" from the memo to use as a reference to determine whether there were errors or not.
You could manually create the folders and Autorun.ini / Records.ini and use the conversion.
I just put the Setup.exe of the light Installer and I'm doing the installation.
Installation 100% in 39 minutes.
this proves that the ARC files were created without errors.
Always click on the "Summary" button when the conversion fails, and see if it has "All OK" on the last line and inform this when informing the failure
P.S: I tested with Setup.exe from the first post and displayed the same error.
I'll check later and share the corrected CIU script.
See you later!
Edit:
@KaktoR, I found out the reason for the error messages in your conversion.
You used the [CMDCommands] section of Setup.ini.
Previously I passed some script functions into the CIULib.dll library.
This function to create a cmd window does not work inside the library (only in the script it works).
Replace attached script in your CIU sorce code and recompile your setup.exe.
If you are going to keep the cmd command lines, I recommend you check if the folder exists.
Code:
[CMDCommands]
if exist "{app}\Game\Bin\Core" copy /Y "{src}\Game\Bin\Core\QtWebKit4.dll" "{app}\Game\Bin\Core"
if exist "{app}\Game\Bin_LE\Core" copy /Y "{src}\Game\Bin_LE\Core\QtWebKit4.dll" "{app}\Game\Bin_LE\Core"