aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WindowsInstaller/WindowsInstallerData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/WindowsInstallerData.cs')
-rw-r--r--src/WixToolset.Data/WindowsInstaller/WindowsInstallerData.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/WindowsInstallerData.cs b/src/WixToolset.Data/WindowsInstaller/WindowsInstallerData.cs
index cc16bca5..8d69cd08 100644
--- a/src/WixToolset.Data/WindowsInstaller/WindowsInstallerData.cs
+++ b/src/WixToolset.Data/WindowsInstaller/WindowsInstallerData.cs
@@ -70,7 +70,6 @@ namespace WixToolset.Data.WindowsInstaller
70 /// Ensure this output contains a particular table. 70 /// Ensure this output contains a particular table.
71 /// </summary> 71 /// </summary>
72 /// <param name="tableDefinition">Definition of the table that should exist.</param> 72 /// <param name="tableDefinition">Definition of the table that should exist.</param>
73 /// <param name="section">Optional section to use for the table. If one is not provided, the entry section will be used.</param>
74 /// <returns>The table in this output.</returns> 73 /// <returns>The table in this output.</returns>
75 public Table EnsureTable(TableDefinition tableDefinition) 74 public Table EnsureTable(TableDefinition tableDefinition)
76 { 75 {
@@ -98,7 +97,7 @@ namespace WixToolset.Data.WindowsInstaller
98 /// <summary> 97 /// <summary>
99 /// Saves an output to an <c>XmlWriter</c>. 98 /// Saves an output to an <c>XmlWriter</c>.
100 /// </summary> 99 /// </summary>
101 /// <param name="wixout">XmlWriter to save to.</param> 100 /// <param name="writer">XmlWriter to save to.</param>
102 public void Save(XmlWriter writer) 101 public void Save(XmlWriter writer)
103 { 102 {
104 writer.WriteStartDocument(); 103 writer.WriteStartDocument();