From bb7c430b8f1559b661281392043b9e6afacd4255 Mon Sep 17 00:00:00 2001 From: Per Allansson Date: Thu, 7 Mar 2013 08:23:36 +0100 Subject: [PATCH] Mention MSI support in docs --- README | 4 ++-- osslsigncode.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index ff6cfc4..44ee94e 100644 --- a/README +++ b/README @@ -22,7 +22,7 @@ tool would fail. And, so, osslsigncode was born. == WHAT CAN IT DO? -It can sign and timestamp EXE or CAB files. It supports the equivalent +It can sign and timestamp EXE, CAB and MSI files. It supports the equivalent of signcode.exe's "-j javasign.dll -jp low", i.e. add a valid signature for a CAB file containing Java files. It supports getting the timestamp through a proxy as well. @@ -56,7 +56,7 @@ from the PEM file by doing: openssl rsa -passin pass:XXXXX -outform der \ -in -out -To sign an EXE file you can now do: +To sign an EXE or MSI file you can now do: osslsigncode -spc -key \ -n "Your Application" -i http://www.yourwebsite.com/ \ diff --git a/osslsigncode.c b/osslsigncode.c index 87cf49a..c6cc2f4 100644 --- a/osslsigncode.c +++ b/osslsigncode.c @@ -1,5 +1,5 @@ /* - OpenSSL based Authenticode signing for PE files and Java CAB's. + OpenSSL based Authenticode signing for PE/MSI/Java CAB files. Copyright (C) 2005-2013 Per Allansson