Jump to content


blaf

Deploying smart card drivers with SCCM 2012

Recommended Posts

Hi there,

 

I am trying to deploy smart card driver ( Gemalto.MiniDriver.IDPrime ) by using SCCM 2012.

 

The idea is to predeploy driver before smart card is used to finish rest of the configuration ( when smart card is plugged into PC driver should be alredy installed, card will be recognized to proceed with configuration of smart card login on that PC).

 

I've created driver package, used 1 PC as test collection and included following command inside driver package :

 

RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 132 \\<networkpath> \Gemalto.MiniDriver.IDPrime.inf

 

This command was tested in command prompt successfully, but when I try to deploy this package nothing happens.

 

I used this command as per instructions from Microsoft website:

 

InstallHinfSection is an entry-point function exported by Setupapi.dll that you can use to execute a section of an .inf file. InstallHinfSection can be invoked by calling the Rundll32.exe utility as described in the Remarks section.

The prototype for the InstallHinfSection function follows the form of all entry-point functions used with Rundll32.exe.

 

Default path :

RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 132 path-to-inf\infname.inf

I am still new to SCCM, and I was hoping that I can find answer at this forum. Sorry if I am missing something obvious.

 

Thanks,

 

Blaf

Share this post


Link to post
Share on other sites

Hi,

I like to use PNPUtil which basically does the same, preloads the driver cache with the driver and imports the .inf file you select.

https://msdn.microsoft.com/en-us/library/windows/hardware/ff550428(v=vs.85).aspx

 

Regards,
jörgen

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.