aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller (follow)
Commit message (Expand)AuthorAgeFilesLines
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-171-5/+5
* Fix AMD64 assembly processorArchitecture.Bob Arnson2020-02-271-1/+1
* Detect MSIL for assembly name harvesting.Bob Arnson2020-02-271-1/+1
* Integrate latest change to WixToolset.Data APIRob Mensching2020-02-261-1/+1
* Fix File/@TrueType.Bob Arnson2020-02-241-1/+1
* Early detection of duplicate table definitions from extensions.Bob Arnson2020-02-212-2/+11
* Support reopening WixOutputs, to be able to read after creation.Bob Arnson2020-02-131-0/+2
* Make BindResult disposable to manage WixOutput disposability.Bob Arnson2020-02-134-62/+45
* Add CreateFolder tuples for null-keypath components in the backend instead of...Bob Arnson2020-02-072-0/+46
* Add the bound package's WixOutput to BindResult.Bob Arnson2020-02-061-0/+1
* Start on new patch infrastructureRob Mensching2020-02-0534-1133/+4071
* Remove WixActionRowCollection and duplicate actions.xmlRob Mensching2020-02-057-496/+63
* Load custom table definitions from extensions during binding.Bob Arnson2020-01-231-0/+9
* Fix CustomTable/@Unreal="yes" binding.Bob Arnson2020-01-231-13/+13
* Fix ServiceControl/@Wait translation.Bob Arnson2020-01-211-1/+4
* Provide Record enumerator on View that disposes fetched RecordsRob Mensching2020-01-137-388/+388
* Add special handling for numeric Error ids.Bob Arnson2020-01-061-0/+12
* Correctly report files unbound from cabinets.Bob Arnson2019-12-111-3/+2
* 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-252-18/+33
* Fix decompiling non-advertised shortcuts.Sean Hall2019-11-251-27/+35
* Always use WiX table definitions when decompiling standard tables.Sean Hall2019-11-251-9/+8
* Refactor creating the TableDefinition into a method before changing the logicSean Hall2019-11-251-146/+151
* Fix parsing Shortcut/@Name and detect duplicate in GetMsiFilenameValue.Sean Hall2019-11-131-1/+1
* Ensure upgrade action properties are secure.Bob Arnson2019-11-081-0/+4
* Move creation of hidden properties...Bob Arnson2019-11-051-3/+12
* Update to WindowsInstallerData rename from DataRob Mensching2019-10-2617-85/+85
* Fix MsiAssembly table processingRob Mensching2019-10-262-2/+19
* Remove explicit intermediate file provided for testingRob Mensching2019-10-251-6/+0
* Update to WixOutput file structure to fix embedded file handlingRob Mensching2019-10-253-44/+75
* Fix custom tables, small fixes in linker and update latest DataRob Mensching2019-10-234-16/+352
* Better support all .NETs and remove unnecessary NuGet workaroundsRob Mensching2019-10-201-1/+1
* Small tuple based fixesRob Mensching2019-10-181-7/+43
* Several fixesRob Mensching2019-10-181-0/+4
* Fix reserve costRob Mensching2019-10-071-0/+4
* Write Font table correctlyRob Mensching2019-10-071-0/+8
* Fix Feature parentRob Mensching2019-10-071-0/+1
* Fix AppSearch related buildingRob Mensching2019-10-071-1/+5
* Implement Bundle buildRob Mensching2019-10-078-151/+41
* Fix Directory.DefaultDir handling when creating MSIRob Mensching2019-10-071-2/+2
* Fix relative action schedulingRob Mensching2019-10-071-127/+135
* Correctly lower _SummaryInformationRob Mensching2019-10-071-2/+6
* Shortcut ShowCmd is nullableRob Mensching2019-05-231-1/+1
* Update to latest Core.NativeRob Mensching2019-05-231-3/+1
* Integrate latest Data changes for FileTuple and AssemblyTupleRob Mensching2019-05-2314-126/+133
* Integrate short and source name changes to Directory and Shortcut tuplesRob Mensching2019-05-232-7/+38
* Adopt "Ref" as reference convention over "_"Rob Mensching2019-05-238-51/+49
* Correctly set nullable row columnsRob Mensching2019-05-231-1/+1
* Integrate latest changes to tuple definitionsRob Mensching2019-05-2321-193/+235