Quote:
Originally Posted by abror
Sorry but I want to ask you again.
I added code [Run] to the script and compile it using Compile_Script.bat an error occurred while I used inno setup no error occurred (my Inno setup version 6.2.1)
Even though with my innosetup there is no error but the text I have changed doesn't work..
I checked Compile_Script.bat and it looks like it's using inno setup which is in Resources\IS_Files\Compil32Ex.exe
Can you provide a solution for me so that the welcome text can be changed and I can add [Run] code without error
|
Edit script.iss in section [Messages].
Code:
[Messages]
//Example to change all languages:
WelcomeLabel1=Welcome to [name]
WelcomeLabel2=Install [name/ver] in your system.%n%nClose others app before continue.
//Example to change one language (in example is english):
english.WelcomeLabel1=Welcome to [name]
english.WelcomeLabel2=Install [name/ver] in your system.%n%nClose others app before continue.