Hi,
Failed to read IIsWebSite table (-2147024891), The error code means "Acess is
denied". What kind of access is happening here? What am I missing to set?
Thanks for any hint!
Zhisheng
<?xml version="1.0" encoding="UTF-8"?><Wix
xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension" > <Product
Id="5d960929-12fc-4997-a12b-1c08c4cd847a" Name="WixProject2" Language="1033"
Version="1.0.0.0" Manufacturer="WixProject2"
UpgradeCode="7b4c81f7-c3ac-435a-ba06-57e50fa59b46"> <Package
InstallerVersion="200" Compressed="yes" />
<Media Id="1" Cabinet="WixProject2.cab" EmbedCab="yes" />
<Directory Id="TARGETDIR" Name="SourceDir"> <Directory
Id="ProgramFilesFolder"> <Directory Id="INSTALLLOCATION" Name="WixPro">
<Component Id="WebSiteComponent"
Guid="b8a3b932-3086-418f-9730-7629b2914061"> <iis:WebAppPool
Id='MyAppPool' Name='MyAppPool' Identity='localService' RecycleMinutes='1740'
IdleTimeout='1740' RecycleRequests='0'/> <iis:WebSite
Id='MyDefaultWebSite' Description='My Default Web Site'
Directory='INSTALLLOCATION'> <iis:WebAddress Id='AllUnassigned'
Port='80' /> <iis:WebApplication Id='RootApplication' Name='/'
Isolation='low' AllowSessions='no' SessionTimeout='60' Buffer='yes'
ParentPaths='no' DefaultScript='VBScript' ScriptTimeout='60'
WebAppPool='MyAppPool'/> </iis:WebSite> <File
Id='WixProject2.wxs' Source='WixProject2.wxs' /> </Component>
</Directory> </Directory> </Directory>
<Feature Id="ProductFeature" Title="WixProject2" Level="1">
<ComponentRef Id="WebSiteComponent" /> </Feature> </Product></Wix>
_________________________________________________________________
Need to know the score, the latest news, or you need your HotmailĀ®-get your
"fix".
http://www.msnmobilefix.com/Default.aspx
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users