summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx')
-rw-r--r--setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx b/setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx
index dd2b86760614..0ec17b0e5a1d 100644
--- a/setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx
+++ b/setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx
@@ -19,11 +19,6 @@
#include "shlxtmsi.hxx"
-#include <malloc.h>
-#include <assert.h>
-
-#include <queue>
-#include <stdio.h>
#include <strsafe.h>
#include <systools/win32/uwinapi.h>
@@ -34,7 +29,7 @@ static BOOL RemoveCompleteDirectoryW(const std::wstring& rPath)
bool bDirectoryRemoved = true;
std::wstring sPattern = rPath + L"\\" + L"*.*";
- WIN32_FIND_DATA aFindData;
+ WIN32_FIND_DATAW aFindData;
// Finding all content in rPath
@@ -106,6 +101,7 @@ extern "C" UINT __stdcall RenamePrgFolder( MSIHANDLE handle )
}
}
+ // ? This succeeds unconditionally, even if bSuccess is false!
return ERROR_SUCCESS;
}