|
Fixes to CIU v2.0.3.8.b.
For the friend who posts the CIU codes...
Fixes to CIU v2.0.3.8.b...
The line below is not required. The installer is compressing 2 times the image Installer1.png
Source: Setup\Setup\Installer1.png; DestDir: {tmp}; Flags: dontcopy
Replace all parts of the lines containing (Error UltraArc Languages to all CIU v2)
Replace From:
if ((Data[i - 1].Arc[6] = '') or (LanguageTranslator(Data[i - 1].Arc[6]) = ActiveLanguage))
Replace To:
if (Data[i - 1].Arc[6] = '') or (Data[i - 1].Arc[6] = ActLangShort)
Need fixe all others parts replacing "ActiveLanguage" to "ActLangShort" in all CIU v2 (Without quotes).
Sugestion: Translate as FreeArc Custom Messages ins script and adding custom messages to language files.
Thanks!
|