Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't report related operation in OnDetectRelatedBundle. | Sean Hall | 2021-12-30 | 1 | -4/+9 |
| | | | | #5796 | ||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 1 | -1/+0 |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | ||||
* | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 1 | -0/+39 |
| | | | | Fixes #6410 | ||||
* | Add ability to customize file versioning rules for MsiPackage and MspPackage. | Sean Hall | 2021-12-08 | 1 | -2/+4 |
| | | | | Fixes #5911 | ||||
* | Go back to thmutil not interfering with wixstdba controls. | Sean Hall | 2021-11-10 | 1 | -1/+27 |
| | |||||
* | Enable warning to detect hidden base class functions | Sean Hall | 2021-11-10 | 1 | -1/+2 |
| | |||||
* | Avoid using control ids inside of thmutil. | Sean Hall | 2021-11-01 | 2 | -73/+242 |
| | |||||
* | Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing. | Sean Hall | 2021-11-01 | 1 | -10/+4 |
| | |||||
* | Remove dutil types from BAFunctions. | Sean Hall | 2021-11-01 | 1 | -6/+14 |
| | |||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 1 | -74/+114 |
| | | | | Add control loaded event. | ||||
* | Add more thmutil window messages to simplify handling control events. | Sean Hall | 2021-11-01 | 1 | -58/+152 |
| | |||||
* | Allow more customization of control ids in thmutil. | Sean Hall | 2021-11-01 | 1 | -3/+62 |
| | | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide. | ||||
* | On SuppressDowngradeFailure, quit after detect. | Bob Arnson | 2021-08-22 | 1 | -39/+28 |
| | | | | Implements https://github.com/wixtoolset/issues/issues/6537. | ||||
* | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 2 | -0/+35 |
| | |||||
* | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 1 | -55/+72 |
| | | | | Fixes #4975 | ||||
* | Expose overridable variable APIs in balutil and Mba.Core. | Sean Hall | 2021-07-02 | 1 | -101/+30 |
| | | | | Fixes #4777 | ||||
* | Add Success page to prereq BA. | Sean Hall | 2021-06-17 | 28 | -50/+215 |
| | | | | | | | This was needed to explain to the user that a restart is required but not allowed. It also allows localizing the reboot prompt. Fixes #3957, #5395 | ||||
* | Fix prereq BA to not reload the bootstrapper if a restart is required. | Sean Hall | 2021-06-17 | 1 | -4/+5 |
| | | | | Fixes #5286 | ||||
* | Fix loading BAFunctions. | Sean Hall | 2021-06-04 | 1 | -21/+2 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 2 | -38/+11 |
| | |||||
* | Move Bal.wixext into ext | Rob Mensching | 2021-05-03 | 47 | -0/+6180 |