Hi All,

I think many have already hit this error.
Below is the log I have.

**********************
Action ended 17:33:10: InstallFiles. Return value 1.
MSI (s) (BC:B4) [17:33:10:937]: Doing action: InstallCertificates
Action start 17:33:10: InstallCertificates.
MSI (s) (BC:78) [17:33:10:937]: Invoking remote custom action. DLL:
C:\WINDOWS\Installer\MSI116.tmp, Entrypoint: InstallCertificates
Action ended 17:33:11: InstallCertificates. Return value 1.
MSI (s) (BC:B4) [17:33:11:390]: Doing action: ConfigureIIs
Action start 17:33:11: ConfigureIIs.
MSI (s) (BC:A0) [17:33:11:390]: Invoking remote custom action. DLL:
C:\WINDOWS\Installer\MSI117.tmp, Entrypoint: ConfigureIIs
MSI (s) (BC!18) [17:33:11:828]: PROPERTY CHANGE: Adding
StartMetabaseTransaction property. Its value is 'ScaConfigureIIs'.
MSI (s) (BC!18) [17:33:11:828]: Doing action: StartMetabaseTransaction
Action start 17:33:11: StartMetabaseTransaction.
Action ended 17:33:11: StartMetabaseTransaction. Return value 1.
MSI (s) (BC!18) [17:33:11:828]: PROPERTY CHANGE: Adding
RollbackMetabaseTransaction property. Its value is 'ScaConfigureIIs'.
MSI (s) (BC!18) [17:33:11:828]: Doing action: RollbackMetabaseTransaction
Action start 17:33:11: RollbackMetabaseTransaction.
Action ended 17:33:11: RollbackMetabaseTransaction. Return value 1.
MSI (s) (BC!18) [17:33:11:843]: PROPERTY CHANGE: Adding
CommitMetabaseTransaction property. Its value is 'ScaConfigureIIs'.
MSI (s) (BC!18) [17:33:11:843]: Doing action: CommitMetabaseTransaction
Action start 17:33:11: CommitMetabaseTransaction.
Action ended 17:33:11: CommitMetabaseTransaction. Return value 1.
ConfigureIIs:  Error 0x80070490: failed to find web site: 'MyWebSite'
ConfigureIIs:  Error 0x80070490: failed to read IIsWebSite table
MSI (c) (C0:8C) [17:33:11:890]: Font created.  Charset: Req=0, Ret=0, Font:
Req=MS Shell Dlg, Ret=MS Shell Dlg

Error 26002. Failed to read IIsWebSite table.   (-2147023728         )
MSI (s) (BC!18) [17:33:13:468]: Product: MyWebSite (DMZWEB) -- Error 26002.
Failed to read IIsWebSite table.   (-2147023728         )
****************

here is the code i used..

<Product ...>
..
    <iis:WebSite Id='MyWebSite' Description='MyWebSite'
xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension";>
      <iis:WebAddress Id='AllUnassigned' Port='80'/>
    </iis:WebSite>
..
    <Directory..>
        ..
        <Component Id="abcd" Guid="????????????????">
             <CreateFolder></CreateFolder>
             <iis:WebVirtualDir Id="MyWebPVir" Alias="MyAppSite"
Directory="folderid"
                         WebSite="MyWebSite"
xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension";>
                    <iis:WebApplication Id="MyWebApplication"
Name="MyAppSite" />
             </iis:WebVirtualDir>
         </Component>
         ..
     </Directory>
</Product>

It works fine in XP (IIS 5.1). Fails on Win 2003 SP2
BTW, I renamed the DefaultWebSite description to MyWebSite. 

-- 
View this message in context: 
http://www.nabble.com/Error-26002.-Failed-to-read-IIsWebSite-table.---%28-2147023728---------%29-tp18808324p18808324.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to