Closed ltemimi closed 3 years ago
please see "signing" sample:
project.DigitalSignature = new DigitalSignature
{
PfxFilePath = "wixsharp.pfx",
Password = "my_password",
Description = "MyProduct",
TimeUrl = new Uri("http://timestamp.verisign.com/scripts/timstamp.dll")
};
Thanks Oleg I will try it
Hi Oleg
I have a pfx code-signing certificate is it possible to sign my produced msi or exe installers in an automatic way perhaps part of the compile?
Regards
Laz