diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-25 00:23:42 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-25 00:25:53 -0700 |
| commit | 6c1ae2593faab59e1a01c96794e0835a6fcd0626 (patch) | |
| tree | c15fcb9a1f1c5bec846ba61f1f3dcd9a152bf701 /src/WixToolset.Data/WindowsInstaller/Row.cs | |
| parent | 0078364515ba1f7570f43d47e43bd359918cafd0 (diff) | |
| download | wix-6c1ae2593faab59e1a01c96794e0835a6fcd0626.tar.gz wix-6c1ae2593faab59e1a01c96794e0835a6fcd0626.tar.bz2 wix-6c1ae2593faab59e1a01c96794e0835a6fcd0626.zip | |
Implement WixOutput with support for multiple streams of data
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/Row.cs')
| -rw-r--r-- | src/WixToolset.Data/WindowsInstaller/Row.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/Row.cs b/src/WixToolset.Data/WindowsInstaller/Row.cs index af1af628..a267f04b 100644 --- a/src/WixToolset.Data/WindowsInstaller/Row.cs +++ b/src/WixToolset.Data/WindowsInstaller/Row.cs | |||
| @@ -354,7 +354,7 @@ namespace WixToolset.Data.WindowsInstaller | |||
| 354 | /// <param name="writer">XmlWriter where the Row should persist itself as XML.</param> | 354 | /// <param name="writer">XmlWriter where the Row should persist itself as XML.</param> |
| 355 | internal void Write(XmlWriter writer) | 355 | internal void Write(XmlWriter writer) |
| 356 | { | 356 | { |
| 357 | writer.WriteStartElement("row", Intermediate.XmlNamespaceUri); | 357 | writer.WriteStartElement("row", Output.XmlNamespaceUri); |
| 358 | 358 | ||
| 359 | if (RowOperation.None != this.Operation) | 359 | if (RowOperation.None != this.Operation) |
| 360 | { | 360 | { |
