Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 1 | -2/+2 |
| | | | | | | | 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". | ||||
* | Typos are bad; visible typos are an abomination. | Bob Arnson | 2024-11-10 | 1 | -1/+1 |
| | | | | At least one person makes the same typo almost-but-not-quite everywhere. | ||||
* | Simplify BootstrapperApplication header files | Rob Mensching | 2024-03-21 | 1 | -9/+0 |
| | | | | | Take this breaking change opportunity to simplify the header files used by BA devs. | ||||
* | WIP - BA header simplification | Rob Mensching | 2024-03-06 | 1 | -9/+8 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 1 | -12/+18 |
| | |||||
* | WIXFEAT-3704 - Allow access to persisted variables from related bundles | Jacob Hoover | 2022-11-10 | 1 | -0/+24 |
| | |||||
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 1 | -0/+2 |
| | |||||
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 1 | -0/+1 |
| | | | | | | | Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded. Show error when infinite prereq loop detected. Only clip the exit code if they're Win32 errors. Set related bundle type to none to avoid downgrades during preqba. | ||||
* | Update balutil and Bal.wixext to use more concise Exit* macros. | Sean Hall | 2022-05-14 | 1 | -0/+4 |
| | |||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 1 | -0/+2 |
| | | | | Add control loaded event. | ||||
* | Use balutil methods in Engine.cs to avoid size_t ugliness. | Sean Hall | 2021-05-11 | 1 | -0/+83 |
| | |||||
* | Move balutil into API/burn | Rob Mensching | 2021-04-29 | 1 | -0/+199 |