I am building an msi to deploy a
website, when there is only the default web site under the IIS, it works. But when there is already 2 websites under IIS, when I run the
msi, It return an error ‘Failed to read IISWebs table’ and
the installation failed. Any help on where I should look to solve this problem is
greatly appreciated. Below is part of my script. <Component Id='WebSiteComponent' Guid='F199EE95-7847-4b85-B58A-60857D22545D' Permanent='yes'> <WebSite Id='WebSite' Description='My Web Site'
Directory='pages'
AutoStart='yes' DirProperties='ReadAndExecute'
ConfigureIfExists='no'>
<WebAddress
Id='DefaultWebSiteAddress'
Port='81' Secure='no'/>
<WebApplication
Id='WebSiteWebApp'
Name='WebSite Web App'
Isolation='medium'>
<WebApplicationExtension
Extension='aspx'
CheckPath='no' Executable='[FRAMEWORKDIR]aspnet_isapi.dll'
Script='yes' Verbs='GET,HEAD,POST,DEBUG'
/>
</WebApplication> </WebSite> </Component> Thanks Young |
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