From 15cedc10f5060192dd1d09e74a0e2c42674bfc2e Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 16 Oct 2002 16:51:58 +0000 Subject: [PATCH] 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 --- Source/exehead/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/exehead/exec.c b/Source/exehead/exec.c index 66e0ec2d..8b3ede26 100644 --- a/Source/exehead/exec.c +++ b/Source/exehead/exec.c @@ -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 {