SQL Installation issue

  • Hello Friends,

    I've finally uninstalled the sql by following below steps but now when i try to install a fresh copy of sql i get new error...

    MSI (s) (1C:48) [16:19:28:710]: Machine policy value 'DisableUserInstalls' is 0

    MSI (s) (1C:48) [16:19:28:710]: Warning: Local cached package 'C:\WINDOWS\Installer\1b2f89d9.msi' is missing.

    MSI (s) (1C:48) [16:19:28:710]: User policy value 'SearchOrder' is 'nmu'

    MSI (s) (1C:48) [16:19:28:710]: User policy value 'DisableMedia' is 0

    MSI (s) (1C:48) [16:19:28:710]: Machine policy value 'AllowLockdownMedia' is 0

    MSI (s) (1C:48) [16:19:28:710]: SOURCEMGMT: Media enabled only if package is safe.

    MSI (s) (1C:48) [16:19:28:710]: SOURCEMGMT: Looking for sourcelist for product {8415F660-5FDC-4601-97DD-43A783600F4B}

    MSI (s) (1C:48) [16:19:28:710]: SOURCEMGMT: Adding {8415F660-5FDC-4601-97DD-43A783600F4B}; to potential sourcelist list (pcode;disk;relpath).

    MSI (s) (1C:48) [16:19:28:710]: SOURCEMGMT: Now checking product {8415F660-5FDC-4601-97DD-43A783600F4B}

    MSI (s) (1C:48) [16:19:28:710]: SOURCEMGMT: Media is enabled for product.

    MSI (s) (1C:48) [16:19:28:726]: SOURCEMGMT: Attempting to use LastUsedSource from source list.

    MSI (s) (1C:48) [16:19:28:726]: SOURCEMGMT: Trying source C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\.

    MSI (s) (1C:48) [16:19:28:726]: Note: 1: 2203 2: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Cache\sqlxml4.msi 3: -2147287037

    MSI (s) (1C:48) [16:19:28:726]: SOURCEMGMT: Source is invalid due to missing/inaccessible package.

    MSI (s) (1C:48) [16:19:28:726]: Note: 1: 1706 2: -2147483647 3: sqlxml4.msi

    MSI (s) (1C:48) [16:19:28:726]: SOURCEMGMT: Processing net source list.

    MSI (s) (1C:48) [16:19:28:726]: Note: 1: 1706 2: -2147483647 3: sqlxml4.msi

    MSI (s) (1C:48) [16:19:28:726]: SOURCEMGMT: Processing media source list.

    MSI (s) (1C:48) [16:19:28:741]: Note: 1: 2203 2: 3: -2147287037

    MSI (s) (1C:48) [16:19:28:741]: SOURCEMGMT: Source is invalid due to missing/inaccessible package.

    MSI (s) (1C:48) [16:19:28:741]: Note: 1: 1706 2: -2147483647 3: sqlxml4.msi

    MSI (s) (1C:48) [16:19:28:741]: SOURCEMGMT: Processing URL source list.

    MSI (s) (1C:48) [16:19:28:741]: Note: 1: 1402 2: UNKNOWN\URL 3: 2

    MSI (s) (1C:48) [16:19:28:741]: Note: 1: 1706 2: -2147483647 3: sqlxml4.msi

    MSI (s) (1C:48) [16:19:28:741]: Note: 1: 1706 2: 3: sqlxml4.msi

    MSI (s) (1C:48) [16:19:28:741]: SOURCEMGMT: Failed to resolve source

    MSI (s) (1C:48) [16:19:28:741]: MainEngineThread is returning 1612

    MSI (c) (FC:F4) [16:19:28:741]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1

    MSI (c) (FC:F4) [16:19:28:741]: MainEngineThread is returning 1612

    === Verbose logging stopped: 8/23/2011 16:19:28 ===

    Steps i followed to remove sql manually

    1.Uninstall all SQL components possible in Add/Remove Programs (including the SQL client and VSS writer)

    2.Stop all SQL Services and configure them to disabled using Start > SQL Configuration Manager

    3.Delete the following registry to get rid of the services. If you have multiple instance installed, it will be Keyname$Instance (i.e. MSSQLServer$OFFICESERVERS)

    1.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQLServer

    2.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SQLServerAgent

    3.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQLServerADHelper

    4.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ReportServer

    5.Verify that the services do not exist in the SQL Configuration Manager.

    4.Delete the SQL Configuration in the registry

    1.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer

    2.HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server

    3.Note - if you installed a 32 bit version of SQL on 64 bit version of Windows, you will need to also delete them from the 32 bit registry node that is redirected. More Info MS 896459.

    * HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432node\Microsoft\MSSQLServer

    * HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432node\Microsoft\Microsoft SQL Server

    5.Delete the SQL Program files - Note this will also delete the existing databases on the system that must be restored from backup.

    1.Delete the directory: C:\Program Files\Microsoft SQL Server

    Note - if you installed a 32 bit version of SQL on 64 bit version of Windows, you will need to also delete them from the 32 bit program files:

    C:\Program Files (x86)\Microsoft SQL Server

    2.You might need to reboot to close all files before you can delete the directory.

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply