MSI issues a question for installers

I created a Windows installer for a Windows Forms application as an MSI. I published this and put it in a zip file and sent it to the client. When they try to run the installer, they get the message "Publisher failed to verify. Are you sure you want to run this software?

Is there a parameter or something I need to do to stop this message when the client clicks on the installer?

Greetings

+3
source share
4 answers

I spoke to some of the guys here, and someone used Orca to edit some msi content. Apparently, before this happened, the installer was fine.

0
source

? msi ( ClickOnce, ), , this MSDN .

, - - "pucka".

+2

msi. signtool, , .

+1

1) MSI , ( Verisign Code Signing Certification)

2) , Orca , MSI . ,

3) If your guys edited, tickled them on the wrist and resigned from MSI.

4) Use MSIEXEC from the command line, and not double-click, AFAIK prompts for verification in Windows Explorer, so this circumvents the problem.

0
source

All Articles