Re: [WiX-users] util:CloseApplication and EndSessionMessage

2014-03-10 Thread Rob Mensching
, March 10, 2014 4:50 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] util:CloseApplication and EndSessionMessage Is there a target date or quarter for the v3.9 release? If it's too far out I'll come up with a different solution but hate to do extra work if v3.9 wi

Re: [WiX-users] util:CloseApplication and EndSessionMessage

2014-03-10 Thread Tom Brezinski
: Thursday, March 06, 2014 7:34 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] util:CloseApplication and EndSessionMessage There was a WM_ENDSESSION bug fixed in v3.9 -Original Message- From: Tom Brezinski [mailto:to...@networkinstruments.com] Sent: Thursday, March 6,

Re: [WiX-users] util:CloseApplication and EndSessionMessage

2014-03-07 Thread Valdimar
I never got this to work myself and ended up using a custom action to send a command line argument to the application that could be running to shut itself down. and then put this into the InstallExecuteSequence: FileKey "App1EXE" refers to the variable you used to specify the install location

Re: [WiX-users] util:CloseApplication and EndSessionMessage

2014-03-06 Thread Rob Mensching
There was a WM_ENDSESSION bug fixed in v3.9 -Original Message- From: Tom Brezinski [mailto:to...@networkinstruments.com] Sent: Thursday, March 6, 2014 10:54 AM To: General discussion about the WiX toolset. Subject: [WiX-users] util:CloseApplication and EndSessionMessage I'm trying to use