Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 2 | -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 Arnson | 2024-06-10 | 1 | -3/+3 |
| | | | | | | v143 output is compatible back to VS2017 (at least). Fixes https://github.com/wixtoolset/issues/issues/8211. | ||||
* | Move to ReleaseFlow and SomeVer | Rob Mensching | 2024-04-25 | 1 | -1/+1 |
| | |||||
* | Fix the upper bound version in native nupkg references | Rob Mensching | 2024-04-02 | 1 | -1/+1 |
| | | | | Fixes 8091 | ||||
* | Simplify BootstrapperApplication header files | Rob Mensching | 2024-03-21 | 3 | -4/+4 |
| | | | | | Take this breaking change opportunity to simplify the header files used by BA devs. | ||||
* | Rename "bundle extension" to "bootstrapper extension" for more consistency | Rob Mensching | 2024-03-07 | 14 | -196/+196 |
| | | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi. | ||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 9 | -18/+13 |
| | |||||
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 1 | -1/+0 |
| | |||||
* | WIXFEAT-3704 - Allow access to persisted variables from related bundles | Jacob Hoover | 2022-11-10 | 2 | -0/+36 |
| | |||||
* | Ensure all published .nupkgs have an icon | Rob Mensching | 2022-11-08 | 1 | -2/+4 |
| | |||||
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 1 | -0/+2 |
| | |||||
* | Update balutil and Bal.wixext to use more concise Exit* macros. | Sean Hall | 2022-05-14 | 2 | -1/+5 |
| | |||||
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 1 | -2/+2 |
| | |||||
* | Use `v143` toolset except `v141` for libs. | Bob Arnson | 2021-12-25 | 1 | -3/+3 |
| | |||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 3 | -21/+5 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 1 | -0/+2 |
| | | | | Add control loaded event. | ||||
* | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 1 | -1/+1 |
| | | | | Fixes #4975 | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 3 | -38/+24 |
| | |||||
* | Move balutil into API/burn | Rob Mensching | 2021-04-29 | 14 | -0/+1123 |