MCPBlog

How to install and uninstall SQL Server 2005 Express from Windows Server 2008 x64

Body:
If you ever try to install SQL Server 2005 Express Edition with Advanced Services on Windows Server 2008 x64 and receive the following warning during check:
 
"64-bit ASP .Net is Registered. Required 32-bit ASP .Net to install Microsoft Reporting Service 2005 (32.bit)"
 
Run following command:
 
cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
 
After that if you try to uninstall SQL Server 2005 Express and if you receive this error during reporting services uninstall
 
The setup failed to read IIsMimeMap table. The error code is -2147024893
 
simply stop default web site prior SQL uninstall.
Category: Sharepoint
Published: 30.4.2008 20:31

Read the complete post at http://mcpblogint/Lists/Posts/ViewPost.aspx?ID=40