Re: [WiX-users] Problem prompting the user to close an application

2008-10-21 Thread John Lister
> 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

Re: [WiX-users] Problem prompting the user to close an application

2008-10-21 Thread Bob Arnson
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 pro