ZipGrep is a utility that can list and search zip (.war, .ear, .jar, etc) archives for text patterns, without the need to extract the archive's contents.
One of a set of tools we're offering as a way to say thank you for being a part of the community.
you could check if the ras dll's are installed
Var
hinst:thandle;
begin
hinst:=loadlibrary('rasapi
if (hinst = thandle(0))then begin
messagedlg('no',mterror,[m
halt(0);
end
else showmessage('ok im installed');
freelibrary(hinst);
end;
maybe that'll help
Regards Barry