On Mo, 2007-06-11 at 23:29 -0500, Misha Koshelev wrote:
- On installation problems, a MessageBox is displayed and there
does not seem to be a way to turn this off.
A CBT-Hook (HCBT_CREATEWND) might help
On Tue, 2007-06-12 at 21:09 +0200, Detlef Riekenberg wrote:
On Mo, 2007-06-11 at 23:29 -0500, Misha Koshelev wrote:
- On installation problems, a MessageBox is displayed and there
does not seem to be a way to turn this off.
A CBT-Hook (HCBT_CREATEWND) might help
Yes, I figured this out last night (see my message about services). However problem is that there is also a Beep() (not a MessageBeep) and the only way to disable that is by stopping the beep service, which requires administrator priviledges. So my plan is in a future patch to run the tests that fauk if we are able to disable the beep service (and then re-set it to its initial state) or if it is already disabled, otherwise all tests that fail cannot be run as there is still a beep. Unless you know of another way to disable Beep()?
Misha