HI,
I'm getting a <ConfigureIIs: Error 0x80070490: failed to read IIsWebSite table
error.> while installing my msi.
Configuration of my webserver is
<IIsWebServer Location ="/LM/W3SVC/1"
AppPoolId="DefaultAppPool"
DefaultDoc="Default.htm,Default.asp,index.htm,iisstart.htm"
LogPluginClsid="{FF160663-DE82-11CF-BC0A-00AA006111E0}"
ServerBindings="172.23.106.118:80:Test"
ServerComment="Default Web Site"
ServerSize="1"
>
</IIsWebServer>
If I change the configuration to the following It start working .
<IIsWebServer Location ="/LM/W3SVC/1"
AppPoolId="DefaultAppPool"
DefaultDoc="Default.htm,Default.asp,index.htm,iisstart.htm"
LogPluginClsid="{FF160663-DE82-11CF-BC0A-00AA006111E0}"
ServerAutoStart="TRUE"
ServerBindings=":80:"
ServerComment="Default Web Site"
ServerSize="1"
>
</IIsWebServer>
The only change I made to config is to add a header or assign server IP address
to make it non functional...
Is it a bug in the ScaSched.dll or I'm doing something wrong??
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users