-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RemoveFolderEx: Remove a folder recursively. Differs from WixUtilExte…
…nsion's RemoveFolderEx in proper handling of reparse points (symbolic links, mount volumes, etc.) Reparse points are deleted before RemoveFiles action. On rollback, the reparse points are restored Worksaround Windows Installer bugous handling of reparse points- such as deleting the target of symbolic link files, or keeping directory symbolic link if their target contains files
- Loading branch information
Showing
24 changed files
with
1,245 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.