|
then you have to put the password
if IsComponentSelected('POPTSOT') then
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\pop.tsot'), ExpandConstant('{app}\The Sands Of Time'), '', false, 'PaswrdHere', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
if IsComponentSelected('POPWW') then
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\pop.ww'), ExpandConstant('{app}\Warrior Within'), '', false, '', 'PaswrdHere', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
if IsComponentSelected('POPT2T') then
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\pop.t2t'), ExpandConstant('{app}\The Two Thrones'), '', false, 'PaswrdHere', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
|