|
|
|
#1
|
|||
|
|||
|
thx bro will update it.
maybe there will be some others who want to correct translation ![]() after this update come out... |
| Sponsored Links |
|
#2
|
||||
|
||||
|
I've noticed there are more german custom mesages then for other langs. Maybe you can post it in english and we can translate them to other langs. Unfortunately my german isn't good enough to understand them
|
|
#3
|
|||
|
|||
|
those are from old version
![]() forget to delete them.... |
|
#4
|
|||
|
|||
|
yener
i'm add TH language in you source. it's work!
Last edited by artdekdok; 25-10-2012 at 00:52. |
|
#5
|
|||
|
|||
|
sorry dude saw it now
![]() perfekt work. included and thx sooo much
|
|
#6
|
|||
|
|||
|
where .iss for making setup.exe ?
after compile ISFreeArcExtract v.6.0.iss and then launch renamer.bat its only remake setup.dll but setup.exe its still same guide me pls.. nb: solved.. Last edited by shanrq; 28-10-2011 at 11:50. |
|
#7
|
||||
|
||||
|
the changes are made in setup.ini not the exe directly.
|
|
#8
|
|||
|
|||
|
then how to add new registry address from setup.ini?
aagh so many question in my mind.. i tried to make new setup.cab for changed background but i got error message.. for info i use freearc to make .cab what tools do you use for making .cab? thx before |
|
#9
|
|||
|
|||
|
Update 6.1 (Downloads before: 112)
Changes: - Updated Polish translation -> THX to BaMSE - Added Thai language -> THX to artdekdok - Fixed wrong text alignment of Install button - Bug fixes |
|
#10
|
||||
|
||||
|
@shanrq setup.cab is zip archive
![]() @yener90 can you explain how to achieve lang sensitive reg values? Setting different values for each lang is rather troubling. I guess you're using some variable (defined in custom mesages?) to get proper lang entry
|
|
#11
|
||||
|
||||
|
Quote:
![]() Quote:
Code:
Root: HKLM; Subkey: SOFTWARE\ABCDEF\GAMENAME; ValueName: Language; ValueType: String; ValueData: {code:GetLngID}; Flags: uninsdeletekey
Code:
function GetLngID(Param: string): string;
begin
case GetUILanguage of
1040: Result:='IT';
1033: Result:='EN';
1034: Result:='ES';
1031: Result:='DE';
1036: Result:='FR';
1029: Result:='CS';
1045: Result:='PL';
1049: Result:='RU';
else Result:='EN';
end;
Last edited by pakrat2k2; 28-10-2011 at 20:43. |
|
#12
|
|||
|
|||
|
Quote:
![]() a german phrase: some pics can describe more then 1000 words ![]() change in custom messages for pol example: pol.Language2= to the worth you need... also for other languages. |
|
#13
|
||||
|
||||
|
We have the same phrase in English:
A picture is worth a thousand words.
|
|
#14
|
|||
|
|||
|
@BAMsE do you mean using winzip to create .cab.. how?
|
|
#15
|
||||
|
||||
|
not winzip but 7-zip available here
Code:
http://www.7-zip.org/ |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Questions Here | REV0 | Conversion Tutorials | 1565 | 29-11-2024 09:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Help- How to extract a .bin file compressed by a code ? | Adonix | Conversion Tutorials | 22 | 22-03-2015 15:02 |
| yener90's older Inno Project Source Codes | THADEADMAN2011 | PC Games - CD/DVD Conversions | 0 | 16-06-2012 03:40 |