Hi, All,
How can I setup a driver without INF file, I mean can I use another way
to install one driver.
Best Regards
Daniel
Hi, All,
How can I setup a driver without INF file, I mean can I use another way
to install one driver.
Best Regards
Daniel
If your driver is NT style driver, you can use Service Control Manager (SCM)
functions…(No need to write .inf file)
But for a WDM driver you have to write a INF file. But you can install it
automatically
from a user mode application.
See SetupDiXXX functions, SetupCopyOemInf, UpdateDriverForPlugAndPlayDevices
etc…,
HTH.
Vijay
----- Original Message -----
From: “Daniel Xu”
Newsgroups: ntdev
To: “Windows System Software Devs Interest List”
Sent: Monday, October 13, 2003 8:48 AM
Subject: [ntdev] A question about setup
> Hi, All,
>
> How can I setup a driver without INF file, I mean can I use another
way
> to install one driver.
>
> Best Regards
> Daniel
>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@moschip.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com