Today i was working on an installation failure ,For SQL Server 2005 in Windows Sever 2003, I was reviewing the logs and from the logs .
FROM THE LOGS:
==============
MSI (s) (D0:54) [19:29:01:692]: Unable to create a temp copy of patch 'OWC11SP3.msp'.
MSI (s) (D0:54) [19:29:01:692]: Searching provided command line patches for patch code {34E1EB8F-BDB2-475C-BD80-A86217C41B4D}
MSI (s) (D0:54) [19:29:01:692]: Note: 1: 1708
MSI (s) (D0:54) [19:29:01:692]: Product: Microsoft Office 2003 Web Components -- Installation failed.
MSI (s) (D0:54) [19:29:01:692]: Windows Installer installed the product. Product Name: Microsoft Office 2003 Web Components. Product Version: 11.0.6558.0. Product Language: 1033. Installation success or error status: 1635.
MSI (s) (D0:54) [19:29:01:692]: MainEngineThread is returning 1635
I got stumbled with the issue, and i was researching a lot and finally fixed the issue.
STEPS FOLLOWED:
===============
1.Downloaded the OWC from http://www.microsoft.com/en-us/download/details.aspx?id=22276.
2.Tried to install the OWC.
3.Installation Failed an so identified that there is problem with the previous installation and it was corrupted.
4.Took a backup of the Registry.
5.Renamed the Registry Key HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\90404A0900063D11C8EF10054038389C
to HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\OLD_90404A0900063D11C8EF10054038389C.
6. Reinstalled the OWC.
7.Restarted the SQL Installation and it completed successfully.
Hope this finds Interesting.
FROM THE LOGS:
==============
MSI (s) (D0:54) [19:29:01:692]: Unable to create a temp copy of patch 'OWC11SP3.msp'.
MSI (s) (D0:54) [19:29:01:692]: Searching provided command line patches for patch code {34E1EB8F-BDB2-475C-BD80-A86217C41B4D}
MSI (s) (D0:54) [19:29:01:692]: Note: 1: 1708
MSI (s) (D0:54) [19:29:01:692]: Product: Microsoft Office 2003 Web Components -- Installation failed.
MSI (s) (D0:54) [19:29:01:692]: Windows Installer installed the product. Product Name: Microsoft Office 2003 Web Components. Product Version: 11.0.6558.0. Product Language: 1033. Installation success or error status: 1635.
MSI (s) (D0:54) [19:29:01:692]: MainEngineThread is returning 1635
I got stumbled with the issue, and i was researching a lot and finally fixed the issue.
STEPS FOLLOWED:
===============
1.Downloaded the OWC from http://www.microsoft.com/en-us/download/details.aspx?id=22276.
2.Tried to install the OWC.
3.Installation Failed an so identified that there is problem with the previous installation and it was corrupted.
4.Took a backup of the Registry.
5.Renamed the Registry Key HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\90404A0900063D11C8EF10054038389C
to HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\OLD_90404A0900063D11C8EF10054038389C.
6. Reinstalled the OWC.
7.Restarted the SQL Installation and it completed successfully.
Hope this finds Interesting.