aboutsummaryrefslogtreecommitdiff
path: root/src/api
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-01-10 14:19:16 -0800
committerRob Mensching <rob@firegiant.com>2022-01-10 17:08:43 -0800
commit933d4fc340f989239b77bfef4212f80d0a4a65f2 (patch)
treedd296a9c3f009558526ead34e5cabc0f4c359c86 /src/api
parentee2bb35228e8d3c12ae0e31748075777e10f9d62 (diff)
downloadwix-933d4fc340f989239b77bfef4212f80d0a4a65f2.tar.gz
wix-933d4fc340f989239b77bfef4212f80d0a4a65f2.tar.bz2
wix-933d4fc340f989239b77bfef4212f80d0a4a65f2.zip
Support "inscribing" Burn bundles
Diffstat (limited to 'src/api')
-rw-r--r--src/api/wix/WixToolset.Data/WarningMessages.cs2
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)