Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 15-05-2022, 00:52
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,336 Times in 2,838 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Spotless View Post
also check my script.iss i have edited it
Your error could happen because you edited the script. I will give no support for edited script unless you know what to do.

Quote:
Originally Posted by Spotless View Post
Guys how do i change the font of the installer?
Go to Help folder and read Settings.txt. There is all explained you need to know.
__________________
Haters gonna hate
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Cesar82 (15-05-2022), LinkSystem (12-07-2023)
Sponsored Links
  #2  
Old 15-05-2022, 08:20
Spotless's Avatar
Spotless Spotless is offline
Registered User
 
Join Date: Nov 2021
Location: Egypt
Posts: 28
Thanks: 0
Thanked 2 Times in 2 Posts
Spotless is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
Your error could happen because you edited the script. I will give no support for edited script unless you know what to do.



Go to Help folder and read Settings.txt. There is all explained you need to know.
ok thanks
it was errors from the archive

about the script im editing it but i keep your credits
__________________
Be kind so that people be kind with you
Reply With Quote
  #3  
Old 26-05-2022, 07:05
abror's Avatar
abror abror is offline
Registered User
 
Join Date: May 2022
Location: indonesia
Posts: 33
Thanks: 19
Thanked 0 Times in 0 Posts
abror is on a distinguished road
How to change language

I've changed english.isl and default.isl after I saved and compile setup. Still no change..

please help me, and sorry for my english because i use google translate
Reply With Quote
  #4  
Old 26-05-2022, 13:44
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,322
Thanks: 6,767
Thanked 11,725 Times in 3,235 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by abror View Post
I've changed english.isl and default.isl after I saved and compile setup. Still no change..

please help me, and sorry for my english because i use google translate
Settings.ini
Code:
[Settings] 
ShowLanguageBox=1
that should Help you
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
The Following User Says Thank You to mausschieber For This Useful Post:
abror (26-05-2022)
  #5  
Old 26-05-2022, 20:31
abror's Avatar
abror abror is offline
Registered User
 
Join Date: May 2022
Location: indonesia
Posts: 33
Thanks: 19
Thanked 0 Times in 0 Posts
abror is on a distinguished road
Quote:
Originally Posted by mausschieber View Post
Settings.ini
Code:
[Settings] 
ShowLanguageBox=1
that should Help you
thank you very much for the help, but I mean changing the text in the language.. I have changed the text in english.isl and default.isl but there is no change in the setup.

For example I have changed WelcomeLabel1 with my own typed text


Last edited by abror; 26-05-2022 at 20:35.
Reply With Quote
  #6  
Old 26-05-2022, 22:52
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 abror View Post
thank you very much for the help, but I mean changing the text in the language.. I have changed the text in english.isl and default.isl but there is no change in the setup.

For example I have changed WelcomeLabel1 with my own typed text

You must edit the language file in the folder: "Resources\IS_Files\Languages"
or edit "Resources\IS_Files\Default.iss" to english language.
You also need to edit the messages contained in the script.iss, in the sections [Messages] and [CustomMessages] for some labels.
After editing you need to compile using the Compile_Script.bat file.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
abror (27-05-2022)
  #7  
Old 27-05-2022, 02:54
abror's Avatar
abror abror is offline
Registered User
 
Join Date: May 2022
Location: indonesia
Posts: 33
Thanks: 19
Thanked 0 Times in 0 Posts
abror is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
You must edit the language file in the folder: "Resources\IS_Files\Languages"
or edit "Resources\IS_Files\Default.iss" to english language.
You also need to edit the messages contained in the script.iss, in the sections [Messages] and [CustomMessages] for some labels.
After editing you need to compile using the Compile_Script.bat file.
thanks a lot for the help.. My mistake because compiling using script.iss after using Compile_Script.bat it worked
Reply With Quote
  #8  
Old 27-05-2022, 07:10
abror's Avatar
abror abror is offline
Registered User
 
Join Date: May 2022
Location: indonesia
Posts: 33
Thanks: 19
Thanked 0 Times in 0 Posts
abror is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
You must edit the language file in the folder: "Resources\IS_Files\Languages"
or edit "Resources\IS_Files\Default.iss" to english language.
You also need to edit the messages contained in the script.iss, in the sections [Messages] and [CustomMessages] for some labels.
After editing you need to compile using the Compile_Script.bat file.
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
Reply With Quote
  #9  
Old 27-05-2022, 11:50
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 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)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Help] need Advanced Installer script with Razor1911's UltraArc module rez3vil Conversion Tutorials 3 15-04-2024 02:24
Portable Installer Inno Setup Script y_thelastknight Conversion Tutorials 59 23-10-2020 00:02
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 15:37
MSC+Srep+lzma Simple Script Example gozarck Conversion Tutorials 10 07-09-2015 16:31



All times are GMT -7. The time now is 02:58.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com