aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-173-3/+35
* Clean up unused IVariableResolver functionality.Bob Arnson2020-03-134-14/+36
* Avoid infinite loops when resolving variables.Bob Arnson2020-03-121-1/+1
* Fix https://github.com/wixtoolset/issues/issues/5860 recursive loc strings.Bob Arnson2020-03-111-2/+4
* Correctly handle custom action default suffix.Bob Arnson2020-03-051-9/+5
* Default custom action platform to x86.Bob Arnson2020-03-051-8/+4
* Use TableDefinition.TupleDefinitionName find matching tuple.Bob Arnson2020-03-041-1/+1
* Fix custom action prefix.Bob Arnson2020-03-031-4/+4
* Add CreateCustomActionReference method from IParseHelperBob Arnson2020-03-032-40/+2
* Add CreateCustomActionReference methodBob Arnson2020-03-032-0/+79
* Detect MSIL for assembly name harvesting.Bob Arnson2020-02-271-1/+1
* Make BindResult disposable to manage WixOutput disposability.Bob Arnson2020-02-132-37/+75
* Add CreateFolder tuples for null-keypath components in the backend instead of...Bob Arnson2020-02-071-17/+0
* Add the bound package's WixOutput to BindResult.Bob Arnson2020-02-061-0/+3
* Start on new patch infrastructureRob Mensching2020-02-057-27/+174
* Clean up variable resolution during Resolve.Bob Arnson2020-01-293-22/+17
* Load custom table definitions from extensions during binding.Bob Arnson2020-01-231-2/+3
* Let listeners adjust message levels; general messaging cleanup.Bob Arnson2020-01-171-86/+3
* Provide Record enumerator on View that disposes fetched RecordsRob Mensching2020-01-131-1/+1
* Binary Data is now a path valueRob Mensching2020-01-121-1/+1
* Add special handling for numeric Error ids.Bob Arnson2020-01-061-1/+0
* Ensure Errors have ids so they can be referenced.Bob Arnson2020-01-061-1/+1
* Handle cab-free Media element.Bob Arnson2019-12-111-1/+1
* Fix EnvironmentTuple nullable fields. Add test.Bob Arnson2019-11-141-1/+1
* Fix parsing Shortcut/@Name and detect duplicate in GetMsiFilenameValue.Sean Hall2019-11-131-1/+0
* Clean up upgrade properties; support <?ifdef $()?>Bob Arnson2019-11-102-8/+2
* Ensure upgrade action properties are secure.Bob Arnson2019-11-081-3/+0
* Add preprocessor variables with WiX version info.Bob Arnson2019-11-061-0/+6
* Fix resolution of !(bind.ProductVersion.MsiId) bind variablesRob Mensching2019-11-051-4/+3
* Move creation of hidden properties...Bob Arnson2019-11-051-9/+1
* Tolerate missing RegistryValue/@Value when @Type="binary".Bob Arnson2019-11-041-2/+2
* Fix error checking on CustomAction/@Error.Bob Arnson2019-11-011-2/+2
* Fix AppId tupleRob Mensching2019-10-281-3/+2
* Fix off by two error. Or was it off by one?Bob Arnson2019-10-282-2/+2
* Update to WindowsInstallerData rename from DataRob Mensching2019-10-261-2/+2
* Update to WixOutput file structure to fix embedded file handlingRob Mensching2019-10-257-76/+60
* Don't crash on empty (but valid) source paths.Bob Arnson2019-10-241-1/+1
* Undo CreateTuple change and add ErrorTuple test.Bob Arnson2019-10-231-0/+12
* Fix custom tables, small fixes in linker and update latest DataRob Mensching2019-10-236-458/+73
* Remove old field zero primary key bad magic code.Bob Arnson2019-10-221-12/+0
* Better support all .NETs and remove unnecessary NuGet workaroundsRob Mensching2019-10-201-3/+3
* Small tuple based fixesRob Mensching2019-10-182-28/+11
* Several fixesRob Mensching2019-10-181-2/+3
* Fix lock permissionsRob Mensching2019-10-141-3/+2
* Fix detect only upgrade logicRob Mensching2019-10-071-1/+0
* Fix Upgrade IncludeMinimum attributeRob Mensching2019-10-071-1/+1
* Fix Feature parentRob Mensching2019-10-072-242/+203
* Fix AppSearch related buildingRob Mensching2019-10-071-2/+5
* Implement Bundle buildRob Mensching2019-10-0713-121/+237
* Fix bundle BA container idRob Mensching2019-10-071-2/+2