diff options
Diffstat (limited to 'src/WixToolset.Data/ErrorMessages.cs')
| -rw-r--r-- | src/WixToolset.Data/ErrorMessages.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Data/ErrorMessages.cs b/src/WixToolset.Data/ErrorMessages.cs index 38f3b45d..e36cc55c 100644 --- a/src/WixToolset.Data/ErrorMessages.cs +++ b/src/WixToolset.Data/ErrorMessages.cs | |||
| @@ -212,7 +212,7 @@ namespace WixToolset.Data | |||
| 212 | { | 212 | { |
| 213 | return Message(null, Ids.CouldNotDetermineProductCodeFromTransformSummaryInfo, "Could not determine ProductCode from transform summary information."); | 213 | return Message(null, Ids.CouldNotDetermineProductCodeFromTransformSummaryInfo, "Could not determine ProductCode from transform summary information."); |
| 214 | } | 214 | } |
| 215 | 215 | ||
| 216 | public static Message CreateCabAddFileFailed() | 216 | public static Message CreateCabAddFileFailed() |
| 217 | { | 217 | { |
| 218 | return Message(null, Ids.CreateCabAddFileFailed, "An error (E_FAIL) was returned while adding files to a CAB file. This most commonly happens when creating a CAB file 2 GB or larger. Either reduce the size of your installation package, raise Media/@CompressionLevel to a higher compression level, or split your installation package's files into more than one CAB file."); | 218 | return Message(null, Ids.CreateCabAddFileFailed, "An error (E_FAIL) was returned while adding files to a CAB file. This most commonly happens when creating a CAB file 2 GB or larger. Either reduce the size of your installation package, raise Media/@CompressionLevel to a higher compression level, or split your installation package's files into more than one CAB file."); |
| @@ -1486,7 +1486,7 @@ namespace WixToolset.Data | |||
| 1486 | 1486 | ||
| 1487 | public static Message MissingBundleSearch(SourceLineNumber sourceLineNumbers, string searchId) | 1487 | public static Message MissingBundleSearch(SourceLineNumber sourceLineNumbers, string searchId) |
| 1488 | { | 1488 | { |
| 1489 | return Message(sourceLineNumbers, Ids.MissingBundleSearch, "Bundle Search with id '{0}' has no corresponding implementation tuple.", searchId); | 1489 | return Message(sourceLineNumbers, Ids.MissingBundleSearch, "Bundle Search with id '{0}' has no corresponding implementation symbol.", searchId); |
| 1490 | } | 1490 | } |
| 1491 | 1491 | ||
| 1492 | public static Message MissingDependencyVersion(string packageId) | 1492 | public static Message MissingDependencyVersion(string packageId) |
| @@ -1981,7 +1981,7 @@ namespace WixToolset.Data | |||
| 1981 | 1981 | ||
| 1982 | public static Message UnableToConvertFieldToNumber(string value) | 1982 | public static Message UnableToConvertFieldToNumber(string value) |
| 1983 | { | 1983 | { |
| 1984 | return Message(null, Ids.UnableToConvertFieldToNumber, "Unable to convert intermediate tuple field value '{0}' to a number. This means the intermediate is corrupt or of an unsupported version.", value); | 1984 | return Message(null, Ids.UnableToConvertFieldToNumber, "Unable to convert intermediate symbol field value '{0}' to a number. This means the intermediate is corrupt or of an unsupported version.", value); |
| 1985 | } | 1985 | } |
| 1986 | 1986 | ||
| 1987 | public static Message UnableToOpenModule(SourceLineNumber sourceLineNumbers, string modulePath, string message) | 1987 | public static Message UnableToOpenModule(SourceLineNumber sourceLineNumbers, string modulePath, string message) |
