aboutsummaryrefslogtreecommitdiff
path: root/src/wixstdba/WixStandardBootstrapperApplication.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIXFEAT:6164 Implement DisplayInternalUICondition.Sean Hall2020-05-161-0/+47
|
* WIXFEAT:6164 Update to latest balutil.Sean Hall2020-05-161-119/+113
|
* Treat failing to load SCD like mbahost treats .NET 4.5.2 on Win7 RTM.Sean Hall2020-04-291-1/+25
|
* Update ManagedHost tests to run off of a bundle.Sean Hall2020-04-231-0/+5
|
* 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-211-1/+2
|
* Upgrade to latest dependencies.Sean Hall2020-03-301-1/+3
| | | | | Stop skipping CanBuildUsingWixStdBa. Fix memory leak in wixstdba.
* Import code from old v4 repoSean Hall2018-12-311-0/+3849