I am having difficulty compiling me IIS installer that I original made
using wix V 2 but am no using v 3.

I have added the Iis namespace to my wix file:

<Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi";
xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension"; >

And renamed my elements

<iis:WebVirtualDir>
Etc..

Which I think is the right thing to do but I am unable to get candle to
recognise the elements I get 

The Component element contains an unhandled extension element
'iis:WebVirtualDir'.  Please ensure that the extension for elements in
the 'http://schemas.microsoft.com/wix/IIsExtension' namespace has been
provided.

Could someone please give me an example candle compile line that works.

Thank you 

Graham Ambrose



_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to