aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Decompile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean and create export directory early.Bob Arnson2018-12-171-0/+6
| | | | | | ...to support extracting cabinets to the root of the export directory rather than requiring files in cabinets to be extracted to their own directory.
* Correctly set paths for files extracted from .msms during decompilation.Bob Arnson2018-12-131-1/+1
|
* Optionally use IDecompileContext.CabinetExtractFolder to extract cabs.Bob Arnson2018-12-071-1/+1
|
* Let caller specify directory for files extracted by ExtractCabinetsCommand.Bob Arnson2018-12-071-2/+4
|
* Return object fields exported from unbinding in the decompile results.Bob Arnson2018-12-051-1/+4
|
* Extract files when using `IDecompileContext.TreatProductAsModule`.Bob Arnson2018-12-051-1/+1
|
* Explicitly mark bitness of entities that support 64-bit attribute.Bob Arnson2018-11-191-0/+13
| | | | This ensures that you can build a 64-bit package with 32-bit entities and not lose the "forced" 32-bit-ness in the decompiled output.
* Update to DecompileResult move to XDocumentRob Mensching2018-11-031-5/+1
| | | | Fixes wixtoolset/issues#5896
* Re-introduce "decompile" to backendRob Mensching2018-10-243-0/+9414