Hey Guys,

As part of our install my installer needs to enable ASP.Net 2.0 Web Service
Extentions in IIS 6.0 and above and windows 2003. I tried using
iis:WebServiceExtension but I am unable to get it to enable the said
extentions..Here are some of my code snippets...

<Component Id="ASPNetWebServiceExtention"
Guid="{3D36B9A2-4E11-4554-A962-1AAD041892E3}">
        <iis:WebServiceExtension Id="WebServiceExtension_ASP.NET_2.0"
File="[ASPNETISAPIDLL]" Allow="yes" Description="ASP.NET v2.0.50727"
UIDeletable="no" />
</Component>
...
...
...
<Property Id="ASPNETISAPIDLL">
      <DirectorySearch Id="ASPNETISAPIDLLSearch"
Path="[WindowsFolder]Microsoft.NET\Framework" Depth="2">
        <FileSearch Id="ASPNETISAPIDLLFile" Name="aspnet_isapi.dll"
MinVersion="2.0" MaxVersion="3.0" />
      </DirectorySearch>
</Property>
...
...
...
<Feature Id="ASPNetExt" Level="1" Title="ASP.Net 2.0 Web Service Extensions
Registration">
        <ComponentRef Id="ASPNetWebServiceExtention" />
        <Condition Level="0">(VersionNT=500)</Condition>
</Feature>

What am I doing wrong?



-- 
. Abdullah Ahmed
. [EMAIL PROTECTED]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to