aboutsummaryrefslogtreecommitdiff
path: root/src/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build tweaks to support VS 17.8...Bob Arnson2024-01-281-0/+1
* Correctly handle top-level AppId elementRob Mensching2023-11-071-1/+1
* Avoid use of Encoding.WindowsCodePageRob Mensching2023-11-071-3/+3
* Fix the use of ModuleSubstitution tableRob Mensching2023-08-081-1/+1
* Partial fix for the weirdly broken...Bob Arnson2023-07-131-1/+2
* Downgrade bad ProductVersion error to warning.Bob Arnson2023-06-032-6/+11
* Obsolete removed PackageState.Cached valueRob Mensching2023-06-031-5/+6
* Fix build failure when bundle has multiple RemoteBundle elementsNir Bar2023-06-031-1/+1
* Remove obsolete Product OutputTypeRob Mensching2023-03-141-4/+0
* Warn on mismatched output times and validate only Windows Installer databasesRob Mensching2023-03-091-2/+2
* WindowsVolume is not a standard directoryRob Mensching2023-02-221-1/+0
* Fix a couple of attributes mentioned in messages.Bob Arnson2023-02-201-3/+3
* Elevate known cab failures to messages.Bob Arnson2023-02-101-2/+2
* Fix ComponentGroupSymbol fieldsRob Mensching2023-02-091-6/+14
* Some small SAL annotation fixupsRob Mensching2023-02-092-11/+11
* Warn when using `embedded` as the pdbType and fallback to `full`Rob Mensching2023-01-191-0/+5
* Finish the XML documentation in WixToolset.Mba.Core.Sean Hall2023-01-1914-624/+555
* Add netfx:DotNetCoreSdkFeatureBandSearch.Sean Hall2023-01-181-43/+0
* Fix two kinds of typos.Bob Arnson2023-01-181-1/+1
* Fix RegistrySymbol creation helper for non-string typesRob Mensching2022-12-221-2/+15
* Use MSI transaction end result to detect whether reboot is neededNir Bar2022-12-128-82/+173
* Fix modularization of columnsRob Mensching2022-12-111-248/+248
* Remove outdated error details about error 217Rob Mensching2022-11-211-2/+2
* Improve file not found error messageRob Mensching2022-11-211-6/+6
* Expose bind variables from build command and via MSBuild WixVariables propertyRob Mensching2022-11-173-12/+22
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-134-4/+0
* Add GetRelatedBundleVariable to managed IBootstrapperEngine.Sean Hall2022-11-105-0/+47
* WIXFEAT-3704 - Allow access to persisted variables from related bundlesJacob Hoover2022-11-108-0/+178
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-0810-15/+15
* Ensure all published .nupkgs have an iconRob Mensching2022-11-084-4/+12
* Update URLs to their redirected onesKaarlo Räihä2022-11-043-4/+4
* Use HTTPS instead of HTTPKaarlo Räihä2022-11-044-7/+7
* Normalize SectionType and OutputType "Product" to "Package"Rob Mensching2022-11-046-12/+27
* Provide useful error message when file system operations failRob Mensching2022-11-041-4/+9
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-312-0/+12
* Remove double spaces after periods in warning messagesRob Mensching2022-10-311-50/+50
* Update build dependencies and normalize more projectsRob Mensching2022-10-191-1/+1
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-151-0/+6
* Fix tracking of detached containersRob Mensching2022-10-041-5/+0
* Use file system abstraction to handle retries automaticallyRob Mensching2022-10-041-0/+10
* Add retries when trying to update bundle resourcesRob Mensching2022-10-041-0/+19
* Run tests in bulk to improve performanceRob Mensching2022-10-041-8/+7
* Small clean up of api segment buildRob Mensching2022-10-044-10/+9
* Move WixVersion to new WixToolset.Versioning package in libs segmentRob Mensching2022-10-042-743/+0
* Make all test roll forwardRob Mensching2022-10-031-1/+0
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-033-3/+3
* Introduce PatchFilterMap to remove Row.SectionIdRob Mensching2022-09-274-33/+15
* Implement transform decompiling and use it in patch filter testsRob Mensching2022-09-271-0/+6
* Rename MsiPatchSequenceSymbol to MsiPatchFamilySymbol and fix the IdRob Mensching2022-09-274-72/+72
* Implement single pass patch buildRob Mensching2022-09-238-78/+70