diff options
author | Bob Arnson <bob@firegiant.com> | 2018-12-07 20:49:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-07 20:49:21 -0500 |
commit | 9291e20f6c0af3adea95b264416bacb8a6160c6a (patch) | |
tree | ccfd7bfff8621d62b29f508506db487ca19ac42c | |
parent | 342fd42e7c6009e5d50a8a0a436d4ee4319ed3be (diff) | |
parent | 25ccd23ebc269a223470f4c12b786271235d5f23 (diff) | |
download | wix-9291e20f6c0af3adea95b264416bacb8a6160c6a.tar.gz wix-9291e20f6c0af3adea95b264416bacb8a6160c6a.tar.bz2 wix-9291e20f6c0af3adea95b264416bacb8a6160c6a.zip |
Merge pull request #3 from wixtoolset/bob/LessHardcodedExtractCabinetsCommand
Let caller specify directory for files extracted by decompiler.
-rw-r--r-- | src/WixToolset.Extensibility/Data/IDecompileContext.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Extensibility/Data/IDecompileContext.cs b/src/WixToolset.Extensibility/Data/IDecompileContext.cs index fb846878..f61fd84a 100644 --- a/src/WixToolset.Extensibility/Data/IDecompileContext.cs +++ b/src/WixToolset.Extensibility/Data/IDecompileContext.cs | |||
@@ -18,6 +18,8 @@ namespace WixToolset.Extensibility.Data | |||
18 | 18 | ||
19 | string ExtractFolder { get; set; } | 19 | string ExtractFolder { get; set; } |
20 | 20 | ||
21 | string CabinetExtractFolder { get; set; } | ||
22 | |||
21 | /// <summary> | 23 | /// <summary> |
22 | /// Optional gets or sets the base path for the File/@Source. | 24 | /// Optional gets or sets the base path for the File/@Source. |
23 | /// </summary> | 25 | /// </summary> |