Re: [WiX-users] error CNDL0036: Could not find extension

2006-12-07 Thread Cullen Waters
If you installed wix using the wixv3 msi, then all of the extension dlls should 
be in the same location as candle and light.  If you used the zip file, just 
make sure that you unzipped the extension dlls.

If it's not finding it using the -ext WixUtilExtension, you can also use -ext 
[FullPathToFile]WixUtilExtension.dll.

From: David Errick
Sent: Thursday, December 07, 2006 7:39 AM
To: Cullen Waters
Subject: error CNDL0036: Could not find extension

Dear Cullen,

Is the WixUtilExtension.dll the extension specified in the -ext 
WixUtilExtension? If build from a different folder does an environment value 
need to set?

I am getting this error:

candle.exe : error CNDL0036: Could not find extension 
'C:\sybld\private\SYBARI\setup\wix\wixv3\WixUtilExtension'.

Thanks for your help.


From: Cullen Waters
Sent: Tuesday, December 05, 2006 3:51 PM
To: David Errick; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] using ServiceConfig  in wix 3.0 - uitl schema 
elements will not compile with candle

In v3, you have to call candle with -ext WixUtilExtension to use elements from 
that namespace.  Same with light.

And, to help you abit, when you call light, you have to specify what cultures 
to use (like -cultures:en-us)

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Errick
Sent: Tuesday, December 05, 2006 12:35 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] using ServiceConfig  in wix 3.0 - uitl schema elements 
will not compile with candle

moving form wix 2.0 to wix 3.0 - candle does not compile source with elements 
from the util scheam - error unexpected child element, ect.

do you have an example of using the User or ServiceConfig elements?  I know 
there will be libs to link with light - but need to get source to compile.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] error CNDL0036: Could not find extension

2006-12-07 Thread Cullen Waters
There are a couple of ways to get this information.

You could check out the wix .chm file.  That has documentation on all of the 
elements and attributes for all of the 'standard' extensions.

If you don't like documentation, you could check out the source, it's all on 
sourceforge.  The extension source is at wix/src/ext/

-Original Message-
From: Brent B. Powers [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 07, 2006 10:15 AM
To: Cullen Waters
Subject: Re: [WiX-users] error CNDL0036: Could not find extension

Cullen Waters wrote:

 If you installed wix using the wixv3 msi, then all of the extension
 dlls should be in the same location as candle and light. If you used
 the zip file, just make sure that you unzipped the extension dlls.

 If it's not finding it using the -ext WixUtilExtension, you can also
 use -ext [FullPathToFile]WixUtilExtension.dll.

Is there a list of what is actually in the Extensions?

Cheers

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users