@
KillerOh
Quote:
Originally Posted by yener90
dont except soo much. just little updates.
|
so probably not

Lang sensitive installer will be so cool feature that probably
yener90 will brag about it with UPPERCASE
I'm thinking about something like this in script:
Code:
[FILES]
Source: {src}\data_pl.cab; DestDir: {tmp}; DestName: data_lang.cab; Flags: external; Languages: pol;
Source: {src}\data_eng.cab; DestDir: {tmp}; DestName: data_lang.cab; Flags: external; Languages: eng;
and in setup.ini:
Code:
[ExtractSettings]
FreeArcFile2={tmp}\data_lang.cab;DestDir:{app}\lang;PrecSrep:0
but it extracts files listed in setup.ini before copying files listed in script so it hasn't data_lang.cab to extract

If there is any possibility to invert this order it'll be working