Bugs item #1352643, was opened at 2005-11-09 17:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1352643&group_id=105970
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: CustomActions
Group: v2.0
Status: Open
Resolution: None
Priority: 5
Submitted By: shirata (shirata)
Assigned to: Nobody/Anonymous (nobody)
Summary: CAQuietExec errors with "Failed to read from handle."
Initial Comment:
version wix-2.0.3309.0
CAQuietExec errors with broken pipe and
message "Failed to read from handle."
LogOutput() in qtexecca.cpp fails in ReadFile() because
the handle is already closed. I think there is a typo in
CreatePipes() line 147:
Typo:
*phErrWrite = hErrWrite;
*phErrWrite = INVALID_HANDLE_VALUE;
*phInRead = hInRead;
*phInRead = INVALID_HANDLE_VALUE;
Should read:
*phErrWrite = hErrWrite;
hErrWrite = INVALID_HANDLE_VALUE;
*phInRead = hInRead;
hInRead = INVALID_HANDLE_VALUE;
Otherwise, hErrWrite and hInRead gets closed in
CreatePipes().
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1352643&group_id=105970
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs