The error I'm getting is:

The File element contains an unhandled extension element
'complus:ComPlusApplication'.  Please ensure that the extension for
elements in the 'http://schemas.microsoft.com/wix/WixComPlusExtension'
namespace has been provided.



-----Original Message-----
From: Rob Mensching [mailto:r...@wixtoolset.org] 
Sent: Tuesday, June 16, 2009 5:10 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Votive with Wix 3.0.5120.0 doesn'trecognize
WixComplusExtentions.dll

What is the error?

MacDiarmid, James D wrote:
> I'm trying to add a complus component but Votive does not recognize 
> the reference to the WixComplusExtension.dll.
>
> Any ideas what would cause this?
>
>
>           <Directory Id="binaries"
> FileSource="D:\Projects\NFTS\Src\apps\nfts\binaries" Name="binaries">
>             <Component Id="NTSVC"
> Guid="{4F850F61-E0CB-41CA-BFC3-EC5234D1D003}">
>               <File Id="ntsvc.ocx" KeyPath="yes"
> Source="D:\Projects\NFTS\Src\apps\nfts\binaries\ntsvc.ocx">
>
>                 <complus:ComPlusApplication Id="NTSVC" Name="NT 
> Service Component">
>                   <complus:ComPlusAssembly Id="NTSVCPlusAssembly"
> Type="native" DllPath="[#ntsvc.ocx]">
>                     <complus:ComPlusComponent Id="NTSVC"
> CLSID="E7BC34A3-BA86-11CF-84B1-CBC2DA68BF6C" />
>                   </complus:ComPlusAssembly>
>                 </complus:ComPlusApplication>
>
>
>                 <TypeLib Id="{E7BC34A0-BA86-11CF-84B1-CBC2DA68BF6C}"
> Control="yes" Description="Microsoft NT Service Control"
> HelpDirectory="binaries" Language="0" MajorVersion="1"
MinorVersion="0">
>                   <Class Id="{E7BC34A3-BA86-11CF-84B1-CBC2DA68BF6C}"
> Context="InprocServer32" Description="NT Service Control"
Version="1.0"
> Control="yes">
>                     <ProgId Id="NTService.Control.1" Description="NT 
> Service Control" />
>                   </Class>
>                   <Interface
Id="{E7BC34A1-BA86-11CF-84B1-CBC2DA68BF6C}"
> Name="_DNtSvc"
ProxyStubClassId="{00020420-0000-0000-C000-000000000046}"
> ProxyStubClassId32="{00020420-0000-0000-C000-000000000046}" />
>                   <Interface
Id="{E7BC34A2-BA86-11CF-84B1-CBC2DA68BF6C}"
> Name="_DNtSvcEvents"
> ProxyStubClassId="{00020420-0000-0000-C000-000000000046}"
> ProxyStubClassId32="{00020420-0000-0000-C000-000000000046}" />
>                 </TypeLib>
>               </File>
>               <RegistryValue Root="HKCR"
> Key="CLSID\{E7BC34A3-BA86-11CF-84B1-CBC2DA68BF6C}\MiscStatus\1"
> Value="199824" Type="string" Action="write" />
>               <RegistryValue Root="HKCR" Key="CLSID\{E7BC 
> 34A3-BA86-11CF-84B1-CBC2DA68BF6C}\MiscStatus" Value="0" Type="string"
> Action="write" />
>               <RegistryValue Root="HKCR"
> Key="CLSID\{E7BC34A3-BA86-11CF-84B1-CBC2DA68BF6C}\ToolboxBitmap32"
> Value="D:\Projects\NFTS\Src\apps\nfts\binaries\ntsvc.ocx, 1"
> Type="string" Action="write" />
>             </Component>
>
>
> Jim MacDiarmid
> EDS, an HP company
> U.S. Public Sector
> Department of Homeland Security Segment 13600 EDS Drive, A3N-B27 
> Herndon, VA  20171
> 703-236-3821(office)
> 571-247-2343(cell)
>
>
> ----------------------------------------------------------------------
> -------- Crystal Reports - New Free Runtime and 30 Day Trial Check out

> the new simplified licensing option that enables unlimited 
> royalty-free distribution of the report engine for externally facing 
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   

------------------------------------------------------------------------
------
Crystal Reports - New Free Runtime and 30 Day Trial Check out the new
simplified licensing option that enables unlimited royalty-free
distribution of the report engine for externally facing server and web
deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to