diff options
author | Bob Arnson <bob@firegiant.com> | 2021-03-21 19:31:28 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2021-03-21 19:33:31 -0400 |
commit | 828e1415ca07c694d4890a58595d0d1bac8c7f92 (patch) | |
tree | b2ffff14654a26d7d0d856bdc8d775cc457f6fb1 /src | |
parent | 958d089f2a09b01c497d0bec8014bdfcea6313c3 (diff) | |
download | wix-828e1415ca07c694d4890a58595d0d1bac8c7f92.tar.gz wix-828e1415ca07c694d4890a58595d0d1bac8c7f92.tar.bz2 wix-828e1415ca07c694d4890a58595d0d1bac8c7f92.zip |
UX is so 2012
Diffstat (limited to 'src')
-rw-r--r-- | src/WixToolset.Data/WarningMessages.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/WarningMessages.cs b/src/WixToolset.Data/WarningMessages.cs index db3b35e3..681f2c21 100644 --- a/src/WixToolset.Data/WarningMessages.cs +++ b/src/WixToolset.Data/WarningMessages.cs | |||
@@ -655,7 +655,7 @@ namespace WixToolset.Data | |||
655 | 655 | ||
656 | public static Message UxPayloadsOnlySupportEmbedding(SourceLineNumber sourceLineNumbers, string sourceFile) | 656 | public static Message UxPayloadsOnlySupportEmbedding(SourceLineNumber sourceLineNumbers, string sourceFile) |
657 | { | 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 | } | 659 | } |
660 | 660 | ||
661 | public static Message ValidationFailedDueToSystemPolicy() | 661 | public static Message ValidationFailedDueToSystemPolicy() |