Execwait equivalent for System::Call ?
Is there Execwait equivalent for System::Call? What I'm trying to do is to include a DLL in the installer, extract and call it during the installation and delete the DLL once we're done. Using just System::Call the DLL is usually in use when NSIS reaches the delete command, thus failing to remove it.