John Lister wrote:
> I've tried to use the Description property of CloseApplication to display a 
> message, but that doesn't seem to work. I've also tried to schedule another 
> CloseApplication to occur at the end of the install based on the value of my 
> property:
>   

You need to make the property PUBLIC (all caps) to pass it from the UI 
sequence to the execute sequence. But you can also just leave it off: 
CloseApplication won't send the close message if the user closed it 
during the UI sequence.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to