Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 21 | -23/+35 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-10-24 | 23 | -81/+88 |
| | |||||
* | Last bit of inner text expunged. | Bob Arnson | 2020-09-26 | 4 | -14/+12 |
| | |||||
* | Fix missing inner text conversion. | Sean Hall | 2020-08-10 | 1 | -5/+5 |
| | |||||
* | WIXBUG:5688 Installation Successful and Repair Successful headers not shown ↵ | Sean Hall | 2020-08-09 | 5 | -20/+20 |
| | | | | correctly. | ||||
* | WIXFEAT:4863 Update to latest thmutil. | Sean Hall | 2020-08-09 | 20 | -66/+68 |
| | |||||
* | Use hdt_get_function_pointer in dnchost when available. | Sean Hall | 2020-07-22 | 5 | -8/+61 |
| | |||||
* | Upgrade DotNetAppHost package to .NET 5 to use its static nethost lib and ↵ | Sean Hall | 2020-07-22 | 5 | -106/+5 |
| | | | | headers. | ||||
* | Fix ManagedHost tests by using Heat to harvest the BA payloads. | Sean Hall | 2020-07-22 | 37 | -1031/+238 |
| | | | | 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 | 21 | -54/+55 |
| | |||||
* | Update to latest thmutil. | Sean Hall | 2020-07-06 | 12 | -32/+22 |
| | |||||
* | Update wixstdba to show theme load errors. | Sean Hall | 2020-07-01 | 1 | -0/+37 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-07-01 | 18 | -23/+26 |
| | |||||
* | Remove Resources from wixstdba.vcxproj since VS has gotten judgy about ↵ | Sean Hall | 2020-07-01 | 1 | -42/+0 |
| | | | | wildcards. | ||||
* | Build wixlib with WixToolset.Sdk | Rob Mensching | 2020-06-27 | 9 | -61/+21 |
| | |||||
* | The Great Tuple to Symbol File Rename (tm) | Rob Mensching | 2020-06-27 | 9 | -0/+0 |
| | |||||
* | The Great Tuple to Symbol Rename (tm) | Rob Mensching | 2020-06-27 | 12 | -252/+252 |
| | |||||
* | Create symbols package. | Sean Hall | 2020-06-24 | 3 | -3/+37 |
| | |||||
* | Add SourceLink to public projects. | Sean Hall | 2020-06-24 | 10 | -8/+70 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-06-24 | 22 | -52/+49 |
| | | | | Run tests before packing and don't build twice. | ||||
* | Update dependencies. | Sean Hall | 2020-06-22 | 27 | -149/+109 |
| | |||||
* | Merge pull request #16 from wixtoolset/bob/updateTools | Bob Arnson | 2020-06-08 | 4 | -5/+7 |
|\ | | | | | Update to latest tools | ||||
| * | Fix a couple of many warnings. | Bob Arnson | 2020-06-08 | 2 | -9/+8 |
| | | |||||
| * | Update to latest tools | Bob Arnson | 2020-06-07 | 3 | -8/+11 |
|/ | |||||
* | WIXFEAT:6164 Implement DisplayInternalUICondition. | Sean Hall | 2020-05-16 | 9 | -0/+188 |
| | |||||
* | WIXFEAT:6164 Update to latest balutil. | Sean Hall | 2020-05-16 | 21 | -177/+178 |
| | |||||
* | Update to latest tools. | Sean Hall | 2020-05-16 | 13 | -27/+8 |
| | |||||
* | Add WPF .NET Core test. | Sean Hall | 2020-04-29 | 19 | -13/+400 |
| | |||||
* | Add support for FDD in DotNetCoreBootstrapperApplicationHost. | Sean Hall | 2020-04-29 | 17 | -12/+415 |
| | |||||
* | Treat failing to load SCD like mbahost treats .NET 4.5.2 on Win7 RTM. | Sean Hall | 2020-04-29 | 9 | -9/+228 |
| | |||||
* | Add DotNetCoreBootstrapperApplicationHost for an SCD-style .NET Core BA. | Sean Hall | 2020-04-29 | 46 | -9/+2756 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-04-29 | 13 | -31/+31 |
| | |||||
* | 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 | 18 | -72/+184 |
| | |||||
* | Update BalBurnBackendExtension to use BundleFinalize. | Sean Hall | 2020-04-23 | 5 | -14/+48 |
| | |||||
* | Add ManagedBootstrapperApplicationPrereqInformation element to move prereq ↵ | Sean Hall | 2020-04-23 | 10 | -282/+94 |
| | | | | info back to NetFx. | ||||
* | WIXBUG:4342 - Force cancel if m_fShowingInternalUiThisPackage | Sean Hall | 2020-04-21 | 1 | -11/+25 |
| | | | | Add critical section for m_fShowingInternalUiThisPackage since OnExecutePackageBegin happens on the Burn thread and OnClose happens on the UI thread. | ||||
* | WIXBUG:6158 - Fix bug with m_fShowingInternalUiThisPackage | Sean Hall | 2020-04-21 | 1 | -2/+6 |
| | | | | where it was calculated with the bundle action instead of the package action. | ||||
* | Update dependencies. | Sean Hall | 2020-04-21 | 15 | -36/+33 |
| | |||||
* | Update dependencies. | Sean Hall | 2020-04-13 | 3 | -19/+3 |
| | |||||
* | Modernize BalCompiler and BalBurnBackendExtension. | Sean Hall | 2020-04-06 | 3 | -129/+150 |
| | |||||
* | BalWindowsInstallerBackendBinderExtension is supposed to be a ↵ | Sean Hall | 2020-04-06 | 4 | -60/+2 |
| | | | | BurnBackendExtension. | ||||
* | Update dependencies. | Sean Hall | 2020-04-06 | 5 | -14/+11 |
| | |||||
* | Upgrade to latest dependencies. | Sean Hall | 2020-03-30 | 20 | -42/+50 |
| | | | | | Stop skipping CanBuildUsingWixStdBa. Fix memory leak in wixstdba. | ||||
* | Add failing test for compiling a WixStdBa bundle. | Sean Hall | 2020-01-31 | 6 | -0/+112 |
| | |||||
* | Update backend binder extension. | Sean Hall | 2020-01-31 | 1 | -1/+2 |
| | |||||
* | Update dependencies. | Sean Hall | 2019-12-22 | 13 | -32/+32 |
| | |||||
* | Update the MbaHost test project to use an external exe to load the BA, which ↵ | Sean Hall | 2019-12-22 | 33 | -372/+756 |
| | | | | 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 | 26 | -62/+620 |
| |