@joebigelow / wix / commits / 828e1415

UX is so 2012

Bob Arnson committed Mar 21, 2021 at 19:31 UTC 828e1415ca07c694d4890a58595d0d1bac8c7f92
1 file changed +1 -1
src/WixToolset.Data/WarningMessages.cs
+1 -1
@@ -655,7 +655,7 @@ namespace WixToolset.Data
655
656 public static Message UxPayloadsOnlySupportEmbedding(SourceLineNumber sourceLineNumbers, string sourceFile)
657 {
658 - return Message(sourceLineNumbers, Ids.UxPayloadsOnlySupportEmbedding, "A UX Payload ('{0}') was marked for something other than embedded packaging, possibly because it included a @DownloadUrl attribute. At present, UX Payloads must be embedded in the Bundle, so the requested packaging is being ignored.", sourceFile);
658 + 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);
659 }
660
661 public static Message ValidationFailedDueToSystemPolicy()