aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.WixBA/WixBA.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.WixBA/WixBA.cs')
-rw-r--r--src/WixToolset.WixBA/WixBA.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.WixBA/WixBA.cs b/src/WixToolset.WixBA/WixBA.cs
index fb69a346..e0444f06 100644
--- a/src/WixToolset.WixBA/WixBA.cs
+++ b/src/WixToolset.WixBA/WixBA.cs
@@ -1,6 +1,6 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace WixToolset.UX 3namespace WixToolset.WixBA
4{ 4{
5 using System; 5 using System;
6 using System.Collections.Generic; 6 using System.Collections.Generic;
@@ -12,7 +12,7 @@ namespace WixToolset.UX
12 using Threading = System.Windows.Threading; 12 using Threading = System.Windows.Threading;
13 using WinForms = System.Windows.Forms; 13 using WinForms = System.Windows.Forms;
14 14
15 using WixToolset.Bootstrapper; 15 using WixToolset.BootstrapperCore;
16 16
17 /// <summary> 17 /// <summary>
18 /// The WiX toolset user experience. 18 /// The WiX toolset user experience.
@@ -142,7 +142,7 @@ namespace WixToolset.UX
142 } 142 }
143 143
144 /// <summary> 144 /// <summary>
145 /// Thread entry point for WiX Toolset UX. 145 /// Thread entry point for WiX Toolset Bootstrapper Application.
146 /// </summary> 146 /// </summary>
147 protected override void Run() 147 protected override void Run()
148 { 148 {