Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIXFEAT:6258 - Format variables when evaluating condition. | Sean Hall | 2020-11-01 | 3 | -43/+85 |
| | |||||
* | Fix version log formats that weren't updated to ls. | Sean Hall | 2020-10-31 | 1 | -3/+3 |
| | |||||
* | Default to same-version upgrades for bundles. | Sean Hall | 2020-10-31 | 2 | -5/+5 |
| | |||||
* | Allow unsetting version variables. | Sean Hall | 2020-10-24 | 4 | -15/+43 |
| | |||||
* | Get the internal Burn version to be Major.Minor.Patch.BuildNumber. | Sean Hall | 2020-10-24 | 3 | -4/+11 |
| | |||||
* | Add CompareVersions engine method. | Sean Hall | 2020-10-24 | 4 | -2/+41 |
| | |||||
* | Update string versioning. | Sean Hall | 2020-10-24 | 8 | -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 Hall | 2020-10-24 | 25 | -363/+391 |
| | |||||
* | Update splash screen to be per-monitor DPI aware. | Sean Hall | 2020-08-09 | 5 | -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 Hall | 2020-08-09 | 18 | -164/+130 |
| | |||||
* | Move Burn headers from BootstrapperCore repo. | Sean Hall | 2020-07-18 | 3 | -11/+8 |
| | |||||
* | Only support encrypting string variants. | Sean Hall | 2020-07-17 | 2 | -115/+28 |
| | |||||
* | Integrate BurnUnitTest into latest v4. | Sean Hall | 2020-07-16 | 2 | -6/+6 |
| | |||||
* | Update to latest dutil. | Sean Hall | 2020-06-24 | 4 | -6/+8 |
| | |||||
* | Add WindowsBuildNumber variable which is set to dwBuildNumber from ↵ | Sean Hall | 2020-05-23 | 1 | -0/+5 |
| | | | | RtlGetVersion() | ||||
* | WIXBUG:5980 Fix bugs around INSTALLUILEVEL_SOURCERESONLY. | Sean Hall | 2020-05-21 | 8 | -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 Hall | 2020-05-21 | 1 | -1/+2 |
| | |||||
* | WIXFEAT:6164 Give BA control over UI level and handler. | Sean Hall | 2020-05-16 | 14 | -87/+234 |
| | |||||
* | Implement fDisableUnloading for the BA. | Sean Hall | 2020-04-29 | 4 | -6/+8 |
| | |||||
* | Add action to OnExecutePackageBegin. | Sean Hall | 2020-04-21 | 5 | -17/+20 |
| | |||||
* | Implement SetVariable. | Sean Hall | 2020-03-30 | 4 | -1/+89 |
| | |||||
* | Help BAs and BundleExtensions find their data file. | Sean Hall | 2020-03-30 | 4 | -1/+17 |
| | |||||
* | Add support for ExtensionSearches. | Sean Hall | 2020-03-30 | 6 | -10/+104 |
| | |||||
* | Add support for BundleExtensions. | Sean Hall | 2020-03-30 | 15 | -14/+701 |
| | |||||
* | Retry ElevationElevate once if we think it failed due to antivirus interference. | Sean Hall | 2020-03-12 | 4 | -5/+15 |
| | |||||
* | Add cbSize parameter to BOOTSTRAPPER_COMMAND. | Sean Hall | 2019-12-22 | 3 | -3/+4 |
| | |||||
* | Update dependencies. | Sean Hall | 2019-12-11 | 2 | -6/+6 |
| | |||||
* | Integrate into latest v4 | Sean Hall | 2018-12-29 | 6 | -2/+190 |
| | |||||
* | Import code from old v4 repo | Sean Hall | 2018-12-29 | 78 | -0/+41422 |