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:
parent
75b478ad9e
commit
15cedc10f5
1 changed files with 1 additions and 1 deletions
|
@ -940,7 +940,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
||||||
{
|
{
|
||||||
char *buf2=process_string_fromparm_tobuf(0x22);
|
char *buf2=process_string_fromparm_tobuf(0x22);
|
||||||
update_status_text(buf2,buf0);
|
update_status_text(buf2,buf0);
|
||||||
funke();
|
if (funke()) exec_errorflag++;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue