View Single Post
  #1  
Old 23-05-2017, 07:57
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
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!
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
houcine80 (23-05-2017), pakrat2k2 (24-05-2017)
Sponsored Links