Quote:
Originally Posted by Cesar82
By the way, only now did I notice a typo in the section name in the CIU source code.
The section name was wrong, so [Ressources] must be used for it to work.
So [Ressources] must be used for it to work, or you can replace it in the script by looking for 'Ressources' (it's in 4 places in the script).
It will be fixed in v3.0.0.1.b8 (beta 8).
P.S: I ended up discovering that "Resources" as "ss" is used in the French language. A slight coincidence because if I remember for sure the Yener90 that created CIU was French (correct me if I got it wrong).
|
it is InstallerScript_3.0.0.1.b7_[2020.10.30]
Code:
CopyCompressorsEx(GetFullSrcPath(GetValStrEx('Ressources', 'Path', GetIniString('Ressources', 'Path', GenerateUniqueName(ExpandConstant('{tmp}'), ''), ExpandConstant('{src}\Records.ini')))), ExpandConstant('{tmp}'), True, False);
CopyCompressorsEx(GetFullSrcPath(GetValStrEx('Ressources', 'Path' + IntToStr((Ord(ISWin64) * 32) + 32), GetIniString('Ressources', 'Path' + IntToStr((Ord(ISWin64) * 32) + 32), GenerateUniqueName(ExpandConstant('{tmp}'), ''), ExpandConstant('{src}\Records.ini')))), ExpandConstant('{tmp}'), True, False); {copy Path32 or Path64}