Last we talked, we were thinking this summer.

_______________________________________________________________
 FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

-----Original Message-----
From: Tom Brezinski [mailto:to...@networkinstruments.com] 
Sent: Monday, 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 will 
likely be out within my development window.

-----Original Message-----
From: Rob Mensching [mailto:r...@firegiant.com]
Sent: 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, 2014 10:54 AM
To: General discussion about the WiX toolset.
Subject: [WiX-users] util:CloseApplication and EndSessionMessage

I'm trying to use CloseApplication with the EndSessionMessage option and am not 
experiencing the expected result.  By default in OnClose my application asks if 
the user is sure they want to close.  So I added handlers for 
WM_QUERYENDSESSION to return TRUE and WM_ENDSESSION to close the program 
without the prompt.  I know they work because they fire when I shutdown Windows 
with the application open.  But it is not working from CloseApplication.  If I 
use CloseMessage the prompt will pop up asking the user if they want to quit so 
messages must be able to get through, but with EndSessionMessage nothing.  For 
reference I'm using WiX 3.8.1128.0.

This is all I have for my element, am I missing something?
        <util:CloseApplication Id="closeMyApplication"
                               Target="myApplication.exe"
                               Timeout="30"
                               EndSessionMessage="yes"/>
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the 
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the 
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the 
definitive new guide to graph databases and their applications. Written by 
three acclaimed leaders in the field, this first edition is now available. 
Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to