I'm using Visual Studio 2019 to build "Installers(msi/exe)" using "Setup Wizard". When i'm trying to run setup.exe or msi installer, the application "publisher" is being reported as "Unknown".
I've gone through some references and found that the setup.exe needs to be digitally signed with the certificate. So, i've digitally signed the installers(exe/msi) with this reference How do I create a self-signed certificate for code signing on Windows?
Now, when i try to run setup.exe locally, the application "publisher" is reported as "My CA" instead of "Unknown", but if i run the same setup.exe on another system/computer application "publisher" is reported as "Unknown". Please provide any suggestions on fixing this "Unknown Publisher" issue