This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AppLoader driver for TUSB3210

Hi,

I am using the TUSB3210 chip and I am loading the firmware to the chip with the AppLoader driver. We have a new client who would like to install our system on Windows Server 2012 64-bit. The AppLoader driver, however, is not digitally signed. I was able to install it by disabling digital signature enforcement in the Windows startup menu. But this is a temporary solution, because after a reboot all settings go back to defaults and the driver is blocked by Windows. I tried to disable the digital signature enforcement permanently in Windows, but I was unable to do it.

My question is the following:

Do you have a digitally signed version of the AppLoader driver ?

If not, how is that driver supposed to be used with 64-bit Windows which requires digital signature ?

Thank you for your help.

  • Hello,

    We don't have a signed version for this driver.

    The signatures a linked to a specific INF and sys file, so as this Apploade driver is a "customizable"  driver the signature it will be lost every time the customers change the configuration.

    If the customer requires a signed version of their specific version they'll need to add the signature by their own.

    Regards,

    Roberto 

  • Hi,

    Thank you very much for the reply. I have a few more questions:

    - Is it possible to permanently disable digital signing in Windows Server 2012 64 bit ? I tried the following commands without success:

    bcdedit /set loadoptions DISABLE_INTEGRITY_CHECKS

    bcdedit /set TESTSIGNING ON

    bcdedit /set nointegritychecks ON

    - Is it possible to obtain a free code signing certificate somewhere ? Maybe a test certificate can be obtained which would work with the "TESTSIGNING ON" option ?

    Thanks again.