aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Util/ca/RemoveFoldersEx.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't follow junctions when recursing directories.Rob Mensching2024-03-221-2/+10
| | | | | | | | | | | | | | When deleting directories recursively, an elevated custom action following junctions in a user-writable location could recurse into any directory, including some that you might not want to be deleted. Therefore, avoid recursing into directories that are actually junctions (aka "reparse points"). This applies to: - The RemoveFoldersEx custom action (which doesn't actually do deletions but would instruct elevated MSI to delete on your behalf). - DTF's custom action runner.
* Fix RemoveFoldersEx query.Bob Arnson2023-02-211-2/+2
| | | | Fixes https://github.com/wixtoolset/issues/issues/7236.
* Consistent-ify primary key column names.Bob Arnson2021-12-191-1/+1
|
* Skip Wow64 redirection on 64-bit CA builds.Bob Arnson2021-08-231-0/+10
|
* Move Util.wixext into extRob Mensching2021-05-031-0/+243