valyok666 у него так и указано там просто у него указано даже cas_01.cas и так далее которое кажись указывать не нужно
читать дальше »
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\data1.bin'), ExpandConstant('{app}\Data'), false, '', '', ExpandConstant('{app}'), PCFonFLY) then break;
if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data\data1.pcf'), ExpandConstant('{app}\Data\cas_01.cas'), true ) then break;
if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data\data2.pcf'), ExpandConstant('{app}\Data\cas_02.cas'), true ) then break;
if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data\data3.pcf'), ExpandConstant('{app}\Data\cas_03.cas'), true ) then break;
LinkOFF попробуй указать так
читать дальше »
if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data\data1.pcf'), ExpandConstant('{app}\Data), true ) then break;
if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data\data2.pcf'), ExpandConstant('{app}\Data'), true ) then break;
if not ISPrecompExtract( 0, 0, ExpandConstant('{app}\Data\data3.pcf'), ExpandConstant('{app}\Data'), true ) then break;