diff options
author | Bob Arnson <bob@firegiant.com> | 2018-12-07 20:51:51 -0500 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2018-12-07 21:01:33 -0500 |
commit | 6823fa23d6fe2115135e7318aef6e285b3faaf45 (patch) | |
tree | 424f0ba814743c9a3278d321c17d151d5e4a5176 /src/WixToolset.Core | |
parent | 77e611874a3d3d45e51a46e75674c44d418670cb (diff) | |
download | wix-6823fa23d6fe2115135e7318aef6e285b3faaf45.tar.gz wix-6823fa23d6fe2115135e7318aef6e285b3faaf45.tar.bz2 wix-6823fa23d6fe2115135e7318aef6e285b3faaf45.zip |
Optionally use IDecompileContext.CabinetExtractFolder to extract cabs.
Diffstat (limited to 'src/WixToolset.Core')
-rw-r--r-- | src/WixToolset.Core/DecompileContext.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core/DecompileContext.cs b/src/WixToolset.Core/DecompileContext.cs index b697c3cf..c6902117 100644 --- a/src/WixToolset.Core/DecompileContext.cs +++ b/src/WixToolset.Core/DecompileContext.cs | |||
@@ -25,6 +25,8 @@ namespace WixToolset.Core | |||
25 | 25 | ||
26 | public string ExtractFolder { get; set; } | 26 | public string ExtractFolder { get; set; } |
27 | 27 | ||
28 | public string CabinetExtractFolder { get; set; } | ||
29 | |||
28 | public string BaseSourcePath { get; set; } | 30 | public string BaseSourcePath { get; set; } |
29 | 31 | ||
30 | public string IntermediateFolder { get; set; } | 32 | public string IntermediateFolder { get; set; } |