aboutsummaryrefslogtreecommitdiff
path: root/src/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the missing x64 wxs files and update dependencies.Sean Hall2020-12-194-11/+3
|
* WIXFEAT:6209 - Add x64 and ARM64 versions of built-in BAs.Sean Hall2020-12-091-0/+8
|
* Require the custom BA elements to reference built-in BAs.Sean Hall2020-12-0913-81/+70
|
* Update dependencies and add fallbacks for new BA messages.Sean Hall2020-12-032-9/+9
|
* More .NET 5 updates.Sean Hall2020-11-027-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 Hall2020-10-314-4/+49
| | | | Also, reenable MBA test.
* Strong-name sign WiX assemblies.Sean Hall2020-10-317-8/+8
|
* Update dependencies.Sean Hall2020-10-247-21/+21
|
* Last bit of inner text expunged.Bob Arnson2020-09-261-2/+2
|
* WIXFEAT:4863 Update to latest thmutil.Sean Hall2020-08-097-14/+14
|
* Fix ManagedHost tests by using Heat to harvest the BA payloads.Sean Hall2020-07-2236-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 Hall2020-07-198-14/+15
|
* Update to latest thmutil.Sean Hall2020-07-062-3/+3
|
* Update dependencies.Sean Hall2020-07-017-8/+8
|
* Build wixlib with WixToolset.SdkRob Mensching2020-06-272-2/+2
|
* Update dependencies.Sean Hall2020-06-247-11/+11
| | | | Run tests before packing and don't build twice.
* Update dependencies.Sean Hall2020-06-2212-83/+27
|
* WIXFEAT:6164 Implement DisplayInternalUICondition.Sean Hall2020-05-164-0/+49
|
* WIXFEAT:6164 Update to latest balutil.Sean Hall2020-05-169-20/+20
|
* Update to latest tools.Sean Hall2020-05-1611-24/+5
|
* Add WPF .NET Core test.Sean Hall2020-04-2918-12/+384
|
* Add support for FDD in DotNetCoreBootstrapperApplicationHost.Sean Hall2020-04-298-0/+148
|
* Add DotNetCoreBootstrapperApplicationHost for an SCD-style .NET Core BA.Sean Hall2020-04-2919-1/+1216
|
* Update dependencies.Sean Hall2020-04-295-11/+11
|
* Add reload engine and test.Sean Hall2020-04-2313-18/+217
|
* Update ManagedHost tests to run off of a bundle.Sean Hall2020-04-2316-72/+178
|
* Update BalBurnBackendExtension to use BundleFinalize.Sean Hall2020-04-234-4/+45
|
* Update dependencies.Sean Hall2020-04-216-15/+11
|
* Modernize BalCompiler and BalBurnBackendExtension.Sean Hall2020-04-061-0/+5
|
* Update dependencies.Sean Hall2020-04-062-10/+7
|
* Upgrade to latest dependencies.Sean Hall2020-03-306-12/+14
| | | | | Stop skipping CanBuildUsingWixStdBa. Fix memory leak in wixstdba.
* Add failing test for compiling a WixStdBa bundle.Sean Hall2020-01-314-0/+97
|
* Update dependencies.Sean Hall2019-12-225-12/+12
|
* Update the MbaHost test project to use an external exe to load the BA, which ↵Sean Hall2019-12-2231-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 Hall2019-12-224-16/+14
|
* Update dependencies.Sean Hall2019-12-115-13/+19
|
* Bring extension up to date.Sean Hall2019-12-112-6/+6
|
* WIXFEAT:3815 - Update mbahost test for updates to ↵Sean Hall2019-02-154-9/+9
| | | | BaseBootstrapperApplicationFactory and BootstrapperApplication.
* WIXFEAT:3815 - Update mbahost test for BootstrapperApplicationFactoryAttribute.Sean Hall2019-02-155-6/+37
|
* Add test for creating a Managed BA through mbahost.Sean Hall2019-02-1310-0/+357