FIX: AutoConfigure function for MultiArc

This commit is contained in:
Alexander Koblov 2010-07-11 13:57:50 +00:00
commit 1e8d772fe5

View file

@ -190,7 +190,7 @@ var
begin
for I:= 0 to Count - 1 do
begin
ExePath:= ExtractOnlyFileName(Items[I].FArchiver);
ExePath:= Items[I].FArchiver;
ExePath:= FindDefaultExecutablePath(ExePath);
if ExePath = EmptyStr then
Items[I].FEnabled:= False