View Single Post
  #1136  
Old 27-05-2022, 11:50
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,077
Thanks: 1,826
Thanked 2,310 Times in 789 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by abror View Post
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.
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
abror (27-05-2022), Gehrman (04-07-2022)