execute a Installshield setup.exe - No Errorflag
I wrote a nsis script that launch an Installshield setup.exe. Here is the code snippet:
ClearErrors
ExecWait '"setup.exe"' $0
; Debug
MessageBox MB_ICONEXCLAMATION|MB_OK $0
The Installshield Setup installs a vpn client. The Problem is, if the user cancel the installshield setup or has no admin rights, nsis gets no errorflag from the installshield setup.
What do I wrong? Or it there another solution for this problem?
Thanks in Advance,
Schibulski