aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil (follow)
Commit message (Expand)AuthorAgeFilesLines
* Disallow attributes in Billboard/Panel.Bob Arnson2022-09-151-0/+14
* Add more burn E2E tests.Sean Hall2022-09-151-2/+0
* Don't search for 64-bit bundles on 32-bit OS.Sean Hall2022-09-141-3/+12
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-032-19/+103
* Delay closing the bundle log so that restart failures will be logged.Sean Hall2022-09-032-5/+53
* Move logutil docs into header and standardize inline wrapper methods.Sean Hall2022-09-032-186/+181
* Restrict panels to static controls.Bob Arnson2022-08-291-52/+57
* Process and return the failed version of reboot exit codes in Burn.Sean Hall2022-08-261-0/+8
* Use a dedicated pipe for redirecting logging from the elevated process.Sean Hall2022-08-191-0/+4
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-102-83/+109
* Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName.Sean Hall2022-08-103-37/+214
* Skip logging errors in some places when they are due to missing files or regi...Sean Hall2022-08-0913-233/+286
* Implement cabinet spanningRob Mensching2022-08-051-1/+1
* Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion.Sean Hall2022-06-2912-43/+204
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-2714-306/+903
* Add LoadSystemApiSet.Sean Hall2022-06-272-13/+87
* Move LoadSystemLibrary and LoadSystemLibraryWithPath into apputil.Sean Hall2022-06-277-105/+137
* Require \r\n in ConsoleReadWSean Hall2022-06-271-1/+1
* Make sure base paths are fully qualified in Burn.Sean Hall2022-06-072-0/+29
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-0712-80/+424
* REG_EXPAND_SZ values are not necessarily a path.Sean Hall2022-06-078-32/+113
* Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value.Sean Hall2022-06-072-156/+308
* Make PathGetSystemPath return an array of paths ordered by preference.Sean Hall2022-06-073-15/+36
* Add PathSkipPastRoot.Sean Hall2022-06-075-171/+255
* Replace PathCompare with PathCompareCanonicalized.Sean Hall2022-06-077-188/+217
* Resolve paths while parsing them from the command line.Sean Hall2022-06-0710-182/+149
* Add PathConcatRelativeToBase and use it in Burn.Sean Hall2022-05-312-0/+51
* Add PathCanonicalizeForComparison.Sean Hall2022-05-313-69/+307
* Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified.Sean Hall2022-05-312-20/+101
* Add MemSizeChecked.Sean Hall2022-05-317-106/+124
* PathGetDirectory can't be responsible for stripping quotes.Sean Hall2022-05-311-6/+0
* PathEnsureQuoted is not generally useful.Sean Hall2022-05-312-68/+0
* Keep track of when parts of verutil/WixVersions are missing.Sean Hall2022-05-172-0/+17
* Store the prefix character in VERUTIL_VERSION.Sean Hall2022-05-172-12/+26
* 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
* 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
* 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-011-1/+0
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-302-9/+11
* Use `v143` toolset except `v141` for libs.Bob Arnson2021-12-251-3/+3