Hi,
I am trying to install unattended installation of SQL Server 2014 Express. I am using a .vbs script for this.
When the installation is started, first vbs script extracted the setup.exe files on %temp% location. Once files are extracted, instillation is started using configuration file.
But after some time instillation is aborted. In Summary.txt file below logs is found.
Final result: Failed: see details below
Exit code (Decimal): -2146233052
Exit facility code: 19
Exit error code: 5412
Exit message: Unable to load DLL 'sqlconf.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Start time: 2020-01-05 21:34:57
End time: 2020-01-05 21:35:15
Requested action: Install
Exception help link: http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.4100.1&EvtType=0x2990711A%400x4E581D38&EvtType=0x2990711A%400x4E581D38
I tried to search over internet , but could not found any solution.
Any help appreciated.
Thanks and Regards,
Anil Yadav