aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Update to latest repo-template.Sean Hall2019-12-112-2/+4
| |
| * Update to latest Cpp.Build.props for locating latest Win10 SDK.Sean Hall2019-01-131-1/+5
| |
| * Fix lib path in WixToolset.BalUtil.props and add dependencies in balutil.nuspec.Sean Hall2018-12-302-2/+6
| |
| * Reduce extra appveyor builds by targeting only master and develop branchesRob Mensching2018-12-301-0/+5
| |
| * Add BootstrapperCore nuget feed.Sean Hall2018-12-301-0/+1
| |
| * Integrate into latest v4.Sean Hall2018-12-2915-0/+467
| |
| * Import code from old v4 repoSean Hall2018-12-2917-0/+4724
| |
| * Initial commitSean Hall2018-12-294-0/+373
|
* Merge ExtensibilityRob Mensching2021-05-1199-0/+4418
|\
| * Move Extensiblity into API/wixRob Mensching2021-04-29104-0/+0
| |
| * One shiny NuGet package, please and thank you.Sean Hall2021-04-251-1/+0
| |
| * Improve documentationRob Mensching2021-04-201-1/+18
| |
| * Fix typo.Sean Hall2021-04-191-1/+1
| |
| * Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>Rob Mensching2021-04-1922-48/+148
| | | | | | | | Part of wixtoolset/issues#6422
| * Add resolved codepage and LCID to bind contextRob Mensching2021-04-023-8/+74
| | | | | | | | | | | | Plus some XML documentation updates. Contributes to wixtoolset/issues#5801
| * Add XML doc to IVariableResolutionRob Mensching2021-03-251-1/+15
| |
| * Make ResetAcl opt-in instead of opt-outRob Mensching2021-03-161-2/+34
| |