Fixed bug #659045
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2007 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
11535284b8
commit
a719722b10
3 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue