Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-12-26 | Remove dead code | Rob Mensching | 3 | -667/+0 | |
2018-12-26 | Remove lingering uses of .resx from WixToolset.Core | Rob Mensching | 9 | -197/+23 | |
2018-12-26 | Add missing InstallInitialize in AdvtExecuteSequence | Rob Mensching | 1 | -1/+2 | |
2018-12-26 | Populate MsiAssemblyName table | Rob Mensching | 7 | -360/+325 | |
Fixes wixtoolset/issues#5865 | |||||
2018-12-22 | Fix the dependencies of the WixToolset.Core.TestPackage.nupkg | Rob Mensching | 2 | -0/+13 | |
2018-12-22 | Update to latest Home\repo-template | Rob Mensching | 9 | -41/+125 | |
2018-12-17 | Clean and create export directory early. | Bob Arnson | 2 | -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-13 | Correctly set paths for files extracted from .msms during decompilation. | Bob Arnson | 1 | -1/+1 | |
2018-12-12 | Remove context from generated DefaultIcon registry row. (#16) | Sean Hall | 1 | -1/+1 | |
Fixes wixtoolset/issues#2461. | |||||
2018-12-12 | ole.dll should be ole2.dll. | Sean Hall | 1 | -2/+2 | |
Fixes wixtoolset/issues#2459. | |||||
2018-12-07 | Optionally use IDecompileContext.CabinetExtractFolder to extract cabs. | Bob Arnson | 2 | -1/+3 | |
2018-12-07 | Let caller specify directory for files extracted by ExtractCabinetsCommand. | Bob Arnson | 2 | -9/+9 | |
2018-12-05 | Return object fields exported from unbinding in the decompile results. | Bob Arnson | 2 | -1/+13 | |
2018-12-05 | Extract files when using `IDecompileContext.TreatProductAsModule`. | Bob Arnson | 2 | -3/+6 | |
2018-11-19 | Explicitly mark bitness of entities that support 64-bit attribute. | Bob Arnson | 7 | -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-03 | Try to optimize AppVeyor behavior | Rob Mensching | 1 | -0/+1 | |
2018-11-03 | Update to DecompileResult move to XDocument | Rob Mensching | 2 | -10/+7 | |
Fixes wixtoolset/issues#5896 | |||||
2018-10-24 | Re-introduce "decompile" to backend | Rob Mensching | 18 | -2862/+3095 | |
2018-10-24 | Update to fixed "binder" names in interfaces | Rob Mensching | 8 | -11/+11 | |
2018-10-24 | Support passing IServiceProvider to IExtensionFactory's | Rob Mensching | 2 | -7/+35 | |
2018-10-24 | Update to command-line parsing re-organization | Rob Mensching | 11 | -715/+824 | |
2018-10-24 | Minor code clean up to match .editorconfig | Rob Mensching | 8 | -8259/+8193 | |