Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-12-08 | Format wixlib files using 'wix format'. | Sean Hall | 7 | -139/+124 | |
2020-12-04 | Remove xsd from nuspec. | Sean Hall | 1 | -1/+0 | |
2020-12-04 | xsd got moved to doc repo. | Sean Hall | 2 | -362/+0 | |
2020-12-03 | Ignore C26812 warning for C style enums. | Sean Hall | 2 | -0/+16 | |
2020-12-03 | WIXFEAT:4626 - Display progress for pausing updates and creating SRP | Sean Hall | 1 | -0/+52 | |
2020-12-03 | Update dependencies and add fallbacks for new BA messages. | Sean Hall | 14 | -50/+160 | |
2020-11-02 | More .NET 5 updates. | Sean Hall | 12 | -23/+37 | |
Fix tests when running on machine with .NET 5. Update frameworks for .NET Core MBA (3.1 vs 5.0). | |||||
2020-10-31 | Add test for Overridable. | Sean Hall | 4 | -4/+49 | |
Also, reenable MBA test. | |||||
2020-10-31 | Strong-name sign WiX assemblies. | Sean Hall | 21 | -23/+35 | |
2020-10-24 | Update dependencies. | Sean Hall | 23 | -81/+88 | |
2020-09-26 | Last bit of inner text expunged. | Bob Arnson | 4 | -14/+12 | |
2020-08-10 | Fix missing inner text conversion. | Sean Hall | 1 | -5/+5 | |
2020-08-09 | WIXBUG:5688 Installation Successful and Repair Successful headers not shown ↵ | Sean Hall | 5 | -20/+20 | |
correctly. | |||||
2020-08-09 | WIXFEAT:4863 Update to latest thmutil. | Sean Hall | 20 | -66/+68 | |
2020-07-22 | Use hdt_get_function_pointer in dnchost when available. | Sean Hall | 5 | -8/+61 | |
2020-07-22 | Upgrade DotNetAppHost package to .NET 5 to use its static nethost lib and ↵ | Sean Hall | 5 | -106/+5 | |
headers. | |||||
2020-07-22 | Fix ManagedHost tests by using Heat to harvest the BA payloads. | Sean Hall | 37 | -1031/+238 | |
Also, build all example bundles in the new examples.proj instead of the tests to speed up the solution build. | |||||
2020-07-19 | Update dependencies. | Sean Hall | 21 | -54/+55 | |
2020-07-06 | Update to latest thmutil. | Sean Hall | 12 | -32/+22 | |
2020-07-01 | Update wixstdba to show theme load errors. | Sean Hall | 1 | -0/+37 | |
2020-07-01 | Update dependencies. | Sean Hall | 18 | -23/+26 | |
2020-07-01 | Remove Resources from wixstdba.vcxproj since VS has gotten judgy about ↵ | Sean Hall | 1 | -42/+0 | |
wildcards. | |||||
2020-06-27 | Build wixlib with WixToolset.Sdk | Rob Mensching | 9 | -61/+21 | |
2020-06-27 | The Great Tuple to Symbol File Rename (tm) | Rob Mensching | 9 | -0/+0 | |
2020-06-27 | The Great Tuple to Symbol Rename (tm) | Rob Mensching | 12 | -252/+252 | |
2020-06-24 | Create symbols package. | Sean Hall | 3 | -3/+37 | |
2020-06-24 | Add SourceLink to public projects. | Sean Hall | 10 | -8/+70 | |
2020-06-24 | Update dependencies. | Sean Hall | 22 | -52/+49 | |
Run tests before packing and don't build twice. | |||||
2020-06-22 | Update dependencies. | Sean Hall | 27 | -149/+109 | |
2020-06-08 | Fix a couple of many warnings. | Bob Arnson | 2 | -9/+8 | |
2020-06-07 | Update to latest tools | Bob Arnson | 3 | -8/+11 | |
2020-05-16 | WIXFEAT:6164 Implement DisplayInternalUICondition. | Sean Hall | 9 | -0/+188 | |
2020-05-16 | WIXFEAT:6164 Update to latest balutil. | Sean Hall | 21 | -177/+178 | |
2020-05-16 | Update to latest tools. | Sean Hall | 13 | -27/+8 | |
2020-04-29 | Add WPF .NET Core test. | Sean Hall | 19 | -13/+400 | |
2020-04-29 | Add support for FDD in DotNetCoreBootstrapperApplicationHost. | Sean Hall | 17 | -12/+415 | |
2020-04-29 | Treat failing to load SCD like mbahost treats .NET 4.5.2 on Win7 RTM. | Sean Hall | 9 | -9/+228 | |
2020-04-29 | Add DotNetCoreBootstrapperApplicationHost for an SCD-style .NET Core BA. | Sean Hall | 46 | -9/+2756 | |
2020-04-29 | Update dependencies. | Sean Hall | 13 | -31/+31 | |
2020-04-23 | Add reload engine and test. | Sean Hall | 13 | -18/+217 | |
2020-04-23 | Update ManagedHost tests to run off of a bundle. | Sean Hall | 18 | -72/+184 | |
2020-04-23 | Update BalBurnBackendExtension to use BundleFinalize. | Sean Hall | 5 | -14/+48 | |
2020-04-23 | Add ManagedBootstrapperApplicationPrereqInformation element to move prereq ↵ | Sean Hall | 10 | -282/+94 | |
info back to NetFx. | |||||
2020-04-21 | WIXBUG:4342 - Force cancel if m_fShowingInternalUiThisPackage | Sean Hall | 1 | -11/+25 | |
Add critical section for m_fShowingInternalUiThisPackage since OnExecutePackageBegin happens on the Burn thread and OnClose happens on the UI thread. | |||||
2020-04-21 | WIXBUG:6158 - Fix bug with m_fShowingInternalUiThisPackage | Sean Hall | 1 | -2/+6 | |
where it was calculated with the bundle action instead of the package action. | |||||
2020-04-21 | Update dependencies. | Sean Hall | 15 | -36/+33 | |
2020-04-13 | Update dependencies. | Sean Hall | 3 | -19/+3 | |
2020-04-06 | Modernize BalCompiler and BalBurnBackendExtension. | Sean Hall | 3 | -129/+150 | |
2020-04-06 | BalWindowsInstallerBackendBinderExtension is supposed to be a ↵ | Sean Hall | 4 | -60/+2 | |
BurnBackendExtension. | |||||
2020-04-06 | Update dependencies. | Sean Hall | 5 | -14/+11 | |