Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING. | Bob Arnson | 2021-12-27 | 2 | -6/+0 | |
| | | | | Thanks to @rseanhall's sharp eyes. | |||||
* | Use `v143` toolset except `v141` for libs. | Bob Arnson | 2021-12-25 | 5 | -12/+12 | |
| | ||||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 10 | -65/+23 | |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | |||||
* | Fix ids for DependencyExtension. | Bob Arnson | 2021-12-17 | 1 | -5/+5 | |
| | ||||||
* | Switch to `net472` as Framework baseline. | Bob Arnson | 2021-12-12 | 4 | -2/+4 | |
| | ||||||
* | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 16 | -2/+292 | |
| | | | | Fixes #6410 | |||||
* | Remove MEND. | Sean Hall | 2021-12-08 | 2 | -12/+0 | |
| | ||||||
* | Add ability to customize file versioning rules for MsiPackage and MspPackage. | Sean Hall | 2021-12-08 | 8 | -16/+57 | |
| | | | | Fixes #5911 | |||||
* | Only build mbanative for latest toolset. | Sean Hall | 2021-12-01 | 1 | -7/+8 | |
| | | | | This allows using Appveyor's latest VS2019 image. | |||||
* | 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 | 5 | -33/+18 | |
| | ||||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 6 | -0/+50 | |
| | | | | 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. | |||||
* | Set the log file path for MSI transactions. | Nir Bar | 2021-08-12 | 1 | -0/+8 | |
| | ||||||
* | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 11 | -0/+140 | |
| | ||||||
* | Refactor butil while cleaning up other things. | Sean Hall | 2021-07-18 | 1 | -8/+0 | |
| | ||||||
* | Build api segment via traversal projects. | Bob Arnson | 2021-07-17 | 5 | -28/+67 | |
| | | | | 79s -> 21s on my octocore machine. | |||||
* | Revert "Build api segment via traversal projects." | Bob Arnson | 2021-07-12 | 4 | -67/+26 | |
| | | | | This reverts commit 250b850f52253a101ddc4857cb6a2e66b0b37739. | |||||
* | Build api segment via traversal projects. | Bob Arnson | 2021-07-11 | 4 | -26/+67 | |
| | | | | 79s -> 21s on my octocore machine. | |||||
* | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 12 | -43/+103 | |
| | | | | Fixes #4975 | |||||
* | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 7 | -2/+116 | |
| | | | | Fixes #3777 | |||||
* | Expose overridable variable APIs in balutil and Mba.Core. | Sean Hall | 2021-07-02 | 14 | -11/+500 | |
| | | | | Fixes #4777 | |||||
* | In thmutil when drawing images, use GDI+ and the actual dimensions. | Sean Hall | 2021-06-04 | 2 | -0/+14 | |
| | | | | | Partial fix for #6155 Fixes #4106 | |||||
* | Remove bundle platform warning. | Bob Arnson | 2021-06-03 | 1 | -7/+0 | |
| | ||||||
* | Add InProgressDisplayName for bundles. | Sean Hall | 2021-05-19 | 11 | -61/+97 | |
| | | | | #6296 | |||||
* | Update package Cache attribute to new attribute values | Rob Mensching | 2021-05-17 | 3 | -27/+21 | |
| | | | | Closes wixtoolset/issues#5125 | |||||
* | Fix batch file command-line parsing | Rob Mensching | 2021-05-17 | 1 | -1/+1 | |
| | ||||||
* | Use balutil methods in Engine.cs to avoid size_t ugliness. | Sean Hall | 2021-05-11 | 11 | -201/+466 | |
| | ||||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 48 | -922/+408 | |
| | ||||||
* | Merge balutil | Rob Mensching | 2021-05-11 | 105 | -0/+19988 | |
|\ | ||||||
| * | Move balutil into API/burn | Rob Mensching | 2021-04-29 | 105 | -0/+19988 | |
| | ||||||
* | Merge Extensibility | Rob Mensching | 2021-05-11 | 99 | -0/+4418 | |
|\ | ||||||
| * | Move Extensiblity into API/wix | Rob Mensching | 2021-04-29 | 102 | -0/+4509 | |
| | ||||||
* | Move Data into API/wix | Rob Mensching | 2021-04-29 | 292 | -0/+37738 | |