git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2007 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-12-27 16:31:24 +00:00
parent 11535284b8
commit a719722b10
3 changed files with 3 additions and 2 deletions

View file

@ -1480,6 +1480,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
{
update_status_text_from_lang(LANG_ERRORCREATING,buf0);
DeleteFile(buf1);
exec_errorflag++;
}
else
update_status_text_from_lang(LANG_CREATEDUNINST,buf0);