Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UAC Window application name

I have a application that uses Wix for its installer. I'd like to understand where the UAC window takes its app name from, I am having an old name where the UAC window appears does not correspond with current productname defined in Wix.

enter image description here

like image 538
Sergioet Avatar asked Oct 25 '25 02:10

Sergioet


1 Answers

Digital Signature: It looks like your MSI is signed with a code-signing certificate?

"If you Authenticode-sign your .msi package, Windows will show that as the name. Otherwise, you get MSI's temporary copy of it, which has a random name." - source.

Signtool.exe: You need to modify your signtool.exe parameters: Odd 'Program name' when installing signed msi installer

Some old answers with comments discussing signtool.exe parameters:

  • What is causing to show Publisher to unknown on UAC despite signing exe using signtool
  • Windows Installer Unknown Publisher

Links on Digital Signing:

  • Installshield Custom Dialogue Installer
  • How to add publisher in Installshield 2018
like image 170
Stein Åsmul Avatar answered Oct 28 '25 06:10

Stein Åsmul



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!