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

424 Views Asked by At

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?

1

There are 1 best solutions below

4
On

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