Quote:
Originally Posted by HunterEmrah
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):
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.