I have an application that builds a self extracting zip file. Is there a way to sign the self extracting zip file in code?
Asked
Active
Viewed 92 times
0
-
2Erm some clues would be most helpful, e.g. what library are you using to build the zip? – Paul Zahra Jun 17 '16 at 14:14
-
5Yes, there is a way – antlersoft Jun 17 '16 at 14:14
-
@PaulZahra, I'm using DotNetZip to generate the exe. Does that matter? I figure there would be some generic way of signing an exe. – Zeus82 Jun 17 '16 at 15:47
-
@Jeeve Have a look at https://msdn.microsoft.com/en-us/library/8s9b9yaz(v=vs.100).aspx – Paul Zahra Jun 20 '16 at 08:13