Re: [WiX-users] Compiling with Iis schema

2006-06-07 Thread Bob Arnson
Graham D. Ambrose wrote: > I think I was trying to hard trying to specify class names etc. > The tools support both but it's easier to use the assembly name. And it saves keystrokes. > Does anyone know how I can change the Votive command line to output this > extension? > I don't think Votiv

Re: [WiX-users] Compiling with Iis schema

2006-06-07 Thread Graham D. Ambrose
notify us immediately. -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 07 June 2006 15:58 To: Graham D. Ambrose Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Compiling with Iis schema Graham D. Ambrose wrote: > The Component element contains

Re: [WiX-users] Compiling with Iis schema

2006-06-07 Thread Bob Arnson
Graham D. Ambrose wrote: > 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 c

[WiX-users] Compiling with Iis schema

2006-06-07 Thread Graham D. Ambrose
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: http://schemas.microsoft.com/wix/2003/01/wi"; xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension"; > And renamed my elements Etc.. Whi