Seite 1 von 1

Nachträglich .inf Treiber installieren

Verfasst: 01 Nov 2017, 14:58
von jnko
Ich muss auf Clients (Win10) nachträglich einen .INF - Treiber installieren und stoße dabei leider auf Probleme.

Code: Alles auswählen

WinBatch_InstallInfDriver /Sysnative /RunElevated 
[WinBatch_InstallInfDriver]
RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 132 %ScriptPath%\RNDIS.inf
wird quittiert mit

Code: Alles auswählen

[5] [Nov 01 14:44:41:991] Execution of WinBatch_InstallInfDriver
[6] [Nov 01 14:44:41:994]   Call "RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 132 C:\TEMP\mindusb-rndis-driver\RNDIS.inf"
[6] [Nov 01 14:44:41:997]      Waiting until the called process is finished
[6] [Nov 01 14:44:42:000]   Start process elevated
[3] [Nov 01 14:44:42:006]   RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 132 C:\TEMP\mindusb-rndis-driver\RNDIS.inf .... CreateProcessAsUser Error 1314 (A required privilege is not held by the client.\r\n)
[3] [Nov 01 14:44:42:009]   Error: RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 132 C:\TEMP\mindusb-rndis-driver\RNDIS.inf .... CreateProcessAsUser Error 1314 (A required privilege is not held by the client.\r\n)
Also keine ausreichenden Rechte, oder genauer UAC möchte das nicht.


Hat jemand eine Idee wie man das hinbekommen könnte?

BTW: das ganze per pnputil.exe führt zu gleichem Fehler.

Re: Nachträglich .inf Treiber installieren

Verfasst: 01 Nov 2017, 16:30
von SisterOfMercy
DPInst might be an alternative. The great thing about DPInst is that there are different versions all with the same version number, 2.1. Which is just fucking great.

https://technet.microsoft.com/en-us/ff544842(v=vs.96)

Of course microsoft removed this from newer versions of the windows disaster kit:

https://docs.microsoft.com/en-us/window ... guidelines

Re: Nachträglich .inf Treiber installieren

Verfasst: 02 Nov 2017, 07:59
von jnko
SisterOfMercy hat geschrieben: Of course microsoft removed this from newer versions of the windows disaster kit:
https://docs.microsoft.com/en-us/window ... guidelines

Thanks.! Useless to mention that I use Win10.... Does any older (Win8) version of DPInst still works in Win10?

Or any other idea?

Re: Nachträglich .inf Treiber installieren

Verfasst: 02 Nov 2017, 14:41
von SisterOfMercy
jnko hat geschrieben:Thanks.! Useless to mention that I use Win10.... Does any older (Win8) version of DPInst still works in Win10?
I think it still works. They just don't include it anymore in the kit. So you should get a previous version of it somewhere.