I make an installer for counter-strike and I would, that the user can choose on an custom page which netsettigs he has.
This is my netsettings.ini:
Here is an example:[Settings]
NumFields=1
[Field 1]
Type=Droplist
ListItems=LAN|56K Modem|ISDN|D-ISDN|S-DSL|A-DSL|Cable |Q-DSL|DSL mit FP
Left=2
Right=109
Top=1
Bottom=126
How can I specify what happens whith the setting LAN, 56KMODEM...
Example
This is the code for lan:
Lan:
[CODE]
${FileJoin} "$INSTDIR\cstrike\userconfig.cfg" "$INSTDIR\Infos\Lan.cfg" "$INSTDIR\cstrike\userconfig.cfg"[CODE]
I hope you can understand what I mean. My english isn't very good