CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2003
    Location
    India
    Posts
    1

    Windows NT hardware driver installation program using INF file.

    I need a hardware driver installation program for Windows NT.
    The WDM driver works with Windows 2000 DDK, but fails with NT DDK. The method UpdatePlugandPlayDevices() is not present in NT DDK.Besides the registry updating setup API return error messages. If anybody knows the C or C++ program which installs
    the driver using INF file as the control panel applet do please send me the program file or give instructions to develop a program. I mean the procedure needed and the API's involved.

    Thanks in advance,

    with regards
    Viju

  2. #2
    Join Date
    Aug 2002
    Location
    Hamburg / Germany
    Posts
    280

    one suggestion

    Hi,
    I'm not able to verify it yet, but I think you don't need any existing or self-developed software for this.

    If you rightclick a inf-file in the windows-explorer there should be an item labeled "install". If you click on it the requiered actions should be performed by the system.

    try it, and good luck

    juergen

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured