Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | When logging at the debug level, log errors from all sources. | Sean Hall | 2021-01-27 | 5 | -5/+20 | |
| | | ||||||
| * | Always call PlanDump, and make it log at the REPORT_DEBUG level. | Sean Hall | 2021-01-27 | 3 | -52/+44 | |
| | | | | | | | | Fixes #6327. | |||||
| * | First steps on Burn for x64 and ARM64 | Bob Arnson | 2021-01-19 | 9 | -12/+88 | |
| | | ||||||
| * | Fix code analysis warnings. | Bob Arnson | 2021-01-19 | 5 | -7/+14 | |
| | | ||||||
| * | Enable ControlFlowGuard. | Bob Arnson | 2021-01-19 | 1 | -0/+3 | |
| | | ||||||
| * | Fix error tracing, DUTIL_SOURCE_DEFAULT wasn't defined the same in the stub ↵ | Sean Hall | 2021-01-18 | 1 | -0/+4 | |
| | | | | | | | | and engine.lib. | |||||
| * | Remove dead code. | Sean Hall | 2021-01-17 | 12 | -50/+16 | |
| | | ||||||
| * | Update PlanTest to use manifests created by latest v4. | Sean Hall | 2021-01-17 | 6 | -187/+129 | |
| | | ||||||
| * | Upgrade to latest dutil as first step for x64 and ARM64 | Bob Arnson | 2021-01-11 | 19 | -44/+44 | |
| | | ||||||
| * | WIXFEAT:6195 - Don't change current directory for ExePackage. | Sean Hall | 2020-12-15 | 1 | -14/+2 | |
| | | ||||||
| * | WIXBUG:4539 - Fix overall Cache action planning with related bundles. | Sean Hall | 2020-12-15 | 2 | -0/+78 | |
| | | ||||||
| * | Refactor PlanRelatedBundlesBegin without changing behavior. | Sean Hall | 2020-12-15 | 2 | -43/+69 | |
| | | ||||||
| * | Consolidate the code for the BA and bext engines. | Sean Hall | 2020-11-17 | 6 | -685/+956 | |
| | | ||||||
| * | Allow E_IMPL from BA/bext and check all cbSizes from BA/bext. | Sean Hall | 2020-11-17 | 8 | -179/+372 | |
| | | ||||||
| * | Add BA messages around system restore points. | Sean Hall | 2020-11-17 | 6 | -9/+342 | |
| | | ||||||
| * | Add logging and BA messages around MSI transactions. | Sean Hall | 2020-11-17 | 9 | -31/+414 | |
| | | ||||||
| * | Ignore C26812 warning for C style enums. | Sean Hall | 2020-11-17 | 3 | -1/+13 | |
| | | ||||||
| * | Use plan to decide when to begin, commit, or rollback MSI transactions | Sean Hall | 2020-11-17 | 9 | -149/+226 | |
| | | ||||||
| * | Clean up the elevation code for MSI transactions. | Sean Hall | 2020-11-17 | 5 | -261/+213 | |
| | | ||||||
| * | Add plan tests. | Sean Hall | 2020-11-17 | 15 | -34/+1125 | |
| | | ||||||
| * | Run unit tests in the build script. | Sean Hall | 2020-11-17 | 9 | -24/+29 | |
| | | ||||||
| * | Update engine PlatformToolset to v142. | Sean Hall | 2020-11-11 | 1 | -2/+2 | |
| | | ||||||
| * | WIXFEAT:5355 - Don't clear variable for missing key or value. | Sean Hall | 2020-11-01 | 2 | -4/+8 | |
| | | ||||||
| * | WIXFEAT:3816-Format variables and respect absolute paths in Log/@Prefix | Sean Hall | 2020-11-01 | 1 | -16/+38 | |
| | | ||||||
| * | Stop encrypting hidden variables. | Sean Hall | 2020-11-01 | 9 | -376/+27 | |
| | | | | | | | | 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 Hall | 2020-11-01 | 6 | -55/+112 | |
| | | ||||||
| * | 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 | 7 | -2/+70 | |
| | | ||||||
| * | Update string versioning. | Sean Hall | 2020-10-24 | 9 | -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 Hall | 2020-10-24 | 38 | -429/+505 | |
| | | ||||||
| * | Update splash screen to be per-monitor DPI aware. | Sean Hall | 2020-08-09 | 10 | -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 Hall | 2020-08-09 | 25 | -214/+313 | |
| | | ||||||
| * | Don't embed application manifest for burn.exe since Core will embed it. | Sean Hall | 2020-07-19 | 2 | -21/+1 | |
| | | ||||||
| * | Make NBGV version resource information go into 1033. | Sean Hall | 2020-07-19 | 2 | -0/+7 | |
| | | ||||||
| * | Move Burn headers from BootstrapperCore repo. | Sean Hall | 2020-07-18 | 14 | -16/+1788 | |
| | | ||||||
| * | Only support encrypting string variants. | Sean Hall | 2020-07-17 | 3 | -119/+32 | |
| | | ||||||
| * | Add VariantTest. | Sean Hall | 2020-07-17 | 4 | -4/+209 | |
| | | ||||||
| * | Integrate BurnUnitTest into latest v4. | Sean Hall | 2020-07-16 | 18 | -164/+262 | |
| | | ||||||
| * | Import BurnUnitTest from old wix4 repo. | Sean Hall | 2020-07-16 | 19 | -0/+2928 | |
| | | ||||||
| * | Upgrade to VS2019 appveyor image. | Sean Hall | 2020-06-24 | 1 | -1/+1 | |
| | | ||||||
| * | Add SourceLink to C++ projects. | Sean Hall | 2020-06-24 | 2 | -1/+16 | |
| | | ||||||
| * | Move native pdbs into symbols package. | Sean Hall | 2020-06-24 | 1 | -1/+1 | |
| | | ||||||
| * | Update to latest dutil. | Sean Hall | 2020-06-24 | 9 | -13/+45 | |
| | | ||||||
| * | Set Visible to false for the contents of WixToolset.Burn. | Sean Hall | 2020-06-15 | 2 | -3/+4 | |
| | | ||||||
| * | 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 | |
| | |