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.
>
> Any help would be greatly appreciated...
>
> Thank you...
>
Sorry... here is the current code I have... it's a short little merge
module...
<code>
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:gaming="http://schemas.microsoft.com/wix/GamingExtension">
<Module Id="MergeModule" Language="1033" Version="1.0.0.0">
<Package Id="571B8188-F1D5-45ae-B1CC-11612148C6B6"
Manufacturer="MergeModule" InstallerVersion="200" />
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="MergeRedirectFolder">
<Component Id="ModuleComponent"
Guid="f98591d0-c783-4717-a389-b80bb13453a3">
<File Id="GameName" Name="GameName.exe" KeyPath="yes">
<gaming:Game Id="7E933E76-ADBA-4E97-9636-BAE4AF2DF47F">
<gaming:PlayTask Name="Play"/>
</gaming:Game>
</File>
</Component>
</Directory>
</Directory>
</Module>
</Wix>
</code>
--
View this message in context:
http://n2.nabble.com/New-to-WiX...-first-Error-Message..-Need-Help...-tp1078297p1078612.html
Sent from the wix-users mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users