From f46ca6a9dce91607ffc9855270dd6998216e1a8b Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 14 Jul 2022 06:05:28 -0700 Subject: Support remote Payloads Closes 5601 Closes 6802 --- src/api/wix/WixToolset.Data/WarningMessages.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api') diff --git a/src/api/wix/WixToolset.Data/WarningMessages.cs b/src/api/wix/WixToolset.Data/WarningMessages.cs index 5d3f06f8..d39ead3d 100644 --- a/src/api/wix/WixToolset.Data/WarningMessages.cs +++ b/src/api/wix/WixToolset.Data/WarningMessages.cs @@ -650,7 +650,7 @@ namespace WixToolset.Data public static Message UxPayloadsOnlySupportEmbedding(SourceLineNumber sourceLineNumbers, string sourceFile) { - return Message(sourceLineNumbers, Ids.UxPayloadsOnlySupportEmbedding, "A bootstrapper application payload ('{0}') was marked for something other than embedded packaging, possibly because it included a @DownloadUrl attribute. At present, bootstrapper application payloads must be embedded in the bundle, so the requested packaging is being ignored.", sourceFile); + return Message(sourceLineNumbers, Ids.UxPayloadsOnlySupportEmbedding, "A bootstrapper application or bundle extension payload ('{0}') was marked for something other than embedded packaging, possibly because it included a @DownloadUrl attribute. Bootstrapper application and bundle extension payloads must be embedded in the bundle, so the requested packaging is being ignored and the file is being embedded anyway.", sourceFile); } public static Message ValidationFailedDueToSystemPolicy() -- cgit v1.2.3-55-g6feb