View Single Post
  #8  
Old 16-10-2011, 02:01
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
@KillerOh
Quote:
Originally Posted by yener90 View Post
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

Last edited by BAMsE; 16-10-2011 at 02:16.