From 97e2fb014127a390118dd9cbb6b9e0475123a2c9 Mon Sep 17 00:00:00 2001 From: Bevan Weiss Date: Fri, 2 Aug 2024 21:45:46 +1000 Subject: 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 --- src/ext/Util/ca/RemoveFoldersEx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ext') 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( { hr = S_OK; } - ExitOnFailure(hr, "Failure occured while processing Wix4RemoveFolderEx table"); + ExitOnFailure(hr, "Failure occurred while processing Wix4RemoveFolderEx table"); LExit: #ifndef _WIN64 -- cgit v1.2.3-55-g6feb