diff options
Diffstat (limited to 'src/WixToolset.Core/Compiler.cs')
-rw-r--r-- | src/WixToolset.Core/Compiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs index 4b1ef033..406bc46a 100644 --- a/src/WixToolset.Core/Compiler.cs +++ b/src/WixToolset.Core/Compiler.cs | |||
@@ -5803,7 +5803,7 @@ namespace WixToolset.Core | |||
5803 | wixFileRow.File_AssemblyApplication = assemblyApplication; | 5803 | wixFileRow.File_AssemblyApplication = assemblyApplication; |
5804 | wixFileRow.Directory_ = directoryId; | 5804 | wixFileRow.Directory_ = directoryId; |
5805 | wixFileRow.DiskId = (CompilerConstants.IntegerNotSet == diskId) ? 0 : diskId; | 5805 | wixFileRow.DiskId = (CompilerConstants.IntegerNotSet == diskId) ? 0 : diskId; |
5806 | wixFileRow.Source = source; | 5806 | wixFileRow.Source = new IntermediateFieldPathValue { Path = source }; |
5807 | wixFileRow.ProcessorArchitecture = procArch; | 5807 | wixFileRow.ProcessorArchitecture = procArch; |
5808 | wixFileRow.PatchGroup = (CompilerConstants.IntegerNotSet != patchGroup ? patchGroup : -1); | 5808 | wixFileRow.PatchGroup = (CompilerConstants.IntegerNotSet != patchGroup ? patchGroup : -1); |
5809 | wixFileRow.Attributes = (generatedShortFileName ? 0x1 : 0x0); | 5809 | wixFileRow.Attributes = (generatedShortFileName ? 0x1 : 0x0); |