On Fri, 31 Jul 2009 08:22:18 -0500 Konstantin Vlasenko 
<konstantin.vlase...@gmail.com> wrote:
>Trying to make my own WixExtension. Do the same as in the SQL 
>extension
>   project (have added my.xsd and made EmbeddedFlattenedResource, 
XsdGenSource
>   steps).
>   I get the error when I run this cli: candle -ext MyExtension 
test.wxs
>   error CNDL0200 : The Product element contains an uhandled 
extension element
>   'My:Script'.  Please ensure that the extension for elements in 
the '
>   http://scheas.microsoft.com/wix/MyExtension' namespace has been 
provided.
>   Source trace:at C:\wix\wix3.0.5419.0-
sources\build\debug\x86\test.wxs: line
>   10
>
> Am I doing somthing wrong?
>   BTW: I see the 
Microsoft.Tools.WindowsInstallerXml.Extensions.Xsd.my.xsd
>   resource in the Resources folder of the extension dll via 
Reflector.

Could you please e-mail the relevant portion of the XML in 
test.wxs, to the mailing list? I'm especially interested In the 
<Wix> tag, for the <Wix 
xmlns:My="http://scheas.microsoft.com/wix/MyExtension";> part. 
Perhaps it should read "http://schemas..."; instead of 
"http://scheas...";?

Also, don't forget to add your extension as a reference. In Visual 
Studio, this is accomplished in the Solution Explorer pane by right-
clicking on References and choosing Add Reference.... This action 
amounts to adding a new <WixExtension> tag under a 
Project/ItemGroup tag in your .wixproj file.

/a


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to