Now sets the error flag if DllRegisterServer fails (Bugs item #624176)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1431 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-10-16 16:51:58 +00:00
parent 75b478ad9e
commit 15cedc10f5

View file

@ -940,7 +940,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
{
char *buf2=process_string_fromparm_tobuf(0x22);
update_status_text(buf2,buf0);
funke();
if (funke()) exec_errorflag++;
}
else
{