Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 6 | -0/+43 |
| | |||||
* | Make engine skip planning if there are any downgrade related bundles. | Sean Hall | 2022-03-14 | 6 | -0/+37 |
| | | | | | Fixes 6677, 6722 Reverts 6537 | ||||
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 6 | -0/+43 |
| | |||||
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 4 | -4/+4 |
| | | | | Being registered in ARP and "installed" were always separate concepts, and some things like fEligibleForCleanup were looking at the wrong thing. This also allows the BA to tell the difference. | ||||
* | When rolling back a bundle failure, reinstall all upgrade related bundles. | Sean Hall | 2022-02-10 | 6 | -0/+43 |
| | | | | Fixes #3421 | ||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 6 | -0/+174 |
| | | | | Reimplements #3190 | ||||
* | Don't report related operation in OnDetectRelatedBundle. | Sean Hall | 2021-12-30 | 4 | -4/+1 |
| | | | | #5796 | ||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 4 | -16/+10 |
| | | | | Fixes #6348 | ||||
* | 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. | ||||
* | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 8 | -2/+120 |
| | | | | Fixes #6410 | ||||
* | Add ability to customize file versioning rules for MsiPackage and MspPackage. | Sean Hall | 2021-12-08 | 4 | -4/+10 |
| | | | | Fixes #5911 | ||||
* | Go back to thmutil not interfering with wixstdba controls. | Sean Hall | 2021-11-10 | 4 | -3/+6 |
| | |||||
* | Remove dutil types from BAFunctions. | Sean Hall | 2021-11-01 | 4 | -31/+18 |
| | |||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 5 | -0/+48 |
| | | | | Add control loaded event. | ||||
* | Add more thmutil window messages to simplify handling control events. | Sean Hall | 2021-11-01 | 4 | -0/+104 |
| | |||||
* | Allow more customization of control ids in thmutil. | Sean Hall | 2021-11-01 | 4 | -0/+47 |
| | | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide. | ||||
* | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 6 | -0/+50 |
| | |||||
* | Build api segment via traversal projects. | Bob Arnson | 2021-07-17 | 1 | -2/+2 |
| | | | | 79s -> 21s on my octocore machine. | ||||
* | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 3 | -13/+63 |
| | | | | Fixes #4975 | ||||
* | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 2 | -0/+47 |
| | | | | Fixes #3777 | ||||
* | Expose overridable variable APIs in balutil and Mba.Core. | Sean Hall | 2021-07-02 | 3 | -0/+259 |
| | | | | Fixes #4777 | ||||
* | In thmutil when drawing images, use GDI+ and the actual dimensions. | Sean Hall | 2021-06-04 | 1 | -0/+7 |
| | | | | | Partial fix for #6155 Fixes #4106 | ||||
* | Add InProgressDisplayName for bundles. | Sean Hall | 2021-05-19 | 4 | -12/+18 |
| | | | | #6296 | ||||
* | Use balutil methods in Engine.cs to avoid size_t ugliness. | Sean Hall | 2021-05-11 | 3 | -8/+289 |
| | |||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 3 | -38/+24 |
| | |||||
* | Move balutil into API/burn | Rob Mensching | 2021-04-29 | 25 | -0/+6402 |