![]() |
Quote:
Thank you also for the config batch file, I think you had given me some advice on how to do the same a while back but I never managed to get it working. Thanks again mate, with this I'll definitely be fully migrating to v7.3.3 :) |
Quick question about specifying a file for a given Task/Component, what value determines what file to use in v7.3.3? Had a look through the help documentation as well as the script but can't find any reference of whether something like "Component1.File=" / "Task1.File=" is still used, as in v7.2.0, or whether its put inside the Settings.ini / Records.ini file.
|
Code:
Component1.Name=Game 1Code:
[Record1]Code:
[Record1] |
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 |
Quote:
Code:
[Settings] |
Quote:
For example I have changed WelcomeLabel1 with my own typed text https://imgur.com/a/vDuEA3d |
Quote:
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. |
Quote:
|
Quote:
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 |
[Run] section will not work.
The welcome text use "msgWelcomeLabel1" and "msgWelcomeLabel2" which you can't edit inside a isl file because they are "hard coded" somewhat (at least I did not found the strings anywhere), but I think maybe you can change the caption of it with "msgWelcomeLabel1.Caption := abc" Edit: I talk bullshit. I forgot that "msg" before the label name means something which I forgot in the meantime... The label name which you are looking for is "WelcomeLabel1" and "WelcomeLabel2" in the *.isl files. |
Quote:
Code:
[Messages] |
thanks to both of you
Is there any difference between the inno setup in Resources\IS_Files\Compil32Ex.exe and the one I installed (version 6.2.1)? I'm confused which one to use Will compiling using script.iss and using inno setup version 6.2.1 run smoothly? |
Quote:
|
do you know how to open the application/website after the installation is complete and the user has clicked Finish without the checkbox
|
Insert something like this in CurStepChanged.
Quote:
Code:
procedure CurStepChanged(CurStep: TSetupStep); |
| All times are GMT -7. The time now is 13:10. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com