diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/MsmBackend.cs')
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/MsmBackend.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/MsmBackend.cs b/src/WixToolset.Core.WindowsInstaller/MsmBackend.cs index 69d7ada0..e39eb883 100644 --- a/src/WixToolset.Core.WindowsInstaller/MsmBackend.cs +++ b/src/WixToolset.Core.WindowsInstaller/MsmBackend.cs | |||
@@ -26,7 +26,7 @@ namespace WixToolset.Core.WindowsInstaller | |||
26 | return false; | 26 | return false; |
27 | } | 27 | } |
28 | 28 | ||
29 | public Output Unbind(IUnbindContext context) | 29 | public Intermediate Unbind(IUnbindContext context) |
30 | { | 30 | { |
31 | var command = new UnbindMsiOrMsmCommand(context); | 31 | var command = new UnbindMsiOrMsmCommand(context); |
32 | return command.Execute(); | 32 | return command.Execute(); |