Re: [WiX-users] CloseApplication doesn't run under a specified condition

2008-11-26 Thread Chad Miles
Why not scrap the property & CA, and just stick w/ the util:CloseApplication and condition it on REMOVE="ALL" On Wed, Nov 26, 2008 at 10:11 AM, Jianjun An <[EMAIL PROTECTED]>wrote: > I want to close my application when uninstall. I use CloseApplication like > following: > > Property="Operation"

[WiX-users] CloseApplication doesn't run under a specified condition

2008-11-26 Thread Jianjun An
I want to close my application when uninstall. I use CloseApplication like following: Uninstalling http://schemas.microsoft.com/wix/UtilExtension"; Description="Need to close AppName.exe" Target="AppName.exe" Sequence="10" > The Property Operation is set to "Uninstalling" by def