Re: [WiX-users] New to WiX... first Error Message.. Need Help...

2009-07-16 Thread David Hernández Díez


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 browse
to the WiX extension DLL that you want to include. (WixGamingExtension.dll)
Click the Add button to add a reference to the chosen extension DLL. 
Browse and add other extension DLLs as needed. 

Using WiX extensions on the command line
To use a WiX extension when calling the WiX tools from the command line, use
the -ext command line parameter and supply the extension assembly (DLL)
needed for your project. Each extension DLL must be passed in via separate
-ext parameters. For example:

light.exe MySetup.wixobj
-ext WixUIExtension
-ext WixUtilExtension
-ext "C:\My WiX Extensions\WixGamingExtension.dll"
-out MySetup.msi

-- 
View this message in context: 
http://n2.nabble.com/New-to-WiX...-first-Error-Message..-Need-Help...-tp1078297p3267749.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] New to WiX... first Error Message.. Need Help...

2008-09-09 Thread CavanMcCloud



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...



http://schemas.microsoft.com/wix/2006/wi";
 xmlns:gaming="http://schemas.microsoft.com/wix/GamingExtension";>
  


  

  

  

  

  

  


-- 
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


Re: [WiX-users] New to WiX... first Error Message.. Need Help...

2008-09-09 Thread cemiles

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
> 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 along this line:
> 
> xmlns:gaming="http://schemas.microsoft.com/wix/GamingExtension";>
> 
> 
> 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...
>> 
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/New-to-WiX...-first-Error-Message..-Need-Help...-tp1078297p1078520.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


Re: [WiX-users] New to WiX... first Error Message.. Need Help...

2008-09-09 Thread cemiles

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 along this line:

xmlns:gaming="http://schemas.microsoft.com/wix/GamingExtension";>


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...
> 

-- 
View this message in context: 
http://n2.nabble.com/New-to-WiX...-first-Error-Message..-Need-Help...-tp1078297p1078515.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