aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix version log formats that weren't updated to ls.Sean Hall2020-10-311-3/+3
| |
| * Default to same-version upgrades for bundles.Sean Hall2020-10-312-5/+5
| |
| * Allow unsetting version variables.Sean Hall2020-10-244-15/+43
| |
| * Get the internal Burn version to be Major.Minor.Patch.BuildNumber.Sean Hall2020-10-243-4/+11
| |
| * Add CompareVersions engine method.Sean Hall2020-10-247-2/+70
| |
| * Update string versioning.Sean Hall2020-10-249-56/+225
| | | | | | | | | | Update condition parsing to allow specific characters for versions. Log every time an invalid version is parsed.
| * WIXFEAT:6210 Change data type of versions to strings.Sean Hall2020-10-2438-429/+505
| |
| * Update splash screen to be per-monitor DPI aware.Sean Hall2020-08-0910-137/+180
| | | | | | | | Remove GDI+ from engine since the higher quality scaling isn't worth the additional dependency.
| * WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-0925-214/+313
| |
| * Don't embed application manifest for burn.exe since Core will embed it.Sean Hall2020-07-192-21/+1
| |
| * Make NBGV version resource information go into 1033.Sean Hall2020-07-192-0/+7
| |
| * Move Burn headers from BootstrapperCore repo.Sean Hall2020-07-1814-16/+1788
| |
| * Only support encrypting string variants.Sean Hall2020-07-173-119/+32
| |
| * Add VariantTest.Sean Hall2020-07-174-4/+209
| |
| * Integrate BurnUnitTest into latest v4.Sean Hall2020-07-1618-164/+262
| |
| * Import BurnUnitTest from old wix4 repo.Sean Hall2020-07-1619-0/+2928
| |
| * Upgrade to VS2019 appveyor image.Sean Hall2020-06-241-1/+1
| |
| * Add SourceLink to C++ projects.Sean Hall2020-06-242-1/+16
| |
| * Move native pdbs into symbols package.Sean Hall2020-06-241-1/+1
| |
| * Update to latest dutil.Sean Hall2020-06-249-13/+45
| |
| * Set Visible to false for the contents of WixToolset.Burn.Sean Hall2020-06-152-3/+4
| |
| * Add WindowsBuildNumber variable which is set to dwBuildNumber from ↵Sean Hall2020-05-231-0/+5
| | | | | | | | RtlGetVersion()
| * WIXBUG:5980 Fix bugs around INSTALLUILEVEL_SOURCERESONLY.Sean Hall2020-05-218-17/+47
| | | | | | | | | | Apply requires a valid hWnd since otherwise a source resolution prompt could hang the bundle. Burn now defaults to INSTALLUILEVEL_NONE by itself if the bundle is not showing UI.
| * WIXBUG:3869 FilterResult needs to apply MB_TYPEMASK to dwAllowedResults.Sean Hall2020-05-211-1/+2
| |
| * WIXFEAT:6164 Give BA control over UI level and handler.Sean Hall2020-05-1616-90/+237
| |
| * Redo nuget package so that burn.exe's get put where Core expects them to beSean Hall2020-05-103-9/+17
| |
| * Implement fDisableUnloading for the BA.Sean Hall2020-04-294-6/+8
| |
| * Add action to OnExecutePackageBegin.Sean Hall2020-04-215-17/+20
| |
| * Implement SetVariable.Sean Hall2020-03-304-1/+89
| |
| * Help BAs and BundleExtensions find their data file.Sean Hall2020-03-304-1/+17
| |
| * Add support for ExtensionSearches.Sean Hall2020-03-306-10/+104
| |
| * Add support for BundleExtensions.Sean Hall2020-03-3015-14/+701
| |
| * Retry ElevationElevate once if we think it failed due to antivirus interference.Sean Hall2020-03-124-5/+15
| |
| * Add cbSize parameter to BOOTSTRAPPER_COMMAND.Sean Hall2019-12-223-3/+4
| |
| * Update dependencies.Sean Hall2019-12-114-9/+9
| |
| * 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
| |
| * 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 v4Sean Hall2018-12-2920-13/+639
| |
| * Import code from old v4 repoSean Hall2018-12-2990-0/+41905
| |
| * Initial commitSean Hall2018-12-294-0/+373
|
* Merge balutilRob Mensching2021-05-11105-0/+19988
|\
| * Move balutil into API/burnRob Mensching2021-04-29108-0/+0
| |
| * Migrate Burn API headers from burn repositoryRob Mensching2021-04-298-0/+2056
| |
| * Integrate new build scripts with signing supportRob Mensching2021-04-2913-71/+112
| |
| * Integrate size_t and OnPlanPackageBegin changes in Burn headers.Sean Hall2021-04-2930-215/+244
| |
| * Add new caching BA events.Sean Hall2021-04-199-378/+943
| | | | | | | | #3640
| * Replace OnResolveSource with OnCacheAcquireResolving.Sean Hall2021-04-1922-291/+444
| | | | | | | | | | | | Update balretry to have a separate type for container vs payload. #3640
| * Fix balutil.slnRob Mensching2021-04-141-26/+0
| |