I added the CloseApplication Wix feature to my install, but it doesn't
seem to be working.  In the MSI log it detects my EXE is running, but it
doesn't seem to send the WM_CLOSE message to shut it down.  I used the
old Spy++ tool to watch the window messages and I never see that
message.  It does flag the install to reboot at the end however.

Here is my xml entry for it.

    <util:CloseApplication Id="test" CloseMessage="yes"
Description="!(loc.RestartTestUI)" Target="test.exe"
Property="TESTRUNNING" />

Any ideas what might be going wrong?  

Thanks,
Mike


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to