aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle null path fields during ResolveRob Mensching2019-10-071-15/+15
* Make uses of EnsureTable more typesafeRob Mensching2019-10-071-20/+22
* Integrate latest Data changes for FileTuple and AssemblyTupleRob Mensching2019-05-234-86/+59
* Integrate short and source name changes to Directory and Shortcut tuplesRob Mensching2019-05-233-84/+15
* Adopt "Ref" as reference convention over "_"Rob Mensching2019-05-239-110/+110
* Integrate latest changes to tuple definitionsRob Mensching2019-05-2315-3503/+3567
* Use full path in source line numbersRob Mensching2019-05-231-3/+7
* Add Component/@Shared and fix UninstallWhenSupersededBob Arnson2019-05-141-0/+1
* IExtensionManager.Create renamed to IExtensionManager.GetServicesRob Mensching2019-05-129-18/+18
* Default Product/@Id to "*"Rob Mensching2019-05-121-1/+1
* Implement and use IParseHelper.ScheduleActionTupleRob Mensching2019-05-094-121/+72