aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil (follow)
Commit message (Expand)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
* Add PathConcatRelativeToBase and use it in Burn.Sean Hall2022-05-313-0/+158
* 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
* Store the prefix character in VERUTIL_VERSION.Sean Hall2022-05-173-14/+106
* Add support for semver in bundles and dependenciesRob Mensching2022-05-103-10/+86
* Make the estimated size in ARP a little more accurate.Sean Hall2022-04-231-3/+2
* 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
* Refactor related bundle enumeration into butil.Sean Hall2022-03-012-60/+469
* 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
* Ignore HEAD request failure in dlutil's DownloadUrl.Sean Hall2022-02-191-1/+4
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-171-0/+1
* Fix LogInitalize signature.Bob Arnson2022-01-302-2/+2
* Refactor some dependency detection.Sean Hall2022-01-162-6/+15
* Fix 32/64-bit bitness handling in Burn and BUtil.Bob Arnson2022-01-166-161/+121
* Add registry bitness to RegUtil and BUtil.Bob Arnson2022-01-105-130/+211
* Remove warnings and make sure more don't creep in.Sean Hall2022-01-013-4/+9
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-302-9/+11
* 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
* 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
* 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 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
* 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