diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-09-19 21:15:28 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-09-19 21:18:02 -0400 |
| commit | ff976bcda3a0fb9632e353800025a7d87f31ee16 (patch) | |
| tree | c953f66ffd9c045b2c43aff846756ac5f13575e8 /src/WixToolset.Data/ErrorMessages.cs | |
| parent | b2675d4bb998fe580342aabab086955b647dbe97 (diff) | |
| download | wix-ff976bcda3a0fb9632e353800025a7d87f31ee16.tar.gz wix-ff976bcda3a0fb9632e353800025a7d87f31ee16.tar.bz2 wix-ff976bcda3a0fb9632e353800025a7d87f31ee16.zip | |
Remove 32-bit ARM support.
Diffstat (limited to 'src/WixToolset.Data/ErrorMessages.cs')
| -rw-r--r-- | src/WixToolset.Data/ErrorMessages.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/WixToolset.Data/ErrorMessages.cs b/src/WixToolset.Data/ErrorMessages.cs index e36cc55c..32757deb 100644 --- a/src/WixToolset.Data/ErrorMessages.cs +++ b/src/WixToolset.Data/ErrorMessages.cs | |||
| @@ -1324,14 +1324,9 @@ namespace WixToolset.Data | |||
| 1324 | return Message(sourceLineNumbers, Ids.InvalidModuleOrBundleVersion, "Invalid {0}/@Version '{1}'. {0} version has a max value of \"65535.65535.65535.65535\" and must be all numeric.", moduleOrBundle, version); | 1324 | return Message(sourceLineNumbers, Ids.InvalidModuleOrBundleVersion, "Invalid {0}/@Version '{1}'. {0} version has a max value of \"65535.65535.65535.65535\" and must be all numeric.", moduleOrBundle, version); |
| 1325 | } | 1325 | } |
| 1326 | 1326 | ||
| 1327 | public static Message InvalidPlatformParameter(string name, string value) | ||
| 1328 | { | ||
| 1329 | return Message(null, Ids.InvalidPlatformParameter, "The parameter '{0}' is missing or has an invalid value {1}. Possible values are x86, x64, or ia64.", name, value); | ||
| 1330 | } | ||
| 1331 | |||
| 1332 | public static Message InvalidPlatformValue(SourceLineNumber sourceLineNumbers, string value) | 1327 | public static Message InvalidPlatformValue(SourceLineNumber sourceLineNumbers, string value) |
| 1333 | { | 1328 | { |
| 1334 | return Message(sourceLineNumbers, Ids.InvalidPlatformValue, "The Platform attribute has an invalid value {0}. Possible values are x86, x64, or ia64.", value); | 1329 | return Message(sourceLineNumbers, Ids.InvalidPlatformValue, "The Platform attribute has an invalid value {0}. Possible values are x86, x64, or arm64.", value); |
| 1335 | } | 1330 | } |
| 1336 | 1331 | ||
| 1337 | public static Message InvalidPreprocessorFunction(SourceLineNumber sourceLineNumbers, string variable) | 1332 | public static Message InvalidPreprocessorFunction(SourceLineNumber sourceLineNumbers, string variable) |
