Questions tagged [dpinst]

Driver Package Installer (DPInst) is a component of Driver Install Frameworks (DIFx). It simplifies and customizes the installation of driver packages for devices that have not yet been installed in a computer

Driver Package Installer (DPInst) is a component of Driver Install Frameworks. It simplifies and customizes the installation of driver packages for devices that have not yet been installed in a computer. This type of installation is commonly known as a software-first installation. DPInst also automatically updates the drivers for any installed devices that are supported by the newly installed driver packages.

21 questions
0
votes
1 answer

Install Driver Silent

i try to script Gemalto Smartcard driver for silent installation on a virtual machine. So the smartcard is redirect from local pc to vm via RDP. ; ; Gemalto Minidriver for IDPrime Smartcard installation x86 and x64…
Kermit Christmas
  • 113
  • 2
  • 15
0
votes
0 answers

DPInst.exe fails to execute from within InnoSetup on 64-bit Windows 7

I'm trying to install 64-bit drivers using DPInst.exe and Inno Setup. When I execute the installer, DPInst is launched and then displays the error "DPInst.exe does not execute on your current Operating System". This made me think that I grabbed…
jdbwillia
  • 36
  • 1
  • 6
0
votes
2 answers

PerUser install with Custom Action - UAC disabled

I'm using WiX to generate an MSI that installs a browser plugin on a perUser basis. I have a custom action to install a driver using DPInst (which needs elevated privileges). The install works fine when UAC is enabled; Windows shows the prompt to…
Elliott
  • 3
  • 2
0
votes
2 answers

DPInst. Specify .sys file location

I am using DPInst-tool to install a driver (I have .inf and .sys files). In dpinst.xml I specified search-element as follows: * But during the installation the "Files needed" popup-window appears…
max_hassen
  • 387
  • 1
  • 5
  • 16
0
votes
1 answer

Remove incorrect binding of composite device to custom driver

Our latest WHQL'ed custom driver has an incorrect entry for one of our upcoming product. The upcoming product is composite device and our WHQL'ed driver has an entry which matches the device ID for the composite device instead of the individual…
Palladin
  • 983
  • 1
  • 7
  • 10
0
votes
1 answer

DpInst fails to install filter driver: Could not get services associated with driver package

When installing a filter driver through an .INF file with DpInst, it reports the following error: ERROR: Could not get services associated with driver package.
Ilya
  • 5,533
  • 2
  • 29
  • 57
1
2