Files Delphi

Title: How to install an INF file with Delphi
procedure TForm1.Button1Click(Sender: TObject);
begin
InstallINF('C:\XYZ.inf', 0);
end;