How to install an INF file using Delphi
If you need to install an "inf" file using Delphi, you could use the next code:
~~~~~~~~~~~~~~~~~~~~~~~~~
{
Usage:
}
uses
function InstallINF(const PathName: string; hParent: HWND): Boolean;
var
begin
end;