procedure TForm1.ExtractBtnClick(Sender: TObject);
begin
  acFileStorage1.Extract('MyFile.exe''c:\MyFolder\MyFile.exe');
end;