Installer: Workaround for failed admin detection in very rare cases

This commit is contained in:
Birunthan Mohanathas 2012-02-15 15:37:24 +00:00
parent cc211053be
commit b26acbb5b8

View File

@ -154,6 +154,8 @@ PLUGIN_EXPORT double Update(void* data)
}
while (FindNextFile(hSearch, &fd));
FindClose(hSearch);
if (count != data.lastCount)
{
data.lastCount = count;