You might try using mdutil.exe (I think it comes in the NT Resource Kit) to dump the metabase before and after install. Then you can diff the reports and see if anything odd is in there. Usually that narrows down the searching significantly.
-----Original Message----- From: David Bartmess [mailto:david.bartm...@wallst.com] Sent: Wednesday, December 24, 2008 09:24 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Bad IIS state when uninstalling server I have a website I'm trying to install, and everything looks good on the install, but when I uninstall, it leaves the server in a bad state that I can't seem to fix. Has anyone else seen this? I try to manually start the default website after uninstalling, and it just times out. The installed website works as configured, with no problems. Any help would be appreciated <DirectoryRef Id="MAESTROWEBSITEDIR"> <Component Id="Website" Guid="EBA182D6-7AB4-4a22-B503-21A97A8F1DDD" KeyPath="yes" Permanent="yes"> <ServiceControl Id='IISReset' Name='W3SVC' Start='install' Stop='install' Wait='yes'/> <util:User Id="WEBSITEUSERID" Domain="[WEBSITEDOMAIN]" Name="[WEBSITEUSERNAME]" Password="[WEBSITEPASSWORD]"/> <util:User Id="SERVICEUSERID" Domain="[SERVICEDOMAIN]" Name="[SERVICEUSERNAME]" Password="[SERVICEPASSWORD]"/> <iis:WebAppPool Id='MaestroAppPool' Name='Maestro' Identity='other' User='WEBSITEUSERID' /> <iis:WebAppPool Id='WebUIAppPool' Name='Maestro\WebUI' Identity='other' User='WEBSITEUSERID' /> <iis:WebAppPool Id='WebServicesAppPool' Name='Maestro\Webservices' Identity='other' User='WEBSITEUSERID' /> <iis:WebSite Id='MAESTROWEBSITE' Description='Maestro Web Site' Directory="MAESTROWEBSITEDIR" > <iis:WebAddress Id='AllUnassigned' Port='80' /> <iis:WebDirProperties Id='VIRTUALDIRPROPERTIES' DefaultDocuments="Default.aspx" Execute='yes' Script='yes' Read='yes' AnonymousAccess='no' WindowsAuthentication='yes'/> </iis:WebSite> </Component> <Component Id="VirtualDirectories" Guid="0498B96E-9E19-42a6-B5F8-D88098C2C55F" KeyPath="yes"> <iis:WebVirtualDir Id='MaestroVirtualDir' WebSite='MAESTROWEBSITE' Alias='Maestro' Directory='MAESTROWEBSITEDIR' DirProperties='VIRTUALDIRPROPERTIES'> <iis:WebApplication Id='WebApplication' Name='Maestro' WebAppPool='MaestroAppPool'/> </iis:WebVirtualDir> <iis:WebVirtualDir Id='WebUIVirtualDir' WebSite='MAESTROWEBSITE' Alias='WebUI' Directory='WEBUI' DirProperties='VIRTUALDIRPROPERTIES'> <iis:WebApplication Id='WebUIApplication' Name='WebUI' WebAppPool="MaestroAppPool"/> </iis:WebVirtualDir> <iis:WebVirtualDir Id='WebServicesVirtualDir' WebSite='MAESTROWEBSITE' Alias='WebServices' Directory='WEBSERVICESDIR' DirProperties='VIRTUALDIRPROPERTIES'> <iis:WebApplication Id='WebServicesApplication' Name='WebServices' WebAppPool="MaestroAppPool"/> </iis:WebVirtualDir> </Component> </DirectoryRef> David Bartmess Wall Street On Demand ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users