I am working on changing my WiX 2.0 files to 3.0.  So far it has been going 
well.  However, one of my wxs files does some web things that have been 
moved to an extension file.  I changed my wxs file to include 
xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension"; and put iis: on 
the front of the web tags. (i.e. <iis:WebVirtualDir ...)

Now when I compile it with the following command line:

candle -out bin\WebServices.wixobj WebServices.wxs -ext WixIIsExtension.dll

I get the following error:

candle.exe : error CNDL0144 : The extension 'WixIIsExtension.dll' could not 
be loaded

Any help would be greatly appreciated.  The directory where 
WixIIsExtension.dll is located is in by path, and I even tried included the 
whole path for the -ext option and I still got the same error.

Thank you,

Jarrod



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to