removed delete messagebox
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@669 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
93a5fa4c1c
commit
096e3c04f5
1 changed files with 0 additions and 1 deletions
|
@ -365,7 +365,6 @@ end:
|
|||
|
||||
#ifdef NSIS_CONFIG_PLUGIN_SUPPORT
|
||||
// Clean up after plug-ins
|
||||
MessageBox(0, plugins_temp_dir, "delete", MB_OK);
|
||||
if (plugins_temp_dir[0]) doRMDir(plugins_temp_dir,1);
|
||||
#endif // NSIS_CONFIG_PLUGIN_SUPPORT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue