aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Patch.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/Patch.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/Patch.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Patch.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Patch.cs b/src/WixToolset.Core.WindowsInstaller/Patch.cs
index 67150e32..f4dac6e6 100644
--- a/src/WixToolset.Core.WindowsInstaller/Patch.cs
+++ b/src/WixToolset.Core.WindowsInstaller/Patch.cs
@@ -53,6 +53,7 @@ namespace WixToolset.Data
53 [SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", MessageId = "System.InvalidOperationException.#ctor(System.String)")] 53 [SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", MessageId = "System.InvalidOperationException.#ctor(System.String)")]
54 public void AttachTransforms(List<PatchTransform> transforms) 54 public void AttachTransforms(List<PatchTransform> transforms)
55 { 55 {
56#if REVISIT_FOR_PATCHING
56 // Track if at least one transform gets attached. 57 // Track if at least one transform gets attached.
57 bool attachedTransform = false; 58 bool attachedTransform = false;
58 59
@@ -1231,6 +1232,8 @@ namespace WixToolset.Data
1231 } 1232 }
1232 1233
1233 return pairedTransform; 1234 return pairedTransform;
1235#endif
1236 throw new NotImplementedException();
1234 } 1237 }
1235 1238
1236 /// <summary> 1239 /// <summary>