Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Resolve paths while parsing them from the command line. | Sean Hall | 2022-06-07 | 12 | -183/+279 | |
| | | | | | The current directory is a process wide setting that can potentially be changed by any thread. Remove fileutil methods that had equivalent pathutil methods. | |||||
* | Add PathConcatRelativeToBase and use it in Burn. | Sean Hall | 2022-05-31 | 3 | -0/+158 | |
| | | | | Fixes 6707 | |||||
* | 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 | |
| | | | | | | Return null when WixVersion.TryParse returns false. 6776 | |||||
* | Store the prefix character in VERUTIL_VERSION. | Sean Hall | 2022-05-17 | 3 | -14/+106 | |
| | | | | Fix edge case where version string is all v's. | |||||
* | Add support for semver in bundles and dependencies | Rob Mensching | 2022-05-10 | 3 | -10/+86 | |
| | | | | | | | Take advantage of WixVersion/verutil functionality to support wider range of version numbers were possible in the WiX Toolset Completes 4666 | |||||
* | Make the estimated size in ARP a little more accurate. | Sean Hall | 2022-04-23 | 1 | -3/+2 | |
| | | | | Fixes 4039 | |||||
* | 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 | |
| | | | | | | | | Cabinets require files use DOS date/time. Since there are limits to DOS date/time, use the minimum date/time when a file's actual DOS date/time are out of bounds. Fixes 5296 | |||||
* | Refactor related bundle enumeration into butil. | Sean Hall | 2022-03-01 | 2 | -60/+469 | |
| | | | | Related to #3693 | |||||
* | 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 | |
| | | | | Add test for server without range request support. | |||||
* | Ignore HEAD request failure in dlutil's DownloadUrl. | Sean Hall | 2022-02-19 | 1 | -1/+4 | |
| | | | | Fixes #6331 | |||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 1 | -0/+1 | |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | |||||
* | Fix LogInitalize signature. | Bob Arnson | 2022-01-30 | 2 | -2/+2 | |
| | ||||||
* | Refactor some dependency detection. | Sean Hall | 2022-01-16 | 2 | -6/+15 | |
| | | | | | * Run DependencyDetect earlier * Do package dependency checking during each package/related bundle | |||||
* | Fix 32/64-bit bitness handling in Burn and BUtil. | Bob Arnson | 2022-01-16 | 6 | -161/+121 | |
| | | | | | | - Take advantage of RegOpenEx. - Always look for related bundles in both 32 and 64 hives. - BundleEnumRelatedBundle requires caller to specify bitness. | |||||
* | Add registry bitness to RegUtil and BUtil. | Bob Arnson | 2022-01-10 | 5 | -130/+211 | |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/6669. Fixes https://github.com/wixtoolset/issues/issues/6670. | |||||
* | Upload test results and fail the build if any are missing. | Sean Hall | 2022-01-01 | 1 | -2/+3 | |
| | | | | Always zip up the logs from %TEMP%. | |||||
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 4 | -5/+12 | |
| | | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build. | |||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 2 | -9/+11 | |
| | | | | Fixes #6348 | |||||
* | 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 | |
| | ||||||
* | Build with VS2022, which is now required. | Bob Arnson | 2021-12-25 | 8 | -62/+16 | |
| | | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works. | |||||
* | 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 | |
| | | | | #5927 | |||||
* | 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 control loaded event. | |||||
* | 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 | |
| | | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide. | |||||
* | Don't set NativeMachine variables when IsWow64Process2 is unavailable | Eric StJohn | 2021-09-13 | 1 | -1/+3 | |
| | ||||||
* | Add NativeMachine to Burn and WIX_NATIVE_MACHINE to UtilExtension | Eric StJohn | 2021-08-30 | 2 | -8/+35 | |
| | ||||||
* | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 1 | -1/+1 | |
| | ||||||
* | Add argument and policy setting to set Burn's base working directory. | Sean Hall | 2021-08-04 | 5 | -117/+268 | |
| | | | | Fixes #5856 | |||||
* | Get system TEMP path from the registry. | Sean Hall | 2021-08-04 | 2 | -0/+103 | |
| | | | | Also, correctly handle return codes from related path APIs. | |||||
* | Add fixed buffer butil APIs. | Sean Hall | 2021-07-19 | 2 | -20/+201 | |
| | ||||||
* | Fix more 32-bit assumptions. | Sean Hall | 2021-07-19 | 2 | -40/+12 | |
| | | | | Use strutil to return value in BundleGetBundleInfo. | |||||
* | Refactor butil while cleaning up other things. | Sean Hall | 2021-07-18 | 5 | -237/+326 | |
| |