aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * WIXFEAT:6210 Change data type of versions to strings.Sean Hall2020-10-2421-123/+185
| |
| * Remove ARM32Bob Arnson2020-09-229-51/+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-197-19/+19
| |
| * 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-244-39/+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-242-5/+38
| |
| * 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-182-4/+2
| |
| * Add v142, x64, ARM, and ARM64.Sean Hall2020-06-1812-18/+94
| |
| * Create netstandard version of Mba.Core and separate nupkg for mbanative.Sean Hall2020-06-189-104/+58
| |
| * 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-1610-25/+25
| |
| * 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-3014-0/+1021
| |
| * 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-2219-22/+381
| | | | | | | | 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-1125-28/+40
| |
| * Setup WixToolset.Mba.Core project and nuget package.Sean Hall2019-12-118-7/+162
| |
| * 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
| |
| * Integrate into latest v4.Sean Hall2018-12-299-0/+332
| |
| * Import code from old v4 repoSean Hall2018-12-2917-0/+4724
|
* Merge ExtensibilityRob Mensching2021-05-1199-0/+4418
|\
| * Move Extensiblity into API/wixRob Mensching2021-04-29104-0/+142
| |
| * 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
| |
| * Add method to disallow inner textRob Mensching2021-03-161-0/+6
| | | | | | | | Part of wixtoolset/issues#6237
| * Use extension methods instead of a custom interface for IServiceProviderRob Mensching2021-03-1414-28/+100
| | | | | | | | | | | | | | | | There are several helpful methods for getting services out of an IServiceProvider. Instead of introducing a custom interface to inject those methods into the inheritance tree, this change uses extension methods to add the helper methods and reduce the number of custom interfaces.
| * Minimize public surface area of CoreRob Mensching2021-03-146-16/+283
| | | | | | | | Part of wixtoolset/issues#6374
| * In Extensibility projects, treat warnings as errors.Sean Hall2021-03-021-0/+6
| |
| * Fix warnings in XML docRob Mensching2021-03-021-3/+4
| |
| * Short names are now created in the backend not the frontendRob Mensching2021-03-021-0/+1
| |