Quote:
Originally Posted by cesar82
@alucard1973, as far as i could see you have two versions of the game and want to check only one component at a time (exclusive);
if you use exclusive one of the checkboxes/radiobuttons must be checked by default.
Code:
[component1]
checked=1
i think the error is in the component number that both arc has the same component id 1 (check red color number):
Code:
[extractsettings]
arcfile1=setup1.cab;destdir:{app}\steamapps\common\final fantasy vii;type:arc;disk:1;comp:1
arcfile2=setup1nm.cab;destdir:{app}\steamapps\common\final fantasy vii;type:arc;disk:1;comp:1
arcfile3=setup1steam.cab;destdir:{app}\steamapps;type:arc;disk:1
arcfile4=setup1steamico.cab;destdir:{pf32}\steam\steam\games;type:arc;disk:1
|
i just tested and it works
thank you cesar82