![]() |
1 Attachment(s)
Quote:
|
Quote:
|
@KaktoR,
translation missing in fileCustomMessages.iss for the part: "Your system does partially meet the hardware reuirements." here is the complete translation with google translation for other languages except French Quote:
|
Hello KaktoR,
when do you think you can download the next beta version? in advance thank you for your answer, cordially |
1 Attachment(s)
Here is new beta 5 which adds the text input for user name for INI files
Components for language archives is a bit more complicated then I thought. Could take a while. |
Quote:
Ok thanks for your work. |
Quote:
|
Quote:
This happens if you use compact mode didnt get it from non compact though. |
Quote:
@Schabik: have you seen this problem? |
Open Settings.iss and add this to somewhere
Code:
#define Value ReadIni(SourcePath + "\Settings.ini", "INISettings", "Value", "")Code:
Value=yourname |
Quote:
Hello KaktoR, Is it me who forgot something but in normal mode the input field is not displayed! hmm maybe i'm so tired! lol |
Sorry :D
Code:
[INISettings] |
Quote:
just one thing, to be more aesthetic in my language, I need to add spaces for the checks (md5) look at my picture: https://i.imgur.com/PqujW8V.jpg the ideal would be that it must be like this (in French)! Quote:
|
is it possible to change WizardForm.BorderStyle color ?
|
Quote:
Quote:
|
1 Attachment(s)
Need some translations
Code:
Hebrew.EnterPlayerName=Enter your player name: |
Quote:
translated with google translation (except French) Quote:
|
hello,
here is the translation (Google translation, except for French) for "Create unistaller" in the file "CustomMessages" Quote:
|
1 Attachment(s)
Code:
beta6 |
Quote:
Thank you for this new version. Excellent work (as usual) !! for the moment this version works very well. Warmest looks |
Hi,
How to display the text: Elapsed & Remaining https://i.imgur.com/PHEmyuY.jpg Please, because the text is not displayed! Thank |
Change
Code:
ElapsedLabel.Caption := Format('%s', [TicksToStr(CurTick - StartTick)]);Code:
ElapsedLabel.Caption := ExpandConstant('{cm:ElapsedTime}') + ': ' + Format('%s', [TicksToStr(CurTick - StartTick)]); |
1 Attachment(s)
New one for components (first test)
Code:
beta 6(2) |
Quote:
|
Quote:
https://i.gyazo.com/4000d2d149cdf4a2...2a7b7cd858.png Is there something I need to do or is that a bug? |
It's not a bug, I just forgot something :) Will post a fix asap
|
Quote:
And I couldn't manage to change the .exe icon even by changing the "Setup.ico", it only changes the icon within the setup, no idea if you already noticed it. Thank you for your great work! :) |
No, but you can change ShowLanguageBox=0 (installer starts in OS language then. If Installer doesn't support OS language, english will be used as default).
Move Setup.exe to somewhere else. It's a windows problem for not updating icons properly. |
Quote:
|
1 Attachment(s)
KaktoR,
I have a suggestion about components page, Instead of checkboxes can You use RadioButtons? Or some "if" statements so if one checkbox is checked then other isn't It will block the installation of many languages at once. |
@ Schabik
The issue with that is if someone wants 2 or more languages ( say english & Brazil Portuguese ) then that choice would not be available, or many others as well. |
Quote:
I think that the best solution is to get both. If you want to use many lang files than an option for that, to enable it, if you want to use one lang at the time second option to that to enable. You know what I mean? For some games like AC1 there can't be more than one language at the time, for polish there are files that are patched so the Polish lang can work. |
Quote:
Quote:
|
^
Open "Components.iss" and replace with this (replace all in this file) Code:
[Components] |
1 Attachment(s)
Quote:
I'm going to do a test with the language files, and I want to put the language files in a subdirectory, can you tell me what are the changes to make for this work please? thanks in advance Edit: After compilation I have these messages that appears in Inno (look at me picture). Thank you |
Quote:
Checked for compression afr+srepmax+lolz for lang files and it runs smoothly. |
@Titeuf: Ingnore this messages. I didn't translate Hebrew, and probably didn't do it anymore (because it's like arabic, it reads from right to left and installer is mirrored this way. I didn't test installer yet with hebrew language, if all buttons/text/etc are on the right place. Maybe I will deactivate it in future releases).
Will work on the script in the next weeks again (spare time at the moment). |
hello KaktoR,
ok thank you for your answer! I thought I made a mistake cordially |
Hey there guys,
I did a little research for setting components not as checkboxes but as Radiobuttons, and I've managed to achieve the goal If someone want to integrate the code with ASIS please, be my guest :) The modifications were tested by me and work for example with Assassins Creed 1 MultiLang (With Czech,Polish,English,French,Italian,German and Spanish). The Modifications I presented are as Follows: Code for Components.iss Code:
[Components]Code:
// ComponentCode:
[Component]Code:
[Registry]I've made them as following: Code:
#if UseComponents == "1" |
Hello Schabik,
maybe can you put pictures? thank you in advance |
| All times are GMT -7. The time now is 03:47. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com