aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Decompile/Decompiler.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix decompilation of directories as children TARGETDIR.Bob Arnson2021-04-121-3/+13
* Introduce StandardDirectory for referencing standard directoriesRob Mensching2021-04-061-30/+40
* Minimize public surface area of CoreRob Mensching2021-03-141-32/+33
* Support the new names for AccessModifiersRob Mensching2021-03-021-2/+2
* Replace Win64 attribute with Bitness attributeRob Mensching2021-02-111-6/+6
* Enable XML doc.Sean Hall2020-12-181-9/+12
* Fix merge module decompilation timing.Bob Arnson2020-12-121-7/+8
* Decompiling null GUID should set `Guid=""` to match.Bob Arnson2020-12-081-1/+1
* Reorganize Product/Package to Package/SummaryInformation.Bob Arnson2020-10-241-46/+53
* Add the decompiled package's platform to the DecompileResult.Bob Arnson2020-10-081-24/+31
* Remove 32-bit ARM support.Bob Arnson2020-09-191-6/+0
* Replace BinaryKey with BinaryRef and FileKey with FileRef.Bob Arnson2020-09-061-2/+2
* A couple of minor decompiler fixes.Bob Arnson2020-08-261-2/+2
* Fixed custom action null column decompilation.Bob Arnson2020-08-241-1/+1
* Update decompiler to use XDocument rather than generated classes.Bob Arnson2020-08-241-4974/+3243
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-251-109/+109
* Remove unused reference to removed table.Bob Arnson2020-06-171-1/+0
* Remove use of remaining WixXxxRowsRob Mensching2020-06-131-124/+113
* Fix custom table column values case in compiler and decompilerRob Mensching2020-06-121-26/+26
* Test ability for an extension to have a custom strongly typed row during bind...Sean Hall2020-04-181-1/+1
* Move table definitions from Core to Data.Sean Hall2020-04-121-1/+1
* Remove WixActionRowCollection and duplicate actions.xmlRob Mensching2020-02-051-16/+15
* Fix decompiling multiple AppSearches with nested searches.Sean Hall2019-11-261-9/+15
* Fix test CanDecompileNestedDirSearchUnderRegSearch.Sean Hall2019-11-251-22/+44
* Finish renaming SequenceTable.AdvertiseExecuteSequence.Sean Hall2019-11-251-4/+19
* Fix decompiling non-advertised shortcuts.Sean Hall2019-11-251-27/+35
* Update to WindowsInstallerData rename from DataRob Mensching2019-10-261-3/+3
* Integrate latest changes to tuple definitionsRob Mensching2019-05-231-1/+1
* Use new strongly typed tuplesRob Mensching2019-05-081-194/+208
* Correctly set paths for files extracted from .msms during decompilation.Bob Arnson2018-12-131-1/+1
* Explicitly mark bitness of entities that support 64-bit attribute.Bob Arnson2018-11-191-0/+13
* Re-introduce "decompile" to backendRob Mensching2018-10-241-0/+9229