ExecWait problem
When i use ExecWait, it executes the executable and it execute the next instruction. I thought that it was suposed to wait for the executed process to quit before doing anyting else. Did i do something wrong ?
This is my code:
ExecWait '"$SDKPath\Uninstall.exe"'
MessageBox MB_OK|MB_ICONEXCLAMATION 'Something'
Ps. Uninstall.exe is NSIS my uninstaller executable.