From fa0ca50300e55a730d1df33347559620edec99f3 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 31 Jan 2021 19:20:54 -0500 Subject: Remove Burn Authenticode. Fixes https://github.com/wixtoolset/issues/issues/6301. --- src/WixToolset.Data/ErrorMessages.cs | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/WixToolset.Data/ErrorMessages.cs') diff --git a/src/WixToolset.Data/ErrorMessages.cs b/src/WixToolset.Data/ErrorMessages.cs index b2a32961..c69a675a 100644 --- a/src/WixToolset.Data/ErrorMessages.cs +++ b/src/WixToolset.Data/ErrorMessages.cs @@ -158,16 +158,6 @@ namespace WixToolset.Data return Message(sourceLineNumbers, Ids.CannotReundefineVariable, "The variable '{0}' cannot be undefined because its already undefined.", variableName); } - public static Message CatalogFileHashFailed(string fileName, int errorCode) - { - return Message(null, Ids.CatalogFileHashFailed, "Could not get hash of file '{0}'. Error: {2}.", fileName, errorCode); - } - - public static Message CatalogVerificationFailed(string fileName) - { - return Message(null, Ids.CatalogVerificationFailed, "File '{0}' could not be verified with a catalog file.", fileName); - } - public static Message CheckBoxValueOnlyValidWithCheckBox(SourceLineNumber sourceLineNumbers, string elementName, string controlType) { return Message(sourceLineNumbers, Ids.CheckBoxValueOnlyValidWithCheckBox, "A {0} element was specified with Type='{1}' and a CheckBoxValue. Check box values can only be specified with Type='CheckBox'.", elementName, controlType); @@ -2656,8 +2646,6 @@ namespace WixToolset.Data MediaTableCollision = 357, InvalidCabinetTemplate = 358, MaximumUncompressedMediaSizeTooLarge = 359, - CatalogVerificationFailed = 360, - CatalogFileHashFailed = 361, ReservedNamespaceViolation = 362, PerUserButAllUsersEquals1 = 363, UnsupportedAllUsersValue = 364, -- cgit v1.2.3-55-g6feb