Skip to main content
Visitor II
June 14, 2022
Question

Is it possible to just change the driver's DeviceName without re-signing

  • June 14, 2022
  • 1 reply
  • 870 views

CubeProgrammer setup already provides signed DFU driver with the inf file containing the below information:

DeviceName = "STM32 Bootloader"
VendorName = "STMicroelectronics"
SourceName = "DFU Install Disk"
DeviceID = "VID_0483&PID_DF11"
DeviceGUID = "{01105872-BF45-43BE-8B67-3C0F2B8CF0D9}"

On customers' computer with multiple drivers installed, it is sometimes difficult to choose the correct driver. We want to automatically select the driver for supported MCUs so that our users do not have to worry about the hassle. The question is: Is it possible to change the DeviceName to something unique such as STM32 Bootloader-*** without re-signing the whole package?

    This topic has been closed for replies.

    1 reply

    Super User
    June 15, 2022

    AFAIK not possible, but since win10 there are some new INF tricks.

    You're invited to ask on the Microsoft Q/A forum here or here.

    NChin.2Author
    Visitor II
    June 21, 2022

    Okay, thank you.​