aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-2945-9/+2700
| |
| * 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-2317-72/+183
| |
| * 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-064-13/+10
| |
| * 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-314-0/+97
| |
| * 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-2232-362/+675
| | | | | | | | allows loading a different .NET than the one running the tests. This also allows writing the tests in C# instead of C++/CLI.
| * Move the entry point from Mba.Core to Mba.Host.Sean Hall2019-12-2224-60/+607
| |
| * Update dependencies.Sean Hall2019-12-1113-35/+51
| |
| * Compile bundle authoring in the wixlib.Sean Hall2019-12-116-32/+71
| |
| * Bring extension up to date.Sean Hall2019-12-1112-80/+78
| |
| * Update to latest repo-template.Sean Hall2019-12-113-3/+5
| |
| * WIXFEAT:3815 - Update mbahost test for updates to ↵Sean Hall2019-02-154-9/+9
| | | | | | | | BaseBootstrapperApplicationFactory and BootstrapperApplication.
| * WIXFEAT:3815 - Update mbahost test for BootstrapperApplicationFactoryAttribute.Sean Hall2019-02-155-6/+37
| |
| * Add test for creating a Managed BA through mbahost.Sean Hall2019-02-1311-6/+361
| |
| * Fix build.Sean Hall2019-01-183-3/+3
| |
| * Build bafunctions.vcxprojSean Hall2019-01-135-148/+40
| |
| * Update to latest Cpp.Build.props for locating latest Win10 SDK.Sean Hall2019-01-131-1/+5
| |
| * Integrate into latest v4.Sean Hall2018-12-3134-491/+1149
| |
| * Import code from old v4 repoSean Hall2018-12-3176-0/+8504
|
* Merge Util.wixextRob Mensching2021-05-11167-0/+22349
|\
| * Move Util.wixext into extRob Mensching2021-05-03169-13/+242
| |
| * Clean up 32-bit assumptions.Sean Hall2021-04-295-19/+11
| |
| * Use IReadOnlyCollection.Sean Hall2021-04-192-3/+3
| |
| * Update dependencies.Sean Hall2021-04-152-4/+4
| |
| * Fix rollback of user rightsRob Mensching2021-04-124-80/+389
| |
| * Add RemoveRegistryKeyRob Mensching2021-04-1211-6/+366
| |
| * Add Condition to RemoveFoldersExRob Mensching2021-04-125-29/+87
| |
| * Move RestartResource attributes to symbolRob Mensching2021-04-122-18/+18
| |
| * Move SecureObj attributes to symbolRob Mensching2021-04-122-13/+16
| |
| * Update dutilRob Mensching2021-04-122-2/+2
| |
| * Update dependencies.Bob Arnson2021-04-0620-109/+53
| |
| * Minor test clean upRob Mensching2021-03-194-12/+1
| |
| * RemoveFolderEx.Property should be modularized as a ColumnRob Mensching2021-03-194-1/+41
| | | | | | | | | | | | | | The value in the column is the name of a Property not a formatted field that can contain properties. Fixes wixtoolset/issues#4449
| * Update dependencies.Sean Hall2021-03-181-2/+2
| |
| * Update to latest build infrastructureRob Mensching2021-03-038-98/+34
| |
| * Use updated AccessModifier enumRob Mensching2021-03-031-3/+3
| |
| * Update dependencies.Sean Hall2021-03-024-12/+12
| |