Quote:
Originally Posted by LuisCésar82
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
|
Compiler only contains 1 Installer1.png.
Parsing -> Compressing
Are you sure about that? Can't find a second file in Setup.exe after compiling.
Quote:
Originally Posted by LuisCésar82
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!
|
For what? Is it neccessary? I don't understand properly i guess.