| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow wixstdba special controls to have declarative text. | Sean Hall | 2022-08-10 | 2 | -83/+109 |
* | Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName. | Sean Hall | 2022-08-10 | 3 | -37/+214 |
* | Skip logging errors in some places when they are due to missing files or regi... | Sean Hall | 2022-08-09 | 13 | -233/+286 |
* | Implement cabinet spanning | Rob Mensching | 2022-08-05 | 1 | -1/+1 |
* | Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion. | Sean Hall | 2022-06-29 | 16 | -43/+269 |
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 15 | -308/+1083 |
* | Add LoadSystemApiSet. | Sean Hall | 2022-06-27 | 2 | -13/+87 |
* | Move LoadSystemLibrary and LoadSystemLibraryWithPath into apputil. | Sean Hall | 2022-06-27 | 7 | -105/+137 |
* | Require \r\n in ConsoleReadW | Sean Hall | 2022-06-27 | 1 | -1/+1 |
* | Use dotnet test on C++/CLI test projects to get trx logs. | Sean Hall | 2022-06-16 | 1 | -2/+4 |
* | 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 | 6 | -75/+78 |
* | 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 |
* | Set each native library dependency version to the build version. | Sean Hall | 2022-04-19 | 1 | -1/+1 |
* | 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 |
* | Upload test results and fail the build if any are missing. | Sean Hall | 2022-01-01 | 1 | -2/+3 |
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 4 | -5/+12 |
* | 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 | 5 | -12/+8 |
* | Use `v143` toolset except `v141` for libs. | Bob Arnson | 2021-12-25 | 2 | -6/+6 |