All:
I've run into a rather interesting problem. I'm trying to launch an MSI
program (e.g. "MSIExec.Exe MyMSI.msi /qn") from my Win32 service. The
MSIExec.Exe process launches okay (supposedly in "quiet" mode due to the
'/qn' switch), but immediately hangs. A hang dump reveals the MSI program
is making a Messagebox call !?!?
Note that I can launch all other non-UI programs just fine from my service.
Question? Is there any way in my code to accomodate, or preferably, quell ,
this program's messagebox in order for the process to proceed ? I create
the process via CreateProcessWithLogonW().
Thanks,
Bill
Bill Davidson - 13 Oct 2007 20:08 GMT
Please disregard. I found the problem.
Bill
> All:
>
[quoted text clipped - 13 lines]
> Thanks,
> Bill