Mega Code Archive

 
Categories / Delphi / Files
 

How to install an INF file with Delphi

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