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.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to