|
|
|
#1
|
||||
|
||||
|
@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
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
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. |
|
#3
|
|||
|
|||
|
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. |
|
#4
|
||||
|
||||
|
We have the same phrase in English:
A picture is worth a thousand words.
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Questions Here | REV0 | Conversion Tutorials | 1566 | Yesterday 19:01 |
| 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 |