aboutsummaryrefslogtreecommitdiff
path: root/src/api (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-232-16/+1
* Update hashes are now hex strings.Bob Arnson2022-09-126-16/+10
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-096-65/+57
* Supply hashes to BA if present in update feed.Bob Arnson2022-08-319-6/+31
* Process and return the failed version of reboot exit codes in Burn.Sean Hall2022-08-261-0/+2
* Fix building `ExePackage/@ExitCode` elements.Sean Hall2022-08-261-1/+1
* Allow customization of the .wixpdb output folderRob Mensching2022-08-251-2/+14
* Don't retry 1606 because are they ever transient?!Bob Arnson2022-08-171-1/+0
* Clean up error message when BA is missing.Bob Arnson2022-08-151-2/+2
* Improve command line error reporting and remove some unused errorsRob Mensching2022-08-152-198/+146
* Redesign command-line help to meet the needs of WiX v4Rob Mensching2022-08-158-34/+183
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-104-4/+4
* Preprocessor only fails if current document does not parseRob Mensching2022-08-101-0/+6
* Simplify and fix incremental/clean in build cmdsRob Mensching2022-08-081-3/+4
* Add intermediate folder and output path to all contextsRob Mensching2022-08-077-1/+62
* Add clean to api.cmd and minor clean-upRob Mensching2022-08-071-4/+30
* Implement cabinet spanningRob Mensching2022-08-051-6/+6
* Abstract file system to remove Core to Core.Native dependencyRob Mensching2022-08-051-0/+25
* Downgrade error to warning when search refs a reserved prefix variable.Sean Hall2022-08-023-4/+58