Thanks bob,

I tried to implement Closeapplication element, but I am getting an error while 
building. I am using WiX.3.0.3307.0 binaries with VS2005.

Following is error.

"The Product element contains an unhandled extension element 
'CloseApplication'.  Please ensure that the extension for elements in the 
'http://schemas.microsoft.com/wix/UtilExtension' namespace has been provided."  
 


and here is my code...

<CloseApplication xmlns="http://schemas.microsoft.com/wix/UtilExtension"; 
Id="CloseFaxFinderClient" Description="Need to close ff110client.exe" 
Target="ff110client.exe" Sequence="10"/>

This element I am putting under Product element.
Please let me know where I am not correct.

Regards,
VK



Bob Arnson <[EMAIL PROTECTED]> wrote: V K Gangwar wrote:
> I can see the CloseApps.cpp file in WiX sources. But how can use this 
> file for custom action. I have to build this.
> How I can build this DLL using VS2005 or VC++.

You don't need to build it -- it's in the WixUtilExtension.dll 
extension. See "CloseApplication Element" in wix.chm.

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





Regards,
  Veerendra Gangwar
  M +91 94 486 88537

       
---------------------------------
Never miss a thing.   Make Yahoo your homepage.
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to