aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-11-01 10:59:45 -0700
committerRob Mensching <rob@firegiant.com>2017-11-01 10:59:45 -0700
commit2bb37beda887d120a0ddabf874ad25357101faa1 (patch)
treec35e97b03274b86cfc9ff7fd2caeee211165a140 /src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs
parentdf7413aeed3aea3425dff20ae0c8b1be3a3ab525 (diff)
downloadwix-2bb37beda887d120a0ddabf874ad25357101faa1.tar.gz
wix-2bb37beda887d120a0ddabf874ad25357101faa1.tar.bz2
wix-2bb37beda887d120a0ddabf874ad25357101faa1.zip
Update to WiX Intermediate Representation
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs
index 767671b8..42a69310 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs
+++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs
@@ -23,6 +23,7 @@ namespace WixToolset.Core.WindowsInstaller.Databases
23 23
24 public void Execute() 24 public void Execute()
25 { 25 {
26#if REVISIT_FOR_PATCHING
26 bool optimizePatchSizeForLargeFiles = false; 27 bool optimizePatchSizeForLargeFiles = false;
27 PatchSymbolFlagsType apiPatchingSymbolFlags = 0; 28 PatchSymbolFlagsType apiPatchingSymbolFlags = 0;
28 29
@@ -82,6 +83,8 @@ namespace WixToolset.Core.WindowsInstaller.Databases
82 } 83 }
83 } 84 }
84 } 85 }
86#endif
87 throw new NotImplementedException();
85 } 88 }
86 } 89 }
87} 90}