Hi Bob, thanks for the nabble link.

I have taken a look at the Wix.chm also, I have the following in my
Product section

<CloseApplication xmlns="http://schemas.microsoft.com/wix/UtilExtension";
Id="CloseTrayApp" Target="TrayApp.exe" />

Currently it doesn't appear to be doing anything (although it does
compile and link)

I'm guessing I need to specify when/how it runs. I only want it to run
on uninstall (i.e. before I attempt to remove TrayApp.exe, but I don't
know how I can schedule this.

I'm also experimenting with a VBScript CustomAction to achieve the same
thing, but currently I haven't got that working either.

Thanks for the help, Nic

-----Original Message-----
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: 17 January 2008 06:14
To: Nic Bedford
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Closing program on uninstall

[EMAIL PROTECTED] wrote:
> Can anyone please help me, I need to close a program before uninstall.
>   

WiX v3 includes an extension with a custom action to detect running 
applications and optionally close them. See 
http://www.nabble.com/How-to-use-CloseApps-custom-action-td14095635.html
.

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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to