cancel
Showing results for 
Search instead for 
Did you mean: 

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

NChin.2
Associate II

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?

2 REPLIES 2
Pavel A.
Evangelist III

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.

Okay, thank you.​