diff options
author | Rob Mensching <rob@firegiant.com> | 2020-01-24 15:27:20 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-02-05 16:15:47 -0800 |
commit | 6ff680e386b1543ad1a58d1b1d465ce8aa20bc7d (patch) | |
tree | c717333cd10d5592e59dfb898b391275bba1f389 /src/WixToolset.Core/Compiler_Patch.cs | |
parent | 6e2e67ab55c75f4655397588c0dcc64f50d22f92 (diff) | |
download | wix-6ff680e386b1543ad1a58d1b1d465ce8aa20bc7d.tar.gz wix-6ff680e386b1543ad1a58d1b1d465ce8aa20bc7d.tar.bz2 wix-6ff680e386b1543ad1a58d1b1d465ce8aa20bc7d.zip |
Start on new patch infrastructure
Diffstat (limited to 'src/WixToolset.Core/Compiler_Patch.cs')
-rw-r--r-- | src/WixToolset.Core/Compiler_Patch.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WixToolset.Core/Compiler_Patch.cs b/src/WixToolset.Core/Compiler_Patch.cs index 42951543..f8d05132 100644 --- a/src/WixToolset.Core/Compiler_Patch.cs +++ b/src/WixToolset.Core/Compiler_Patch.cs | |||
@@ -197,9 +197,8 @@ namespace WixToolset.Core | |||
197 | 197 | ||
198 | if (!this.Core.EncounteredError) | 198 | if (!this.Core.EncounteredError) |
199 | { | 199 | { |
200 | var tuple = new WixPatchIdTuple(sourceLineNumbers) | 200 | var tuple = new WixPatchIdTuple(sourceLineNumbers, new Identifier(AccessModifier.Public, patchId)) |
201 | { | 201 | { |
202 | ProductCode = patchId, | ||
203 | ClientPatchId = clientPatchId, | 202 | ClientPatchId = clientPatchId, |
204 | OptimizePatchSizeForLargeFiles = optimizePatchSizeForLargeFiles, | 203 | OptimizePatchSizeForLargeFiles = optimizePatchSizeForLargeFiles, |
205 | ApiPatchingSymbolFlags = apiPatchingSymbolFlags | 204 | ApiPatchingSymbolFlags = apiPatchingSymbolFlags |