Using WiX extensions in Visual Studio
To use a WiX extension when building in Visual Studio with the WiX Visual
Studio package:
Right-click on the WiX project in the Visual Studio solution explorer and
select Add Reference...
In the Add WiX Library Reference dialog, click on the Browse tab and
CavanMcCloud wrote:
>
> Need help with an error message...
>
> error CNDL0200 : The File element contains an unhandled extension element
> 'gaming:Game'. Please ensure that the extension for elements in the
> 'http://schemas.microsoft.com/wix/GamingExtension' namespace has been
> provided.
>
xmlns = xmlnamespace...
you'd run along the same thing if you wanted to use the util/sql/etc.
schemas. need to declare them.
cemiles wrote:
>
> I saw the whole gaming extension thing in the latest wix v3 chum file a
> few weeks ago. My chum file isn't quite up to date, but I think I know
> w
I saw the whole gaming extension thing in the latest wix v3 chum file a few
weeks ago. My chum file isn't quite up to date, but I think I know what's
going on here. It's worth a shot...
Ok, in the wxs file where you declared the element, at the top inside
the tag you need to specify something
4 matches
Mail list logo