|
|
|
#1
|
||||
|
||||
|
Code:
[Components]
Name: text; Description: Select Language Text; Types: full; Flags: fixed
Name: text\ger; Description: German; Flags: exclusive;
Name: text\eng; Description: English; Flags: exclusive;
Component Selection:
if IsComponentSelected('text\ger') then Comps1:=Comps1+TmpValue;
TmpValue:=TmpValue*2;
if IsComponentSelected('text\eng') then Comps1:=Comps1+TmpValue;
FreArc ISDone Extraction:
if not ISArcExtract ( 1, 0, ExpandConstant('{src}\German_lng.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
if not ISArcExtract ( 2, 0, ExpandConstant('{src}\English_lng.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
__________________
if you understand read more Last edited by rinaldo; 02-03-2016 at 11:09. |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Quote:
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| How to edit components in Metro UI Install | Amsal | Conversion Tutorials | 11 | 19-11-2016 09:12 |
| Please test the acceleration unpack | NBB | Conversion Tutorials | 18 | 19-12-2015 08:25 |
| Help for #define components and #indef Components | alucard1973 | Conversion Tutorials | 0 | 30-04-2015 05:52 |
| Angry Birds Collection-CD *INNO SETUP* | plipzide | PC Games - CD/DVD Conversions | 8 | 11-06-2013 08:09 |