@joebigelow / wix-1 / commits / 25ccd23e

Let caller specify directory for files extracted by decompiler.

Bob Arnson committed Dec 7, 2018 at 20:47 UTC 25ccd23ebc269a223470f4c12b786271235d5f23
1 file changed +2
src/WixToolset.Extensibility/Data/IDecompileContext.cs
+2
@@ -18,6 +18,8 @@ namespace WixToolset.Extensibility.Data
18
19 string ExtractFolder { get; set; }
20
21 + string CabinetExtractFolder { get; set; }
22 +
23 /// <summary>
24 /// Optional gets or sets the base path for the File/@Source.
25 /// </summary>