aboutsummaryrefslogtreecommitdiff
path: root/src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindTransformCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindTransformCommand.cs')
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindTransformCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindTransformCommand.cs b/src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindTransformCommand.cs
index 5df38db3..5b92fa91 100644
--- a/src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindTransformCommand.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/Unbind/UnbindTransformCommand.cs
@@ -290,7 +290,7 @@ namespace WixToolset.Core.WindowsInstaller.Unbind
290 // this commonly happens when the transform was built 290 // this commonly happens when the transform was built
291 // against a database schema different from the internal 291 // against a database schema different from the internal
292 // table definitions 292 // table definitions
293 throw new WixException(ErrorMessages.TransformSchemaMismatch()); 293 throw new WixException(WindowsInstallerBackendErrors.TransformSchemaMismatch());
294 } 294 }
295 } 295 }
296 296