> 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:

Cheers bob, you are a star. that worked... Just to sort out a custom action 
now ...

> CloseApplication won't send the close message if the user closed it
> during the UI sequence.

I wanted the user to control whether it was killed or not as they may be 
using IE when they downloaded the installer. If they killed it themselves, 
that was ok too.

JOHN 


-------------------------------------------------------------------------
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