#ifdef Components
TmpValue:=TmpValue*2;
if IsComponentSelected('Xliveless\Virusek') then Comps1:=Comps1+TmpValue;
TmpValue:=TmpValue*2;
if IsComponentSelected('Xliveless\Catspaw') then Comps1:=Comps1+TmpValue;
// .....
// см. справку
#endif
if not FileSearchInit(true) then break;
if not ISArcExtract ( 1, 0, ExpandConstant('{src}\data_xlive.arc'), ExpandConstant('{app}'), 'Xlive1', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
if not ISArcExtract ( 2, 0, ExpandConstant('{src}\data_xlive.arc'), ExpandConstant('{app}'), 'Xlive2', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;