Install Printer Driver error

ame Yuu 0 Reputation points
2023-09-03T05:00:21.4866667+00:00

When I installed the customer-modified EPSON Printer Driver on Amazon AppStream 2.0, a problem was encountered while attempting to add the driver to the store. Because I could not enter the startup settings section, I tried to use

bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS

bcdedit -set TESTSIGNING ON

Has modified cat via WDK

Inf2Cat /driver:C:\Users\ImageBuilderAdmin\Downloads\APD_507_b_T88V\Driver /os:2000,XP_X86,Server2003_X86,Vista_X86

And it was successful on one of them, but if I directly moved the driver to another one and executed the above two lines of bcdedit instructions, the installation failed. Subsequent modifications by WDK again still failed.

Is there any solution please?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,082 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,331 Reputation points
    2023-09-05T08:19:54.4466667+00:00

    Hello Ame,

    Thank you for your question and for reaching out with your question today.

    Here are some steps and considerations to help you address this problem:

    1. Make sure that the driver you're trying to install is compatible with the specific version of Windows running on Amazon AppStream 2.0. Drivers designed for other Windows versions may not work correctly.
    2. If you have successfully installed the driver on one instance but encounter issues on another, ensure that the driver installation process is consistent across all instances. Pay attention to file paths, permissions, and any specific settings required by the driver.
    3. Driver signing is a security feature in Windows, and disabling it (as you attempted with TESTSIGNING ON) can introduce security risks. Instead of disabling driver signature enforcement globally, consider digitally signing the driver yourself using a trusted certificate. This is a more secure approach.
    4. Acquire or generate a code-signing certificate from a trusted Certificate Authority (CA). Use the certificate to sign the driver files. This requires access to tools like SignTool from the Windows Driver Kit (WDK). Signing the driver with a trusted certificate should allow it to be installed without needing to disable driver signature enforcement.
    5. Ensure that Amazon AppStream 2.0 instances are configured properly and have the necessary permissions to install drivers. Amazon Web Services provides documentation on configuring AppStream instances.
    6. AWS support may be able to assist you further.

    If the reply was helpful, please don’t forget to upvote or accept as answer.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.