Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the missing x64 wxs files and update dependencies. | Sean Hall | 2020-12-19 | 4 | -11/+3 |
| | |||||
* | WIXFEAT:6209 - Add x64 and ARM64 versions of built-in BAs. | Sean Hall | 2020-12-09 | 1 | -0/+8 |
| | |||||
* | Require the custom BA elements to reference built-in BAs. | Sean Hall | 2020-12-09 | 13 | -81/+70 |
| | |||||
* | Update dependencies and add fallbacks for new BA messages. | Sean Hall | 2020-12-03 | 2 | -9/+9 |
| | |||||
* | More .NET 5 updates. | Sean Hall | 2020-11-02 | 7 | -17/+24 |
| | | | | | Fix tests when running on machine with .NET 5. Update frameworks for .NET Core MBA (3.1 vs 5.0). | ||||
* | Add test for Overridable. | Sean Hall | 2020-10-31 | 4 | -4/+49 |
| | | | | Also, reenable MBA test. | ||||
* | Strong-name sign WiX assemblies. | Sean Hall | 2020-10-31 | 7 | -8/+8 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-10-24 | 7 | -21/+21 |
| | |||||
* | Last bit of inner text expunged. | Bob Arnson | 2020-09-26 | 1 | -2/+2 |
| | |||||
* | WIXFEAT:4863 Update to latest thmutil. | Sean Hall | 2020-08-09 | 7 | -14/+14 |
| | |||||
* | Fix ManagedHost tests by using Heat to harvest the BA payloads. | Sean Hall | 2020-07-22 | 36 | -1031/+235 |
| | | | | Also, build all example bundles in the new examples.proj instead of the tests to speed up the solution build. | ||||
* | Update dependencies. | Sean Hall | 2020-07-19 | 8 | -14/+15 |
| | |||||
* | Update to latest thmutil. | Sean Hall | 2020-07-06 | 2 | -3/+3 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-07-01 | 7 | -8/+8 |
| | |||||
* | Build wixlib with WixToolset.Sdk | Rob Mensching | 2020-06-27 | 2 | -2/+2 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-06-24 | 7 | -11/+11 |
| | | | | Run tests before packing and don't build twice. | ||||
* | Update dependencies. | Sean Hall | 2020-06-22 | 12 | -83/+27 |
| | |||||
* | WIXFEAT:6164 Implement DisplayInternalUICondition. | Sean Hall | 2020-05-16 | 4 | -0/+49 |
| | |||||
* | WIXFEAT:6164 Update to latest balutil. | Sean Hall | 2020-05-16 | 9 | -20/+20 |
| | |||||
* | Update to latest tools. | Sean Hall | 2020-05-16 | 11 | -24/+5 |
| | |||||
* | Add WPF .NET Core test. | Sean Hall | 2020-04-29 | 18 | -12/+384 |
| | |||||
* | Add support for FDD in DotNetCoreBootstrapperApplicationHost. | Sean Hall | 2020-04-29 | 8 | -0/+148 |
| | |||||
* | Add DotNetCoreBootstrapperApplicationHost for an SCD-style .NET Core BA. | Sean Hall | 2020-04-29 | 19 | -1/+1216 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-04-29 | 5 | -11/+11 |
| | |||||
* | Add reload engine and test. | Sean Hall | 2020-04-23 | 13 | -18/+217 |
| | |||||
* | Update ManagedHost tests to run off of a bundle. | Sean Hall | 2020-04-23 | 16 | -72/+178 |
| | |||||
* | Update BalBurnBackendExtension to use BundleFinalize. | Sean Hall | 2020-04-23 | 4 | -4/+45 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-04-21 | 6 | -15/+11 |
| | |||||
* | Modernize BalCompiler and BalBurnBackendExtension. | Sean Hall | 2020-04-06 | 1 | -0/+5 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-04-06 | 2 | -10/+7 |
| | |||||
* | Upgrade to latest dependencies. | Sean Hall | 2020-03-30 | 6 | -12/+14 |
| | | | | | Stop skipping CanBuildUsingWixStdBa. Fix memory leak in wixstdba. | ||||
* | Add failing test for compiling a WixStdBa bundle. | Sean Hall | 2020-01-31 | 4 | -0/+97 |
| | |||||
* | Update dependencies. | Sean Hall | 2019-12-22 | 5 | -12/+12 |
| | |||||
* | Update the MbaHost test project to use an external exe to load the BA, which ↵ | Sean Hall | 2019-12-22 | 31 | -362/+666 |
| | | | | allows loading a different .NET than the one running the tests. This also allows writing the tests in C# instead of C++/CLI. | ||||
* | Move the entry point from Mba.Core to Mba.Host. | Sean Hall | 2019-12-22 | 4 | -16/+14 |
| | |||||
* | Update dependencies. | Sean Hall | 2019-12-11 | 5 | -13/+19 |
| | |||||
* | Bring extension up to date. | Sean Hall | 2019-12-11 | 2 | -6/+6 |
| | |||||
* | WIXFEAT:3815 - Update mbahost test for updates to ↵ | Sean Hall | 2019-02-15 | 4 | -9/+9 |
| | | | | BaseBootstrapperApplicationFactory and BootstrapperApplication. | ||||
* | WIXFEAT:3815 - Update mbahost test for BootstrapperApplicationFactoryAttribute. | Sean Hall | 2019-02-15 | 5 | -6/+37 |
| | |||||
* | Add test for creating a Managed BA through mbahost. | Sean Hall | 2019-02-13 | 10 | -0/+357 |