aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/MstBackend.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/MstBackend.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/MstBackend.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/MstBackend.cs b/src/WixToolset.Core.WindowsInstaller/MstBackend.cs
index b64f417a..a6d86c10 100644
--- a/src/WixToolset.Core.WindowsInstaller/MstBackend.cs
+++ b/src/WixToolset.Core.WindowsInstaller/MstBackend.cs
@@ -12,7 +12,7 @@ namespace WixToolset.Core.WindowsInstaller
12 { 12 {
13 public IBindResult Bind(IBindContext context) 13 public IBindResult Bind(IBindContext context)
14 { 14 {
15#if REVISIT_FOR_PATCHING 15#if TODO_PATCHING
16 var command = new BindTransformCommand(); 16 var command = new BindTransformCommand();
17 command.Extensions = context.Extensions; 17 command.Extensions = context.Extensions;
18 command.TempFilesLocation = context.IntermediateFolder; 18 command.TempFilesLocation = context.IntermediateFolder;