aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More .NET 5 updates.Sean Hall2020-11-0212-23/+37
| | | | | 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-3121-23/+35
|
* Update dependencies.Sean Hall2020-10-2423-81/+88
|
* Last bit of inner text expunged.Bob Arnson2020-09-264-14/+12
|
* Fix missing inner text conversion.Sean Hall2020-08-101-5/+5
|
* WIXBUG:5688 Installation Successful and Repair Successful headers not shown ↵Sean Hall2020-08-095-20/+20
| | | | correctly.
* WIXFEAT:4863 Update to latest thmutil.Sean Hall2020-08-0920-66/+68
|
* Use hdt_get_function_pointer in dnchost when available.Sean Hall2020-07-225-8/+61
|
* Upgrade DotNetAppHost package to .NET 5 to use its static nethost lib and ↵Sean Hall2020-07-225-106/+5
| | | | headers.
* Fix ManagedHost tests by using Heat to harvest the BA payloads.Sean Hall2020-07-2237-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 Hall2020-07-1921-54/+55
|
* Update to latest thmutil.Sean Hall2020-07-0612-32/+22
|
* Update wixstdba to show theme load errors.Sean Hall2020-07-011-0/+37
|
* Update dependencies.Sean Hall2020-07-0118-23/+26
|
* Remove Resources from wixstdba.vcxproj since VS has gotten judgy about ↵Sean Hall2020-07-011-42/+0
| | | | wildcards.
* Build wixlib with WixToolset.SdkRob Mensching2020-06-279-61/+21
|
* The Great Tuple to Symbol File Rename (tm)Rob Mensching2020-06-279-0/+0
|
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-2712-252/+252
|
* Create symbols package.Sean Hall2020-06-243-3/+37
|
* Add SourceLink to public projects.Sean Hall2020-06-2410-8/+70
|
* Update dependencies.Sean Hall2020-06-2422-52/+49
| | | | Run tests before packing and don't build twice.
* Update dependencies.Sean Hall2020-06-2227-149/+109
|
* Merge pull request #16 from wixtoolset/bob/updateToolsBob Arnson2020-06-084-5/+7
|\ | | | | Update to latest tools
| * Fix a couple of many warnings.Bob Arnson2020-06-082-9/+8
| |
| * Update to latest toolsBob Arnson2020-06-073-8/+11
|/
* WIXFEAT:6164 Implement DisplayInternalUICondition.Sean Hall2020-05-169-0/+188
|
* WIXFEAT:6164 Update to latest balutil.Sean Hall2020-05-1621-177/+178
|
* Update to latest tools.Sean Hall2020-05-1613-27/+8
|
* Add WPF .NET Core test.Sean Hall2020-04-2919-13/+400
|
* Add support for FDD in DotNetCoreBootstrapperApplicationHost.Sean Hall2020-04-2917-12/+415
|
* Treat failing to load SCD like mbahost treats .NET 4.5.2 on Win7 RTM.Sean Hall2020-04-299-9/+228
|
* Add DotNetCoreBootstrapperApplicationHost for an SCD-style .NET Core BA.Sean Hall2020-04-2946-9/+2756
|
* Update dependencies.Sean Hall2020-04-2913-31/+31
|
* Add reload engine and test.Sean Hall2020-04-2313-18/+217
|
* Update ManagedHost tests to run off of a bundle.Sean Hall2020-04-2318-72/+184
|
* Update BalBurnBackendExtension to use BundleFinalize.Sean Hall2020-04-235-14/+48
|
* Add ManagedBootstrapperApplicationPrereqInformation element to move prereq ↵Sean Hall2020-04-2310-282/+94
| | | | info back to NetFx.
* WIXBUG:4342 - Force cancel if m_fShowingInternalUiThisPackageSean Hall2020-04-211-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_fShowingInternalUiThisPackageSean Hall2020-04-211-2/+6
| | | | where it was calculated with the bundle action instead of the package action.
* Update dependencies.Sean Hall2020-04-2115-36/+33
|
* Update dependencies.Sean Hall2020-04-133-19/+3
|
* Modernize BalCompiler and BalBurnBackendExtension.Sean Hall2020-04-063-129/+150
|
* BalWindowsInstallerBackendBinderExtension is supposed to be a ↵Sean Hall2020-04-064-60/+2
| | | | BurnBackendExtension.
* Update dependencies.Sean Hall2020-04-065-14/+11
|
* Upgrade to latest dependencies.Sean Hall2020-03-3020-42/+50
| | | | | Stop skipping CanBuildUsingWixStdBa. Fix memory leak in wixstdba.
* Add failing test for compiling a WixStdBa bundle.Sean Hall2020-01-316-0/+112
|
* Update backend binder extension.Sean Hall2020-01-311-1/+2
|
* Update dependencies.Sean Hall2019-12-2213-32/+32
|
* Update the MbaHost test project to use an external exe to load the BA, which ↵Sean Hall2019-12-2233-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.