diff options
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/wix/WixToolset.Data/WarningMessages.cs | 2 |
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 a592fe48..b749bcf4 100644 --- a/src/api/wix/WixToolset.Data/WarningMessages.cs +++ b/src/api/wix/WixToolset.Data/WarningMessages.cs | |||
@@ -279,7 +279,7 @@ namespace WixToolset.Data | |||
279 | 279 | ||
280 | public static Message ExternalCabsAreNotSigned(string databaseFile) | 280 | public static Message ExternalCabsAreNotSigned(string databaseFile) |
281 | { | 281 | { |
282 | return Message(null, Ids.ExternalCabsAreNotSigned, "The installer database '{0}' has external cabs, but at least one of them is not signed. Please ensure that all external cabs are signed, if you mean to sign them. If you don't mean to sign them, there is no need to run the insignia tool as part of your build.", databaseFile); | 282 | return Message(null, Ids.ExternalCabsAreNotSigned, "The installer database '{0}' has external cabs, but at least one of them is not signed. Please ensure that all external cabs are signed, if you mean to sign them. If you don't mean to sign them, there is no need to inscribe the MSI as part of your build.", databaseFile); |
283 | } | 283 | } |
284 | 284 | ||
285 | public static Message FailedToDeleteTempDir(string directory) | 285 | public static Message FailedToDeleteTempDir(string directory) |