aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/cabcutil.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-271-51/+35
| | | | Fixes 3455
* Resolve paths while parsing them from the command line.Sean Hall2022-06-071-4/+4
| | | | | The current directory is a process wide setting that can potentially be changed by any thread. Remove fileutil methods that had equivalent pathutil methods.
* 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
* Move dutil into libs/dutilRob Mensching2021-04-291-0/+1539