What is difference between DpInst and PnpUtil? .when should we use Dpinst and when should we use pnputil?
I am not understanding when to use Dpinst and when to use PnpUtil?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
EdT
10 years ago
I believe that the main difference is that dpinst only installs drivers for hardware detected during execution, whereas pnputil will install ALL detected drivers into the driver store regardless of whether the hardware is present.
From a packaging viewpoint, my personal opinion is to use a minimalist approach and only install the drivers actually needed for that application and if dpinst does the job, there is no point going any further.