Search code examples
c#wpfinstallshieldcopyright-display

Copyright details doesn't show Organization name


I am creating an exe using InstallShield 2022. Its a C# WPF code. Once the build is created from InstallShield, When I run the exe as administrator, the pop-up which appears, doesn't show Copyright details, like
"Copyright. XXXX All Rights reserved", but it instead show below message

Any help would be appreciated.

error Screenshot

Things i have already checked in InstallShield:-

  • In Release -> setup.exe -> Use Custom version properties is set to Yes

  • Properties table has all the required valued, like company name.

  • General Information tab has all the correct details.

  • Checked from the code perspective


Solution

  • Publisher details in UAC prompt are fetched from digital signature using which executable was signed. This has nothing to do with InstallShield.