[ros-bugs] [Bug 3135] NSIS nsExec fails without error

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Sat Feb 7 21:31:04 CET 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=3135





--- Comment #9 from bugboy <martinmnet at hotmail.com>  2009-02-07 21:31:03 CET ---
This script works using the newer version of nsis.

The problem was with the previous version of NSIS.
Its nsexec.dll wasnt waiting on the process handle with WaitForSingleObject
after the process was created.
For the attached exe above, the nsexec.dll that gets copied and run as an exe
with parameter of ipconfig doesnt have this wait function imported.
However the program attached above seems to run fine on windows (go figure). 

So we obviously have some difference between ROS's CreateProcess and windows
CreateProcess allowing it to execute on one and not the other.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Ros-bugs mailing list