View Single Post
  #598  
Old 05-11-2020, 03:38
alucard1973 alucard1973 is offline
Registered User
 
Join Date: Apr 2015
Location: Madrid
Posts: 45
Thanks: 1
Thanked 3 Times in 3 Posts
alucard1973 is on a distinguished road
Smile

Quote:
Originally Posted by cesar82 View Post
@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
Reply With Quote