Sounds like you might be missing a reference to WixUtilExtension.dll

Edwin G. Castro
Software Developer - Staff
Electronic Banking Services
Fiserv
Office: 503-746-0643
Fax: 503-617-0291
www.fiserv.com
Please consider the environment before printing this e-mail

> -----Original Message-----
> From: David Bartmess [mailto:david.bartm...@wallst.com]
> Sent: Thursday, March 05, 2009 2:23 PM
> To: 'General discussion for Windows Installer XML toolset.'
> Subject: [WiX-users] Trying to use util:CloseApplication to close
> Outlook
>
> 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.wx
> s
>
> 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
------------------------------------------------------------------------------
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