Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Silent installation of the Perceptive Pixel by Microsoft device driver


View products that this article applies to.

Summary

The Perceptive Pixel (PPI) by Microsoft device driver can be installed silently (that is, without user interaction). For a silent installation to succeed, a specific Microsoft Corporation certificate must be present. Existing systems may already have this certificate. However, the certificate will probably not be present in new builds and will have to be added for the silent installation to succeed. In this case, you should install the verification certificate from Microsoft onto the system by using the certutil utility. The certificate must be exported from a system that already has the certificate present. The generated certificate can then be used during the setup of a new Windows system. 

How to obtain the certificate


No pre-existing certificate

Begin the installation of the Perceptive Pixel Touch Driver. During the installation, the program will ask whether the Virtual USB Driver can be installed. At this point, you must click to select the Always trust software from "Microsoft Corporation" check box. (This option will write the needed certificate to your certificate store.) Then, click Install to complete the installation of the driver.



To export a copy of the certificate, you should use Certificate Manager. To do this, follow these steps:
  1. Press the Windows key and then the R key to open the Run window.
  2. In the Run window, type certmgr.msc, and then click OK.
  3. In the navigation pane, you will find the different certificate types that are available. Expand the Trusted Publishers folder, and then click Certificates to display the Trusted Publishers certificates that you currently have installed. One of these certificates will be the Microsoft Corporation certificate.
  4. In the other pane, right-click the Microsoft Corporation certificate, click All Tasks, and then click Export.



  5. The Certificate Export Wizard will open. Click Next to begin.


  6. Make sure that the default option of DER encoded binary X.509 (.CER) is selected, and then click Next.


  7. Click Browse, locate where you want the file to be saved, type a name for the file (for example, type PerceptivePixel.cer), and then click Save.



  8. Click Next.



  9. The next window displays the specified settings for the certificate. Click Finish to write the certificate to disk.


  10. Click OK to exit the wizard.

    Successful Export Screenshot

Pre-existing certificate

On a system on which the Microsoft Corporation Code Signing Certificate is present, export the certificate. Copy the certificate to the system on which you want to silently install the Perceptive Pixel by Microsoft device driver, and then go to the "How to import the certificate" section.

How to import the certificate

To import the certificate to the certificate store of a new system, open an elevated command prompt, and use the following command-line syntax. Make sure that you are in the same directory as the certificate. Or, use the fully qualified directory name to access the certificate.

certutil -addstore "TrustedPublisher" PerceptivePixel.cer


Note The certificate can be copied from any of the system that is running one of the following operating systems and platforms:

  • Windows 7 x64
  • Windows 8 x64
  • Windows 8.1 x64
A success message will appear when the process is complete.


CMd Success Message Screenshot

PPI by Microsoft driver installation

To silently install the PPI by Microsoft driver, run the following command by using elevated permissions (as an administrator):

PPI-Touch-Driver-1.6.4.778.exe /S


Note The silent switch (/S) is case-sensitive and must be uppercase.

↑ Back to the top


Keywords: kbexpertiseadvanced, kbsurveynew, kbtshoot, kb

↑ Back to the top

Article Info
Article ID : 2993874
Revision : 1
Created on : 1/7/2017
Published on : 8/29/2014
Exists online : False
Views : 187