aboutsummaryrefslogtreecommitdiff
path: root/src/engine (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove dead code.Sean Hall2021-01-1710-35/+15
|
* Update PlanTest to use manifests created by latest v4.Sean Hall2021-01-172-5/+5
|
* Upgrade to latest dutil as first step for x64 and ARM64Bob Arnson2021-01-1115-37/+37
|
* WIXFEAT:6195 - Don't change current directory for ExePackage.Sean Hall2020-12-151-14/+2
|
* WIXBUG:4539 - Fix overall Cache action planning with related bundles.Sean Hall2020-12-151-0/+6
|
* Refactor PlanRelatedBundlesBegin without changing behavior.Sean Hall2020-12-152-43/+69
|
* Consolidate the code for the BA and bext engines.Sean Hall2020-11-176-685/+956
|
* Allow E_IMPL from BA/bext and check all cbSizes from BA/bext.Sean Hall2020-11-178-179/+372
|
* Add BA messages around system restore points.Sean Hall2020-11-175-9/+296
|
* Add logging and BA messages around MSI transactions.Sean Hall2020-11-178-31/+337
|
* Ignore C26812 warning for C style enums.Sean Hall2020-11-171-1/+1
|
* Use plan to decide when to begin, commit, or rollback MSI transactionsSean Hall2020-11-178-126/+187
|
* Clean up the elevation code for MSI transactions.Sean Hall2020-11-175-261/+213
|
* Add plan tests.Sean Hall2020-11-1711-34/+138
|
* Run unit tests in the build script.Sean Hall2020-11-172-6/+6
|
* Update engine PlatformToolset to v142.Sean Hall2020-11-111-2/+2
|
* WIXFEAT:5355 - Don't clear variable for missing key or value.Sean Hall2020-11-011-4/+2
|
* WIXFEAT:3816-Format variables and respect absolute paths in Log/@PrefixSean Hall2020-11-011-16/+38
|
* Stop encrypting hidden variables.Sean Hall2020-11-016-323/+22
| | | | They were persisted in plaintext, and always had to be decrypted and sent to a separate process to actually be used.
* WIXFEAT:6258 - Format variables when evaluating condition.Sean Hall2020-11-013-43/+85
|
* 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-244-2/+41
|
* Update string versioning.Sean Hall2020-10-248-56/+224
| | | | | 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-2425-363/+391
|
* Update splash screen to be per-monitor DPI aware.Sean Hall2020-08-095-128/+171
| | | | 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-0918-164/+130
|
* Move Burn headers from BootstrapperCore repo.Sean Hall2020-07-183-11/+8
|
* Only support encrypting string variants.Sean Hall2020-07-172-115/+28
|
* Integrate BurnUnitTest into latest v4.Sean Hall2020-07-162-6/+6
|
* Update to latest dutil.Sean Hall2020-06-244-6/+8
|
* 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-1614-87/+234
|
* 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-112-6/+6
|
* Integrate into latest v4Sean Hall2018-12-296-2/+190
|
* Import code from old v4 repoSean Hall2018-12-2978-0/+41422