aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-22Fix the dependencies of the WixToolset.Core.TestPackage.nupkgRob Mensching2-0/+13
2018-12-22Update to latest Home\repo-templateRob Mensching9-41/+125
2018-12-17Clean and create export directory early.Bob Arnson2-6/+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.
2018-12-13Correctly set paths for files extracted from .msms during decompilation.Bob Arnson1-1/+1
2018-12-12Remove context from generated DefaultIcon registry row. (#16)Sean Hall1-1/+1
Fixes wixtoolset/issues#2461.
2018-12-12ole.dll should be ole2.dll.Sean Hall1-2/+2
Fixes wixtoolset/issues#2459.
2018-12-07Optionally use IDecompileContext.CabinetExtractFolder to extract cabs.Bob Arnson2-1/+3
2018-12-07Let caller specify directory for files extracted by ExtractCabinetsCommand.Bob Arnson2-9/+9
2018-12-05Return object fields exported from unbinding in the decompile results.Bob Arnson2-1/+13
2018-12-05Extract files when using `IDecompileContext.TreatProductAsModule`.Bob Arnson2-3/+6
2018-11-19Explicitly mark bitness of entities that support 64-bit attribute.Bob Arnson7-1/+66
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.
2018-11-03Try to optimize AppVeyor behaviorRob Mensching1-0/+1
2018-11-03Update to DecompileResult move to XDocumentRob Mensching2-10/+7
Fixes wixtoolset/issues#5896
2018-10-24Re-introduce "decompile" to backendRob Mensching18-2862/+3095
2018-10-24Update to fixed "binder" names in interfacesRob Mensching8-11/+11
2018-10-24Support passing IServiceProvider to IExtensionFactory'sRob Mensching2-7/+35
2018-10-24Update to command-line parsing re-organizationRob Mensching11-715/+824
2018-10-24Minor code clean up to match .editorconfigRob Mensching8-8259/+8193