aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Replace OnResolveSource with OnCacheAcquireResolving.Sean Hall2021-04-1922-291/+444
| | | | | | | | | | | | Update balretry to have a separate type for container vs payload. #3640
| * Fix balutil.slnRob Mensching2021-04-141-26/+0
| |
| * Allow BA to update feed sourceRob Mensching2021-04-145-0/+39
| | | | | | | | Fixes wixtoolset/issues#5568
| * Add MEND request state to repair any missing files in MSI packagesRob Mensching2021-04-1411-25/+35
| |
| * Integrate ForwardCompatible and RelatedBundle changes in Burn headers.Sean Hall2021-03-1120-58/+214
| |
| * Rely on the free-threaded marshaler for IBootstrapperEngine marshallingSean Hall2021-03-031-151/+15
| | | | | | | | | | | | It is the supported way to provide the direct pointer when marshalling, just like we were doing before. #4386
| * Integrate OnUnregisterBegin changes in Burn headers.Sean Hall2021-03-0218-52/+66
| |
| * Integrate patch related changes in Burn headers.Sean Hall2021-02-2221-158/+271
| |
| * Update to latest Burn headers.Sean Hall2021-02-0420-464/+40
| |
| * Remove enums that were removed in the native headers.Sean Hall2021-01-191-56/+0
| |
| * Update dependencies.Sean Hall2021-01-1910-30/+30
| |
| * Enable XML doc.Sean Hall2020-12-1925-330/+2045
| |
| * WIXFEAT:4626,5386 - Add more BA events.Sean Hall2020-12-0320-45/+893
| | | | | | | | OnBeginMsiTransactionBegin, OnBeginMsiTransactionComplete, OnCommitMsiTransactionBegin, OnCommitMsiTransactionComplete, OnRollbackMsiTransactionBegin, OnRollbackMsiTransactionComplete, OnPauseAutomaticUpdatesBegin, OnPauseAutomaticUpdatesComplete, OnSystemRestorePointBegin, OnSystemRestorePointComplete
| * Ignore C26812 warning for C style enums.Sean Hall2020-12-032-0/+16
| |
| * Add test projects for balutil and bextutil.Sean Hall2020-12-0315-0/+433
| | | | | | | | For now, they only have test implementations to check for compile errors in header only code.
| * Strong-name sign WiX assemblies.Sean Hall2020-10-313-0/+12
| |
| * Update dependencies.Sean Hall2020-10-246-9/+9
| |
| * Upgrade Nerdbank.GitVersioning.Sean Hall2020-10-247-10/+11
| |
| * Add CompareVersions engine method and expose verutil in Mba.Core.Sean Hall2020-10-2415-2/+392
| |
| * WIXFEAT:6210 Change data type of versions to strings.Sean Hall2020-10-2421-123/+185
| |
| * Remove ARM32Bob Arnson2020-09-2210-53/+21
| |
| * WIXFEAT:5319 Remove IVariables since they were a leaky abstraction.Sean Hall2020-08-095-249/+171
| |
| * WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-0916-54/+103
| |
| * Update dependencies.Sean Hall2020-07-198-20/+20
| |
| * Add BalLogArgs and BalLogErrorArgs.Sean Hall2020-07-012-4/+66
| |
| * Move native pdbs into symbols package.Sean Hall2020-06-241-0/+1
| |
| * Merge the native nupkg into the Mba.Core nupkg.Sean Hall2020-06-245-40/+17
| | | | | | | | Manually author the repository element in the nupkg for SourceLink.
| * Turn tests off in appveyor.yml since they're run in appveyor.cmdSean Hall2020-06-244-6/+41
| |
| * Add SourceLink to C++ projects.Sean Hall2020-06-242-2/+18
| |
| * Update to latest dutil.Sean Hall2020-06-248-18/+35
| |
| * Fix WixToolset.Mba.Core.nuspec - group without framework is fallback not commonSean Hall2020-06-221-2/+0
| |
| * Fail build on each command.Sean Hall2020-06-183-20/+18
| |
| * Add v142, x64, ARM, and ARM64.Sean Hall2020-06-1814-19/+149
| |
| * Create netstandard version of Mba.Core and separate nupkg for mbanative.Sean Hall2020-06-1811-114/+72
| |
| * WIXFEAT:6164 Update BAL_INFO_PACKAGE with bal specific data.Sean Hall2020-05-1613-32/+177
| |
| * WIXFEAT:6164 Add OnPlanMsiPackage.Sean Hall2020-05-169-4/+274
| |
| * Drop XP support.Sean Hall2020-05-1612-28/+28
| |
| * Fix bugs around mbanative's InitializeFromCreateArgs.Sean Hall2020-04-298-18/+19
| |
| * Add action to OnExecutePackageBegin.Sean Hall2020-04-2113-16/+27
| |
| * Add E_DNCHOST_SCD_RUNTIME_FAILURE.Sean Hall2020-04-211-0/+1
| |
| * Add bextutil.Sean Hall2020-03-3016-0/+1032
| |
| * Upgrade to latest BootstrapperCore.Sean Hall2020-03-3010-16/+39
| |
| * Guard around defining FACILITY_WIX.Sean Hall2020-03-125-6/+8
| |
| * Update WixToolset.BootstrapperCore.Native.Sean Hall2019-12-224-7/+7
| |
| * Move the entry point from Mba.Core to Mba.Host.Sean Hall2019-12-229-452/+1
| |
| * Move the responsibility of wrapping the binary interfaces from mbahost to ↵Sean Hall2019-12-2220-24/+402
| | | | | | | | the new mbanative dll of WixToolset.Mba.Core.
| * Move IBootstrapperApplication and IBootstrapperEngine into balutil.Sean Hall2019-12-2217-18/+1770
| |
| * Update the namespace in WixToolset.Mba.Core.Sean Hall2019-12-1126-29/+41
| |
| * Setup WixToolset.Mba.Core project and nuget package.Sean Hall2019-12-1110-7/+173
| |
| * Import files from BootstrapperCore repo.Sean Hall2019-12-1126-0/+5377
| |