|
|
#1 |
|
Junior Member
Join Date: Oct 2006
Posts: 1
|
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 |
|
|
|
|
|
#2 |
|
Member
Join Date: Aug 2006
Posts: 86
|
Hi schibulski,
As far as I know all installShilds run on two processes. This is why you do not get any error flag from the installShild setup exes. |
|
|
|
|
|
#3 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Unattended has a great resource on running installers silently in a manner which will get you the result.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|