aboutsummaryrefslogtreecommitdiff
path: root/src/stub (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-18Fix error tracing, DUTIL_SOURCE_DEFAULT wasn't defined the same in the stub a...Sean Hall1-0/+4
2021-01-17Remove dead code.Sean Hall12-50/+16
2021-01-17Update PlanTest to use manifests created by latest v4.Sean Hall6-187/+129
2021-01-11Upgrade to latest dutil as first step for x64 and ARM64Bob Arnson19-44/+44
2020-12-15WIXFEAT:6195 - Don't change current directory for ExePackage.Sean Hall1-14/+2
2020-12-15WIXBUG:4539 - Fix overall Cache action planning with related bundles.Sean Hall2-0/+78
2020-12-15Refactor PlanRelatedBundlesBegin without changing behavior.Sean Hall2-43/+69
2020-11-17Consolidate the code for the BA and bext engines.Sean Hall6-685/+956
2020-11-17Allow E_IMPL from BA/bext and check all cbSizes from BA/bext.Sean Hall8-179/+372
2020-11-17Add BA messages around system restore points.Sean Hall6-9/+342
2020-11-17Add logging and BA messages around MSI transactions.Sean Hall9-31/+414
2020-11-17Ignore C26812 warning for C style enums.Sean Hall3-1/+13
2020-11-17Use plan to decide when to begin, commit, or rollback MSI transactionsSean Hall9-149/+226
2020-11-17Clean up the elevation code for MSI transactions.Sean Hall5-261/+213
2020-11-17Add plan tests.Sean Hall15-34/+1125
2020-11-17Run unit tests in the build script.Sean Hall9-24/+29
2020-11-11Update engine PlatformToolset to v142.Sean Hall1-2/+2
2020-11-01WIXFEAT:5355 - Don't clear variable for missing key or value.Sean Hall2-4/+8
2020-11-01WIXFEAT:3816-Format variables and respect absolute paths in Log/@PrefixSean Hall1-16/+38
2020-11-01Stop encrypting hidden variables.Sean Hall9-376/+27
2020-11-01WIXFEAT:6258 - Format variables when evaluating condition.Sean Hall6-55/+112
2020-10-31Fix version log formats that weren't updated to ls.Sean Hall1-3/+3
2020-10-31Default to same-version upgrades for bundles.Sean Hall2-5/+5
2020-10-24Allow unsetting version variables.Sean Hall4-15/+43
2020-10-24Get the internal Burn version to be Major.Minor.Patch.BuildNumber.Sean Hall3-4/+11
2020-10-24Add CompareVersions engine method.Sean Hall7-2/+70
2020-10-24Update string versioning.Sean Hall9-56/+225
2020-10-24WIXFEAT:6210 Change data type of versions to strings.Sean Hall38-429/+505
2020-08-09Update splash screen to be per-monitor DPI aware.Sean Hall10-137/+180
2020-08-09WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall25-214/+313
2020-07-19Don't embed application manifest for burn.exe since Core will embed it.Sean Hall2-21/+1
2020-07-19Make NBGV version resource information go into 1033.Sean Hall2-0/+7
2020-07-18Move Burn headers from BootstrapperCore repo.Sean Hall14-16/+1788
2020-07-17Only support encrypting string variants.Sean Hall3-119/+32
2020-07-17Add VariantTest.Sean Hall4-4/+209
2020-07-16Integrate BurnUnitTest into latest v4.Sean Hall18-164/+262
2020-07-16Import BurnUnitTest from old wix4 repo.Sean Hall19-0/+2928
2020-06-24Upgrade to VS2019 appveyor image.Sean Hall1-1/+1
2020-06-24Add SourceLink to C++ projects.Sean Hall2-1/+16
2020-06-24Move native pdbs into symbols package.Sean Hall1-1/+1
2020-06-24Update to latest dutil.Sean Hall9-13/+45
2020-06-15Set Visible to false for the contents of WixToolset.Burn.Sean Hall2-3/+4
2020-05-23Add WindowsBuildNumber variable which is set to dwBuildNumber from RtlGetVers...Sean Hall1-0/+5
2020-05-21WIXBUG:5980 Fix bugs around INSTALLUILEVEL_SOURCERESONLY.Sean Hall8-17/+47
2020-05-21WIXBUG:3869 FilterResult needs to apply MB_TYPEMASK to dwAllowedResults.Sean Hall1-1/+2
2020-05-16WIXFEAT:6164 Give BA control over UI level and handler.Sean Hall16-90/+237
2020-05-10Redo nuget package so that burn.exe's get put where Core expects them to beSean Hall3-9/+17
2020-04-29Implement fDisableUnloading for the BA.Sean Hall4-6/+8
2020-04-21Add action to OnExecutePackageBegin.Sean Hall5-17/+20
2020-03-30Implement SetVariable.Sean Hall4-1/+89