aboutsummaryrefslogtreecommitdiff
path: root/src/wix/WixToolset.Core.WindowsInstaller/MstBackend.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wix/WixToolset.Core.WindowsInstaller/MstBackend.cs')
-rw-r--r--src/wix/WixToolset.Core.WindowsInstaller/MstBackend.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/wix/WixToolset.Core.WindowsInstaller/MstBackend.cs b/src/wix/WixToolset.Core.WindowsInstaller/MstBackend.cs
index a6d86c10..8ce75265 100644
--- a/src/wix/WixToolset.Core.WindowsInstaller/MstBackend.cs
+++ b/src/wix/WixToolset.Core.WindowsInstaller/MstBackend.cs
@@ -30,15 +30,10 @@ namespace WixToolset.Core.WindowsInstaller
30 throw new NotImplementedException(); 30 throw new NotImplementedException();
31 } 31 }
32 32
33 public bool Inscribe(IInscribeContext context)
34 {
35 throw new NotImplementedException();
36 }
37
38 public Intermediate Unbind(IUnbindContext context) 33 public Intermediate Unbind(IUnbindContext context)
39 { 34 {
40 var command = new UnbindMsiOrMsmCommand(context); 35 var command = new UnbindMsiOrMsmCommand(context);
41 return command.Execute(); 36 return command.Execute();
42 } 37 }
43 } 38 }
44} \ No newline at end of file 39}