Please keep wix-users on the thread.

 

You need to pass in -ext WixIIsExtension for the candle/lit/light command lines now.  No non-standard functionality is baked into the wix tools anymore – everything has been moved out into extensions.

 

Derek

 

From: Brad Davis [mailto:[EMAIL PROTECTED]
Sent: Friday, August 18, 2006 11:52 AM
To: [EMAIL PROTECTED]
Subject: Re: [WiX-users] WIX 3.0: Creating IIS virtual directories

 

No changes...my file looks at:
http://schemas.microsoft.com/wix/2006/wi

I did add the xmlns for IISextension as an attribute, and the candle error changed, now it's looking for an extension:

C:\Projects\Atlas.Validation.Installers\ShipmentWSInstallerMSI.wxs(53) : error CNDL0200 : The Component element
 contains an unhandled extension element 'WebVirtualDir'.  Please ensure that the extension for elements in the
 'http://schemas.microsoft.com/wix/IIsExtension ' namespace has been provided.

This is the element in question:
<Component Id="C_shipmentsavewsdir" Guid="493E3487-AA4C-4476-8CC0-4B1C763AF6F7">
        <WebVirtualDir Id="ShipmentSaveWSDir" Alias="ShipmentSaveWS" Directory="InstallDir" WebSite="DefaultWebSite" xmlns=" http://schemas.microsoft.com/wix/IIsExtension ">
          <WebApplication Id="ShipmentSaveWS" Name="ShipmentSaveWS" />
        </WebVirtualDir>
      </Component>

Thanks,
-Brad

On 8/18/06, Derek Cicerone <[EMAIL PROTECTED]> wrote:

Please try running wixcop on your source file – it should automatically update it to the proper schema for your version of 3.0.

 

Derek

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Brad Davis
Sent: Friday, August 18, 2006 8:28 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WIX 3.0: Creating IIS virtual directories

 

Why doesn't this work? Things have changed since 2.0....I based my syntax on the online tutorial.

<See attached .wxs file>

Thanks,
--
-Brad




--
-Brad

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