Skip to content
⌘ NSIS Forum Archive

PRoblem with ExecDos

2 posts

frayed#

PRoblem with ExecDos

Hi

I have an installer, which executes 2 external programs. I use ExecDos for this. The issue is that on a number of machines, both programs are executed as they should be, but on some other machines only one executes as it should. The other returns error code -14, which according to the source code is because CreateProcess fails.

Is there anyone who has an idea why this could happen? All the machines run Windows XP SP2.
Takhir#
May be exit code not reflects real error... Increase timeout if you use /timeout option.
Can nsExec do this?