diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesFromTransforms.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesFromTransforms.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesFromTransforms.cs b/src/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesFromTransforms.cs index ca074631..2ac563ac 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesFromTransforms.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/GetFileFacadesFromTransforms.cs | |||
| @@ -91,7 +91,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 91 | { | 91 | { |
| 92 | // TODO: should this entire condition be placed in the binder file manager? | 92 | // TODO: should this entire condition be placed in the binder file manager? |
| 93 | if (/*(0 == (PatchAttributeType.Ignore & mainWixFileRow.PatchAttributes)) &&*/ | 93 | if (/*(0 == (PatchAttributeType.Ignore & mainWixFileRow.PatchAttributes)) &&*/ |
| 94 | !this.FileSystemManager.CompareFiles(objectField.PreviousData.ToString(), objectField.Data.ToString())) | 94 | !this.FileSystemManager.CompareFiles(objectField.PreviousData, objectField.Data.ToString())) |
| 95 | { | 95 | { |
| 96 | // If the file is different, we need to mark the mainFileRow and pairedFileRow as modified. | 96 | // If the file is different, we need to mark the mainFileRow and pairedFileRow as modified. |
| 97 | mainFileRow.Operation = RowOperation.Modify; | 97 | mainFileRow.Operation = RowOperation.Modify; |
