Dhananjay Gupta
Dhananjay Gupta

Reputation: 326

How to add a verified publisher in a Visual Studio Installer Project

While running the msi generated by the VS Installer project that I have created, i sometimes get unknown publisher popup. But I have defined the Manufacturer and ManufacturerURL in the properties. What else do I need to do in order to mitigate the unknown publisher popup?

Upvotes: 1

Views: 596

Answers (1)

Dmitry Streblechenko
Dmitry Streblechenko

Reputation: 66306

You need to sign the MSI file with a valid and trusted (on the machine where the installer runs) certificate.

Upvotes: 3

Related Questions