FIX: Some fixes for CopyOut operation for WcxArchiveFileSource

This commit is contained in:
Alexander Koblov 2010-02-03 19:43:43 +00:00
commit 13ba412ba4
2 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,8 @@ type
fsoCalcChecksum,
fsoCalcStatistics, // Should probably always be supported if fsoList is supported.
fsoSetFileProperty,
fsoExecute
fsoExecute,
fsoTestArchive
);
TFileSourceOperationTypes = set of TFileSourceOperationType;

View file

@ -303,7 +303,7 @@ begin
end // Extract
else // Skip
begin
iResult := WcxModule.ProcessFile(ArcHandle, PK_SKIP, nil, nil);
iResult := WcxModule.WcxProcessFile(ArcHandle, PK_SKIP, EmptyStr, EmptyStr);
//Check for errors
if iResult <> E_SUCCESS then