diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs | 3 |
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 | } |
