| Commit message (Expand) | Author | Age | Files | Lines |
* | Update some skipped tests to be dynamically skipped. | Sean Hall | 2022-06-15 | 1 | -7/+35 |
* | Build and run x64 dutil tests. | Sean Hall | 2022-06-15 | 5 | -74/+76 |
* | Make sure base paths are fully qualified in Burn. | Sean Hall | 2022-06-07 | 2 | -0/+29 |
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 17 | -81/+518 |
* | REG_EXPAND_SZ values are not necessarily a path. | Sean Hall | 2022-06-07 | 13 | -32/+211 |
* | Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value. | Sean Hall | 2022-06-07 | 6 | -156/+993 |
* | Make PathGetSystemPath return an array of paths ordered by preference. | Sean Hall | 2022-06-07 | 4 | -15/+64 |
* | Add PathSkipPastRoot. | Sean Hall | 2022-06-07 | 6 | -306/+408 |
* | Replace PathCompare with PathCompareCanonicalized. | Sean Hall | 2022-06-07 | 8 | -188/+286 |
* | Resolve paths while parsing them from the command line. | Sean Hall | 2022-06-07 | 12 | -183/+279 |
* | Add PathConcatRelativeToBase and use it in Burn. | Sean Hall | 2022-05-31 | 3 | -0/+158 |
* | Add PathCanonicalizeForComparison. | Sean Hall | 2022-05-31 | 5 | -113/+819 |
* | Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified. | Sean Hall | 2022-05-31 | 3 | -20/+300 |
* | Add MemSizeChecked. | Sean Hall | 2022-05-31 | 8 | -109/+130 |
* | PathGetDirectory can't be responsible for stripping quotes. | Sean Hall | 2022-05-31 | 2 | -6/+33 |
* | PathEnsureQuoted is not generally useful. | Sean Hall | 2022-05-31 | 2 | -68/+0 |
* | Keep track of when parts of verutil/WixVersions are missing. | Sean Hall | 2022-05-17 | 3 | -0/+185 |
* | Store the prefix character in VERUTIL_VERSION. | Sean Hall | 2022-05-17 | 3 | -14/+106 |
* | Add support for semver in bundles and dependencies | Rob Mensching | 2022-05-10 | 3 | -10/+86 |
* | Make the estimated size in ARP a little more accurate. | Sean Hall | 2022-04-23 | 1 | -3/+2 |
* | DUtilTraceErrorSourceFiltersOnTraceLevel is still flaky. | Sean Hall | 2022-04-13 | 1 | -1/+1 |
* | Fix "flaky" DUtil test. | Ron Martin | 2022-04-13 | 1 | -2/+3 |
* | Fix themes to account for UnsafeUninstall action. | Sean Hall | 2022-03-16 | 1 | -4/+2 |
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 2 | -8/+8 |
* | Use min DOS date/time when filetime not supported by cabinet | Rob Mensching | 2022-03-14 | 1 | -3/+11 |
* | Refactor related bundle enumeration into butil. | Sean Hall | 2022-03-01 | 2 | -60/+469 |
* | Parse the Content-Length string value to avoid the 2GB limitation. | Sean Hall | 2022-02-19 | 1 | -8/+6 |
* | Handle missing content length with range request and empty files. | Sean Hall | 2022-02-19 | 1 | -7/+39 |
* | Ignore HEAD request failure in dlutil's DownloadUrl. | Sean Hall | 2022-02-19 | 1 | -1/+4 |
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -0/+1 |
* | Fix LogInitalize signature. | Bob Arnson | 2022-01-30 | 2 | -2/+2 |
* | Refactor some dependency detection. | Sean Hall | 2022-01-16 | 2 | -6/+15 |
* | Fix 32/64-bit bitness handling in Burn and BUtil. | Bob Arnson | 2022-01-16 | 6 | -161/+121 |
* | Add registry bitness to RegUtil and BUtil. | Bob Arnson | 2022-01-10 | 5 | -130/+211 |
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 3 | -4/+9 |
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 2 | -9/+11 |
* | Build simplification and parallelization | Rob Mensching | 2021-12-30 | 1 | -0/+0 |
* | Use `v143` toolset except `v141` for libs. | Bob Arnson | 2021-12-25 | 1 | -3/+3 |
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 4 | -31/+8 |
* | Fix typos. | Bob Arnson | 2021-12-17 | 1 | -1/+1 |
* | ListView controls can have a different image list for different modes. | Sean Hall | 2021-11-10 | 1 | -3/+3 |
* | Move ImageList element back under Theme since it's not a control. | Sean Hall | 2021-11-10 | 1 | -4/+4 |
* | Go back to thmutil not interfering with wixstdba controls. | Sean Hall | 2021-11-10 | 2 | -21/+22 |
* | Use DefDlgProc in thmutil. | Sean Hall | 2021-11-01 | 1 | -9/+25 |
* | Avoid using control ids inside of thmutil. | Sean Hall | 2021-11-01 | 8 | -459/+565 |
* | Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing. | Sean Hall | 2021-11-01 | 2 | -0/+33 |
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 2 | -62/+118 |
* | Add more thmutil window messages to simplify handling control events. | Sean Hall | 2021-11-01 | 2 | -89/+247 |
* | Allow more customization of control ids in thmutil. | Sean Hall | 2021-11-01 | 2 | -29/+81 |
* | Don't set NativeMachine variables when IsWow64Process2 is unavailable | Eric StJohn | 2021-09-13 | 1 | -1/+3 |