Odd ‘Program name’ when installing signed msi installer [duplicate]

Add /d option to the command line of signtool.exe when signing your MSI:

signtool.exe /d "Your Software Name"

UAC confirmation dialog will show Your Software Name as the Program name.

Leave a Comment