diff options
author | Bevan Weiss <bevan.weiss@gmail.com> | 2024-08-02 21:45:46 +1000 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-09-02 23:45:08 -0400 |
commit | 97e2fb014127a390118dd9cbb6b9e0475123a2c9 (patch) | |
tree | 70891e4ff79f388dd6ace1d3ff1fff38a8982b43 /src/ext | |
parent | 1011c5609bc12ded5188dc76484fc5075d24617c (diff) | |
download | wix-97e2fb014127a390118dd9cbb6b9e0475123a2c9.tar.gz wix-97e2fb014127a390118dd9cbb6b9e0475123a2c9.tar.bz2 wix-97e2fb014127a390118dd9cbb6b9e0475123a2c9.zip |
A basic install / uninstall test for RemoveFoldersEx
Contains no files etc to verify that Remove action can still occur without
other elements bringing in the RemoveFiles Standard Action
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to 'src/ext')
-rw-r--r-- | src/ext/Util/ca/RemoveFoldersEx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Util/ca/RemoveFoldersEx.cpp b/src/ext/Util/ca/RemoveFoldersEx.cpp index 9523dda7..f162e929 100644 --- a/src/ext/Util/ca/RemoveFoldersEx.cpp +++ b/src/ext/Util/ca/RemoveFoldersEx.cpp | |||
@@ -232,7 +232,7 @@ extern "C" UINT WINAPI WixRemoveFoldersEx( | |||
232 | { | 232 | { |
233 | hr = S_OK; | 233 | hr = S_OK; |
234 | } | 234 | } |
235 | ExitOnFailure(hr, "Failure occured while processing Wix4RemoveFolderEx table"); | 235 | ExitOnFailure(hr, "Failure occurred while processing Wix4RemoveFolderEx table"); |
236 | 236 | ||
237 | LExit: | 237 | LExit: |
238 | #ifndef _WIN64 | 238 | #ifndef _WIN64 |