aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/bextutil (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-302-3/+3
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* Build native code with VC v143 toolset only.Bob Arnson2024-06-101-3/+3
| | | | | | v143 output is compatible back to VS2017 (at least). Fixes https://github.com/wixtoolset/issues/issues/8211.
* Move to ReleaseFlow and SomeVerRob Mensching2024-04-251-1/+1
|
* Fix the upper bound version in native nupkg referencesRob Mensching2024-04-021-1/+1
| | | | Fixes 8091
* Simplify BootstrapperApplication header filesRob Mensching2024-03-213-4/+4
| | | | | Take this breaking change opportunity to simplify the header files used by BA devs.
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-0714-196/+196
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Better .nupkg namesRob Mensching2024-03-079-18/+13
|
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* WIXFEAT-3704 - Allow access to persisted variables from related bundlesJacob Hoover2022-11-102-0/+36
|
* Ensure all published .nupkgs have an iconRob Mensching2022-11-081-2/+4
|
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-071-0/+2
|
* Update balutil and Bal.wixext to use more concise Exit* macros.Sean Hall2022-05-142-1/+5
|
* Set each native library dependency version to the build version.Sean Hall2022-04-191-2/+2
|
* Use `v143` toolset except `v141` for libs.Bob Arnson2021-12-251-3/+3
|
* Build with VS2022, which is now required.Bob Arnson2021-12-253-21/+5
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Make thmutil automatically load controls during window creation.Sean Hall2021-11-011-0/+2
| | | | Add control loaded event.
* Make the BA responsible for parsing restart prompt behavior.Sean Hall2021-07-021-1/+1
| | | | Fixes #4975
* Implement integrated build processRob Mensching2021-05-113-38/+24
|
* Move balutil into API/burnRob Mensching2021-04-2914-0/+1123