aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Core/IBootstrapperCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Mba.Core/IBootstrapperCommand.cs')
-rw-r--r--src/WixToolset.Mba.Core/IBootstrapperCommand.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/WixToolset.Mba.Core/IBootstrapperCommand.cs b/src/WixToolset.Mba.Core/IBootstrapperCommand.cs
index 675abdf9..889db529 100644
--- a/src/WixToolset.Mba.Core/IBootstrapperCommand.cs
+++ b/src/WixToolset.Mba.Core/IBootstrapperCommand.cs
@@ -59,5 +59,15 @@ namespace WixToolset.Mba.Core
59 /// Gets layout directory. 59 /// Gets layout directory.
60 /// </summary> 60 /// </summary>
61 string LayoutDirectory { get; } 61 string LayoutDirectory { get; }
62
63 /// <summary>
64 /// Gets bootstrapper working folder.
65 /// </summary>
66 string BootstrapperWorkingFolder { get; }
67
68 /// <summary>
69 /// Gets path to BootstrapperApplicationData.xml.
70 /// </summary>
71 string BootstrapperApplicationDataPath { get; }
62 } 72 }
63} 73}