Plugins code fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2565 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4ed6f71481
commit
1e785dee33
1 changed files with 2 additions and 2 deletions
|
@ -2320,7 +2320,7 @@ again:
|
|||
ret=add_entry_direct(EW_PUSHPOP, zero_offset);
|
||||
if (ret != PS_OK) return ret;
|
||||
// ClearErrors
|
||||
ret=add_entry_direct(EW_SETFLAG, add_intstring(FLAG_OFFSET(exec_error)));
|
||||
ret=add_entry_direct(EW_SETFLAG, FLAG_OFFSET(exec_error));
|
||||
if (ret != PS_OK) return ret;
|
||||
// GetTempFileName $0
|
||||
ret=add_entry_direct(EW_GETTEMPFILENAME);
|
||||
|
@ -2335,7 +2335,7 @@ again:
|
|||
ret=add_entry_direct(EW_IFFLAG, ns_label.add("Initialize_____Plugins_error",0), 0, FIELD_OFFSET(installer_flags, exec_error)/sizeof(int));
|
||||
if (ret != PS_OK) return ret;
|
||||
// Copy $0 to $PLUGINSDIR
|
||||
ret=add_entry_direct(EW_ASSIGNVAR,25,zero_offset);
|
||||
ret=add_entry_direct(EW_ASSIGNVAR, 25, zero_offset);
|
||||
if (ret != PS_OK) return ret;
|
||||
// Pop $0
|
||||
ret=add_entry_direct(EW_PUSHPOP, 0, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue