aboutsummaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-07-14 06:05:28 -0700
committerRob Mensching <rob@firegiant.com>2022-07-14 08:34:24 -0700
commitf46ca6a9dce91607ffc9855270dd6998216e1a8b (patch)
treebf5c200cf8c13caa7a04a8a08880a34d80cf3580 /src/api
parent486459129eed61cb0f4d9ddef51632afd5d9e319 (diff)
downloadwix-f46ca6a9dce91607ffc9855270dd6998216e1a8b.tar.gz
wix-f46ca6a9dce91607ffc9855270dd6998216e1a8b.tar.bz2
wix-f46ca6a9dce91607ffc9855270dd6998216e1a8b.zip
Support remote Payloads
Closes 5601 Closes 6802
Diffstat (limited to 'src/api')
-rw-r--r--src/api/wix/WixToolset.Data/WarningMessages.cs2
1 files changed, 1 insertions, 1 deletions
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
650 650
651 public static Message UxPayloadsOnlySupportEmbedding(SourceLineNumber sourceLineNumbers, string sourceFile) 651 public static Message UxPayloadsOnlySupportEmbedding(SourceLineNumber sourceLineNumbers, string sourceFile)
652 { 652 {
653 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); 653 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);
654 } 654 }
655 655
656 public static Message ValidationFailedDueToSystemPolicy() 656 public static Message ValidationFailedDueToSystemPolicy()