From af580a57af0b23bcb84663ff62309632a9ab2ebd Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 28 Aug 2019 09:32:26 +0200 Subject: [PATCH] Stop timestamping test-signed binaries WDK doesn't timestamp test-signed drivers. Neither should we. Signed-off-by: Simon Rozman --- installer/installer.vcxproj | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/installer/installer.vcxproj b/installer/installer.vcxproj index d334ca6..b40bd90 100644 --- a/installer/installer.vcxproj +++ b/installer/installer.vcxproj @@ -190,15 +190,16 @@ - $(TestCertificate) - $(ProductionCertificate) - $(BuildDependsOn);SignTarget - $(MSMDependsOn);WixCompile;WixLink - $(MSMDependsOn);WixSign + $(BuildDependsOn);TestSignTarget;ProductionSignTarget + $(MSMDependsOn);WixCompile;WixLink;WixTestSign;WixProductionSign CleanSignTarget;WixClean;$(CleanDependsOn) - - + + + + + + @@ -218,8 +219,12 @@ - - + + + + + +