So I have an issue that I am trying to understand and solve. I need to know if it is possible to build an installer(msi) that I can perform a silent install(/qn) via SCCM. I do not need to know the SCCM part per-say but I am to provide an installer that will be pushed out with SCCM.
Now here is the issue. I have the installer built and I think the kernel mode driver is signed correctly, but when trying to install in Win7/8 the install goes up till I get a prompt alerting me of the driver install. It shows my cert info, but I still have to allow it to proceed and thus it has to be attended. Is there away around this?
I have been able to do what I want by adding my .cer file to a machines certificate store, but in talking with the individual this is for this was frowned upon. I indicated the plan was to add it and then remove it after the install. What are thoughts on this?
Thanks in advance.