View Single Post
  #8  
Old 30-03-2019, 12:54
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
Quote:
Originally Posted by HunterEmrah View Post
but i'm talking about "Main files" component, not "Game Components". Here is the screenshots from untouched script. "Main files" have static title which set in script.iss
in the script by text with single quotation marks (Will find in two times):
Code:
'Main Files'
Replace with:
Code:
CustomMessage('MainFiles')
Add in [CustomMessages] inside the script
Code:
English.MainFiles=Main Files
The second option: 'Game Components', to change only if included in the function TranslateComponentName and same message in [CustomMessage], and use in setup.ini into key Component#.Name=cm:SameUsedMessage
In Setup.ini, you can remove component 1
The key: Component1.Name=Game Components
and rearranging the ID of the next components.

Last edited by Cesar82; 30-03-2019 at 13:00.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
HunterEmrah (30-03-2019), Titeuf (30-03-2019)