I'm trying to close any open Outlook session, but I'm getting the following 
error on the code below:

<?xml version="1.0"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
     xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";> 
<Product> 
    <util:CloseApplication Id="CloseOutlook" ElevatedCloseMessage="yes" 
CloseMessage="yes" Description="Outlook needs to be closed" RebootPrompt="no" 
Target="Outlook.exe">1</util:CloseApplication>
        . . . 
</Product
</Wix>

The Product element contains an unhandled extension element 
'util:CloseApplication'.  Please ensure that the extension for elements in the 
'http://schemas.microsoft.com/wix/UtilExtension' namespace has been provided.   
     C:\Dev\Code\WSOD\Apps\Products\Maestro\Client\Install\Trunk\Settings.wxs

What am I doing wrong? According to the schema, the util: namespace should be 
enough to use this as is...

Thanks for any help!

David Bartmess

Wall Street On Demand 

david.bartm...@wallst.com <mailto:david.bartm...@wallst.com> 

direct: 303.417.9999 x585

cell: 303.883-9117

fax: 303.444.2586


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to