PDA

View Full Version : Server 2008 Rollback - HRESULT: -2147024891



bcsete
09-01-2009, 01:41 PM
Hi,

I'm having an issue with Server 2008 and installing a web application. It's a Hyper-v VM. I can get it to install if I manually create the folders and the virtual webs, but then I can't uninstall it (Error 1603). The log file for the virgin install looks like the following:

InstallShield 10:53:41: Setting property 'enabled' to value 'false' for element 'system.webServer/directoryBrowse'. Old value: '0'. m_sSectionName : 'system.webServer/directoryBrowse'.
InstallShield 10:53:41: getvaluelog
InstallShield 10:53:41: put_value succeeded. get_StringValue now returns '0' with string value 'false'.
InstallShield 10:53:41: CommitChanges for path 'MACHINE/WEBROOT/APPHOST/Default Web Site/RDPWinCentralSvc' and physical path 'C:\inetpub\wwwroot\RDPWinCentralSvc\'.
InstallShield 10:53:41: CommitChanges failed with the following HRESULT: '-2147024891'.
InstallShield 10:53:41: Error with IISRT: -2147024891
Action ended 10:53:41: InstallExecute. Return value 3.
Action 10:53:41: Rollback. Rolling back action:
InstallShield 10:53:52: This machine does not support legacy objects
InstallShield 10:53:52: InitIISObject
InstallShield 10:53:52: CoGetClassObject(GETAdminBaseCLSID(TRUE) error: -2147221164
InstallShield 10:53:52: Legacy objects not supported
Action 10:53:52: Progress Custom Action. Rolling back virtual directory and web site changes...

joshstechnij
09-02-2009, 12:40 PM
The first error logged is an access denied error. Are you installing any web.config files to the physical locations your virtual directory points to? If so, do these config files use XML namespaces?