Can someone share some insight into the ConfigureIfExists attribute of the WebSite element? I have this set to No, and have found that if after installing my web site, I edit the port number of it, and then upgrade my install, I get an error during the install saying "Failed to read IIsWebs table [-2147024774]". I have included the verbose logging of the ConfigureIIs custom action below. I am guessing that the Wix custom action to create the web site is looking for the web site via the port number. What I'm confused about though, is if it doesn't find the web site at the given port number, why it doesn't just create a new web site.
I've edited properties other than my website port number, and the upgrade has worked successfully. Can anyone explain why you can't edit the port number? Are there other properties that you can't edit that I might not have run into yet?
Thanks!
-Tina
Action start 15:50:58: ConfigureIIs.
MSI (s) (08:CC) [15:50:58:896]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI21F.tmp, Entrypoint: ConfigureIIs
MSI (s) (08!7C) [15:50:58:912]: PROPERTY CHANGE: Adding StartMetabaseTransaction property. Its value is 'ScaConfigureIIs'.
MSI (s) (08!7C) [15:50:58:912]: Doing action: StartMetabaseTransaction
Action start 15:50:58: StartMetabaseTransaction.
Action ended 15:50:58: StartMetabaseTransaction. Return value 1.
MSI (s) (08!7C) [15:50:58:912]: PROPERTY CHANGE: Adding RollbackMetabaseTransaction property. Its value is 'ScaConfigureIIs'.
MSI (s) (08!7C) [15:50:58:912]: Doing action: RollbackMetabaseTransaction
Action start 15:50:58: RollbackMetabaseTransaction.
Action ended 15:50:58: RollbackMetabaseTransaction. Return value 1.
MSI (s) (08!7C) [15:50:58:928]: PROPERTY CHANGE: Adding CommitMetabaseTransaction property. Its value is 'ScaConfigureIIs'.
MSI (s) (08!7C) [15:50:58:928]: Doing action: CommitMetabaseTransaction
Action start 15:50:58: CommitMetabaseTransaction.
Action ended 15:50:58: CommitMetabaseTransaction. Return value 1.
ConfigureIIs: Error 0x8007007a: Insufficient buffer to track all sub-WebSites
ConfigureIIs: Error 0x8007007a: Failed to find web root
ConfigureIIs: Error 0x8007007a: failed to read IIsWebSite table
MSI (c) (E0:4C) [15:50:59:006]: Font created. Charset: Req=0, Ret=0, Font: Req=MS Shell Dlg, Ret=MS Shell Dlg
Error 26002. Failed to read IIsWebs table. (-2147024774 )
MSI (s) (08!7C) [15:51:33:756]: Product: Test Package -- Error 26002. Failed to read IIsWebs table. (-2147024774 )
Action ended 15:51:33: ConfigureIIs. Return value 3.
--
------------------------------------------------------------------------- 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