> I am running candle command and I have used sql component in my WXS file. Due 
> to this I am using -ext switch and after that giving the path of 
> 'WixSqlExtension.dll'. But I am getting error CNDL0103 error. If I am working 
> directly in Wix bin directory and giving only 'WixSqlExtension.dll' (with out 
> path), candle command is executing perfectly.

You don't say what version you're running, but any chance it's related to:
https://sourceforge.net/tracker2/?func=detail&aid=2167181&group_id=105970&atid=642714

For example, we had to resort to using
$(WixToolPath)WixSqlExtension.dll instead of
..\Tools\WiX\Bin\WixSqlExtension.dll to get Wix building in both VS
and from MSBuild in command line. This sucks because we now have to
ensure every developer has the correct Wix version installed, and in
the same place, whereas until recently relative pathing was working
and we could version control the extensions inside the solution.

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

Reply via email to