Not able to Install SQL Server 2014 Express SP1 using Installshield 2014

  • Hi,

    I am not able to Install SQL Server Express 2014 SP1 using Install Shield 2014. I invoke custom action(C# code) from InstallShield to install SQL Server Express exe using ProcessStartInfo c# class.

    I pass required command line parameter but process get hanged for so much time and nothing happened.

    Using windows application i'm able to execute same c# code and SQL Server 2014 Express gets installed.

    As suggested on other site i tried with passing /SkipInstallerRunCheck=1 but not working

    Getting ErrorCode: 1618

    Please find few logging information logged in Detail.txt file @ C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Log\20160616_150258 location

    ***************************************************************

    01) 2016-06-16 15:03:34 Slp: ----------------------------------------------------------------------

    (01) 2016-06-16 15:03:34 Slp: Running Action: MsiTimingAction

    (01) 2016-06-16 15:03:35 Slp: ----------------------------------------------------------------------

    (01) 2016-06-16 15:03:35 Slp: Running Action: Install_SqlDom_Cpu64_Action

    (01) 2016-06-16 15:03:35 Slp: SetFeaturePropsModifyInstallAction for SqlDom_Cpu64

    (01) 2016-06-16 15:03:35 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine

    (01) 2016-06-16 15:03:35 Slp: Sco: Attempting to open registry subkey

    (01) 2016-06-16 15:03:35 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\RefCount\SQLDOM12

    (01) 2016-06-16 15:03:35 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine

    (01) 2016-06-16 15:03:35 Slp: Sco: Attempting to open registry subkey

    (01) 2016-06-16 15:03:35 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\VisualStudio\12.0

    (01) 2016-06-16 15:03:35 Slp: Sco: Attempting to get registry value InstallDir

    (01) 2016-06-16 15:03:35 Slp: Checkpoint: PREINSTALL_SQLDOM_CPU64_ACTION

    (01) 2016-06-16 15:03:35 Slp: Not waiting for Windows installer service

    (01) 2016-06-16 15:03:35 Slp: Target package: "C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Update Cache\KB3058865\ServicePack\1033_ENU_LP\x86\setup\x64\SqlDom.msi"

    (01) 2016-06-16 15:03:38 Slp: InstallPackage: MsiInstallProduct returned the result code 1618.

    (01) 2016-06-16 15:03:38 Slp: Retry-able MSI return code detected: 1618

    (01) 2016-06-16 15:03:38 Slp: Sleep 120 seconds before retry attempt.....

    (01) 2016-06-16 15:05:38 Slp: MSI log file for the next attempt: 'C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Log\20160616_150258\SqlDom_Cpu64_1_1.log'

    (01) 2016-06-16 15:05:38 Slp: Retry No.1

    (01) 2016-06-16 15:05:38 Slp: Not waiting for Windows installer service

    (01) 2016-06-16 15:05:38 Slp: Target package: "C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Update Cache\KB3058865\ServicePack\1033_ENU_LP\x86\setup\x64\SqlDom.msi"

    (01) 2016-06-16 15:05:41 Slp: InstallPackage: MsiInstallProduct returned the result code 1618.

    (01) 2016-06-16 15:05:41 Slp: Retry-able MSI return code detected: 1618

    (01) 2016-06-16 15:05:41 Slp: Sleep 120 seconds before retry attempt.....

    (01) 2016-06-16 15:07:41 Slp: MSI log file for the next attempt: 'C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Log\20160616_150258\SqlDom_Cpu64_1_2.log'

    (01) 2016-06-16 15:07:41 Slp: Retry No.2

    (01) 2016-06-16 15:07:41 Slp: Not waiting for Windows installer service

    (01) 2016-06-16 15:07:41 Slp: Target package: "C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Update Cache\KB3058865\ServicePack\1033_ENU_LP\x86\setup\x64\SqlDom.msi"

    (01) 2016-06-16 15:07:44 Slp: InstallPackage: MsiInstallProduct returned the result code 1618.

    (01) 2016-06-16 15:07:44 Slp: Retry-able MSI return code detected: 1618

    (01) 2016-06-16 15:07:44 Slp: Sleep 120 seconds before retry attempt.....

    (01) 2016-06-16 15:09:44 Slp: MSI log file for the next attempt: 'C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Log\20160616_150258\SqlDom_Cpu64_1_3.log'

    (01) 2016-06-16 15:09:44 Slp: Retry No.3

    (01) 2016-06-16 15:09:44 Slp: Not waiting for Windows installer service

    (01) 2016-06-16 15:09:44 Slp: Target package: "C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Update Cache\KB3058865\ServicePack\1033_ENU_LP\x86\setup\x64\SqlDom.msi"

    (01) 2016-06-16 15:09:47 Slp: InstallPackage: MsiInstallProduct returned the result code 1618.

    (01) 2016-06-16 15:09:47 Slp: RunMsiCore failed with code 1618, but the limit for number of attempts (3) has reached.

    (01) 2016-06-16 15:09:47 Slp: Watson Bucket 1

    Original Parameter Values

    (01) 2016-06-16 15:09:47 Slp: Parameter 0 : 12.0.4100.1

    (01) 2016-06-16 15:09:47 Slp: Parameter 1 : 12.1.4100.1

    (01) 2016-06-16 15:09:47 Slp: Parameter 2 : SqlDom.msi

    (01) 2016-06-16 15:09:47 Slp: Parameter 3 : 0x2D2816FE

    (01) 2016-06-16 15:09:47 Slp: Parameter 4 : 0x1618

    (01) 2016-06-16 15:09:47 Slp: Parameter 5 : Install_SqlDom

    (01) 2016-06-16 15:09:47 Slp:

    Final Parameter Values

    (01) 2016-06-16 15:09:47 Slp: Parameter 0 : 12.0.4100.1

    (01) 2016-06-16 15:09:47 Slp: Parameter 1 : 12.1.4100.1

    (01) 2016-06-16 15:09:47 Slp: Parameter 2 : SqlDom.msi

    (01) 2016-06-16 15:09:47 Slp: Parameter 3 : 0x2D2816FE

    (01) 2016-06-16 15:09:47 Slp: Parameter 4 : 0x1618

    (01) 2016-06-16 15:09:47 Slp: Parameter 5 : Install_SqlDom

    (01) 2016-06-16 15:09:48 Slp: Sco: Attempting to write hklm registry key Microsoft SQL Server to file C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Log\20160616_150258\Registry_SOFTWARE_Microsoft_Microsoft SQL Server.reg_

    (01) 2016-06-16 15:09:48 Slp: Sco: Attempting to write hklm registry key Uninstall to file C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Log\20160616_150258\Registry_SOFTWARE_Microsoft_Windows_CurrentVersion_Uninstall.reg_

    (01) 2016-06-16 15:09:48 Slp: Sco: Attempting to write hklm registry key MSSQLServer to file C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Log\20160616_150258\Registry_SOFTWARE_Microsoft_MSSQLServer.reg_

    (01) 2016-06-16 15:09:48 Slp: Sco: Attempting to write hklm registry key Microsoft SQL Server to file C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Log\20160616_150258\Registry_SOFTWARE_Wow6432Node_Microsoft_Microsoft SQL Server.reg_

    (01) 2016-06-16 15:09:48 Slp: Sco: Attempting to write hklm registry key Uninstall to file C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Log\20160616_150258\Registry_SOFTWARE_Wow6432Node_Microsoft_Windows_CurrentVersion_Uninstall.reg_

    (01) 2016-06-16 15:09:48 Slp: Sco: Attempting to write hklm registry key MSSQLServer to file C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Log\20160616_150258\Registry_SOFTWARE_Wow6432Node_Microsoft_MSSQLServer.reg_

    (01) 2016-06-16 15:09:48 Slp: Another installation is already in progress. Complete that installation before proceeding with this install.

    (01) 2016-06-16 15:09:48 Slp: Watson bucket for Msi based failure has been created

    (01) 2016-06-16 15:09:48 Slp: Error: Action "Install_SqlDom_Cpu64_Action" failed during execution.

    (01) 2016-06-16 15:09:48 Slp: Completed Action: Install_SqlDom_Cpu64_Action, returned False

    (01) 2016-06-16 15:09:48 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine

    (01) 2016-06-16 15:09:48 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\NET Framework Setup\NDP\v2.0.50727

    (01) 2016-06-16 15:09:48 Slp: Attempting to pause the 32 bit ngen queue for x86

    (01) 2016-06-16 15:09:48 Slp: ngen command to be used from .Net Framework Directory: C:\Windows\Microsoft.Net\Framework\v2.0.50727

    (01) 2016-06-16 15:09:48 Slp: Running: C:\Windows\Microsoft.Net\Framework\v2.0.50727gen.exe queue pause

    (09) 2016-06-16 15:09:48 Slp: Microsoft (R) CLR Native Image Generator - Version 2.0.50727.8670

    (09) 2016-06-16 15:09:48 Slp: Copyright (c) Microsoft Corporation. All rights reserved.

    (09) 2016-06-16 15:09:48 Slp:

    (09) 2016-06-16 15:09:48 Slp: The .NET Runtime Optimization Service is started and paused.

    (01) 2016-06-16 15:09:48 Slp: Process returned 0

    (01) 2016-06-16 15:09:48 Slp: Attempting to pause the 64 bit ngen queue

    (01) 2016-06-16 15:09:48 Slp: ngen command to be used from .Net Framework Directory: C:\Windows\Microsoft.Net\Framework64\v2.0.50727

    (01) 2016-06-16 15:09:48 Slp: Running: C:\Windows\Microsoft.Net\Framework64\v2.0.50727gen.exe queue pause

    (08) 2016-06-16 15:09:48 Slp: Microsoft (R) CLR Native Image Generator - Version 2.0.50727.8670

    (08) 2016-06-16 15:09:48 Slp: Copyright (c) Microsoft Corporation. All rights reserved.

    (08) 2016-06-16 15:09:48 Slp:

    (08) 2016-06-16 15:09:48 Slp: The .NET Runtime Optimization Service is started and paused.

    (01) 2016-06-16 15:09:48 Slp: Process returned 0

    (01) 2016-06-16 15:09:48 Slp: ----------------------------------------------------------------------

    (01) 2016-06-16 15:09:48 Slp: Running Action: Install_sql_engine_core_inst_Cpu32_Action

    (01) 2016-06-16 15:09:48 Slp: SetFeaturePropsModifyInstallAction for sql_engine_core_inst_Cpu32

    (01) 2016-06-16 15:09:48 Slp: Sco: File 'C:\Windows\SysWOW64\SQLEXPR_x86_ENU_2014SP1\x86\setup\sql_engine_core_inst_msi\x86\sql_engine_core_inst.msi' does not exist

    (01) 2016-06-16 15:09:48 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine

    (01) 2016-06-16 15:09:48 Slp: Sco: Attempting to open registry subkey

    (01) 2016-06-16 15:09:48 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\VisualStudio\12.0

    (01) 2016-06-16 15:09:48 Slp: Sco: Attempting to get registry value InstallDir

    (01) 2016-06-16 15:09:48 Slp: Sco: File 'C:\Windows\SysWOW64\SQLEXPR_x86_ENU_2014SP1\x86\setup\sql_engine_core_inst_msi\x86\sql_engine_core_inst.msi' does not exist

    (01) 2016-06-16 15:09:48 Slp: Sco: File 'C:\Windows\SysWOW64\SQLEXPR_x86_ENU_2014SP1\x86\setup\sql_engine_core_inst_msi\x86\sql_engine_core_inst.msi' does not exist

    (01) 2016-06-16 15:09:48 Slp: Checkpoint: PREINSTALL_SQL_ENGINE_CORE_INST_CPU32_ACTION

    (01) 2016-06-16 15:09:48 Slp: Not waiting for Windows installer service

    (01) 2016-06-16 15:09:48 Slp: Target package: "C:\Windows\SysWOW64\SQLEXPR_x86_ENU_2014SP1\x86\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi"

    (01) 2016-06-16 15:09:51 Slp: InstallPackage: MsiInstallProduct returned the result code 1618.

    (01) 2016-06-16 15:09:51 Slp: Retry-able MSI return code detected: 1618

    (01) 2016-06-16 15:09:51 Slp: Sleep 120 seconds before retry attempt.....

    (01) 2016-06-16 15:11:51 Slp: MSI log file for the next attempt: 'C:\Program Files (x86)\Microsoft SQL Server\120\Setup Bootstrap\Log\20160616_150258\sql_engine_core_inst_Cpu32_1_1.log'

    (01) 2016-06-16 15:11:51 Slp: Retry No.1

    (01) 2016-06-16 15:11:51 Slp: Not waiting for Windows installer service

    (01) 2016-06-16 15:11:51 Slp: Target package: "C:\Windows\SysWOW64\SQLEXPR_x86_ENU_2014SP1\x86\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi"

    (01) 2016-06-16 15:11:54 Slp: InstallPackage: MsiInstallProduct returned the result code 1618.

    (01) 2016-06-16 15:11:54 Slp: Retry-able MSI return code detected: 1618

    (01) 2016-06-16 15:11:54 Slp: Sleep 120 seconds before retry attempt.....

Viewing 0 posts

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