aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-0717-81/+518
|
* REG_EXPAND_SZ values are not necessarily a path.Sean Hall2022-06-0713-32/+211
|
* Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value.Sean Hall2022-06-076-156/+993
|
* Make PathGetSystemPath return an array of paths ordered by preference.Sean Hall2022-06-074-15/+64
|
* Add PathSkipPastRoot.Sean Hall2022-06-076-306/+408
|
* Replace PathCompare with PathCompareCanonicalized.Sean Hall2022-06-078-188/+286
|
* Resolve paths while parsing them from the command line.Sean Hall2022-06-0712-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 Hall2022-05-313-0/+158
| | | | Fixes 6707
* Add PathCanonicalizeForComparison.Sean Hall2022-05-315-113/+819
|
* Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified.Sean Hall2022-05-313-20/+300
|
* Add MemSizeChecked.Sean Hall2022-05-318-109/+130
|
* PathGetDirectory can't be responsible for stripping quotes.Sean Hall2022-05-312-6/+33
|
* PathEnsureQuoted is not generally useful.Sean Hall2022-05-312-68/+0
|
* Keep track of when parts of verutil/WixVersions are missing.Sean Hall2022-05-173-0/+185
| | | | | | Return null when WixVersion.TryParse returns false. 6776
* Store the prefix character in VERUTIL_VERSION.Sean Hall2022-05-173-14/+106
| | | | Fix edge case where version string is all v's.
* Add support for semver in bundles and dependenciesRob Mensching2022-05-103-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 Hall2022-04-231-3/+2
| | | | Fixes 4039
* DUtilTraceErrorSourceFiltersOnTraceLevel is still flaky.Sean Hall2022-04-131-1/+1
|
* Fix "flaky" DUtil test.Ron Martin2022-04-131-2/+3
|
* Fix themes to account for UnsafeUninstall action.Sean Hall2022-03-161-4/+2
|
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-142-8/+8
|
* Use min DOS date/time when filetime not supported by cabinetRob Mensching2022-03-141-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 Hall2022-03-012-60/+469
| | | | Related to #3693
* Parse the Content-Length string value to avoid the 2GB limitation.Sean Hall2022-02-191-8/+6
|
* Handle missing content length with range request and empty files.Sean Hall2022-02-191-7/+39
| | | | Add test for server without range request support.
* Ignore HEAD request failure in dlutil's DownloadUrl.Sean Hall2022-02-191-1/+4
| | | | Fixes #6331
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-171-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 Arnson2022-01-302-2/+2
|
* Refactor some dependency detection.Sean Hall2022-01-162-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 Arnson2022-01-166-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 Arnson2022-01-105-130/+211
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6669. Fixes https://github.com/wixtoolset/issues/issues/6670.
* Remove warnings and make sure more don't creep in.Sean Hall2022-01-013-4/+9
| | | | 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 Hall2021-12-302-9/+11
| | | | Fixes #6348
* Build simplification and parallelizationRob Mensching2021-12-301-0/+0
|
* Use `v143` toolset except `v141` for libs.Bob Arnson2021-12-251-3/+3
|
* Build with VS2022, which is now required.Bob Arnson2021-12-254-31/+8
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Fix typos.Bob Arnson2021-12-171-1/+1
|
* ListView controls can have a different image list for different modes.Sean Hall2021-11-101-3/+3
|
* Move ImageList element back under Theme since it's not a control.Sean Hall2021-11-101-4/+4
|
* Go back to thmutil not interfering with wixstdba controls.Sean Hall2021-11-102-21/+22
|
* Use DefDlgProc in thmutil.Sean Hall2021-11-011-9/+25
| | | | #5927
* Avoid using control ids inside of thmutil.Sean Hall2021-11-018-459/+565
|
* Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing.Sean Hall2021-11-012-0/+33
|
* Make thmutil automatically load controls during window creation.Sean Hall2021-11-012-62/+118
| | | | Add control loaded event.
* Add more thmutil window messages to simplify handling control events.Sean Hall2021-11-012-89/+247
|
* Allow more customization of control ids in thmutil.Sean Hall2021-11-012-29/+81
| | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide.
* Don't set NativeMachine variables when IsWow64Process2 is unavailableEric StJohn2021-09-131-1/+3
|
* Add NativeMachine to Burn and WIX_NATIVE_MACHINE to UtilExtensionEric StJohn2021-08-302-8/+35
|
* Allow BA to opt out of MSI transaction.Nir Bar2021-08-121-1/+1
|
* Add argument and policy setting to set Burn's base working directory.Sean Hall2021-08-045-117/+268
| | | | Fixes #5856