
04-10-2012, 06:09
|
 |
Lame User
|
|
Join Date: Jan 2012
Location: From outer space
Posts: 4,687
Thanks: 1,106
Thanked 7,333 Times in 2,836 Posts
|
|
Quote:
Originally Posted by QfG
Any Question:
What must i type in the setup.ini, if i will that a *.arc file only installed @english languabe.
For example:
Quote:
[ExtractSettings]
FreeArcFile1={src}\english.arc;DestDir:{app};Disk: 1
|
This file must only installed if i choose the english language in the installer.
Thanks for help.
|
For english:
Quote:
[ExtractSettings]
FreeArcFile1={src}\english.arc;DestDir:{app};Disk: 1;Lang:en
|
For french:
Quote:
[ExtractSettings]
FreeArcFile1={src}\french.arc;DestDir:{app};Disk:1 ;Lang:fr
|
and so on...
|