Greetings!
I am having an issue with trying to silent install SQL Server Express 2012 SP2 (x86).
I have a proprietary installation framework, which is calling the SQL Server Express installer.
The SQL Server Express installer starts extracting files to c:\{some guid}. The folder reaches about 11 mb in size, and then nothing further happens. No activity on the machine, CPU or disk - I have waited up to 15 minutes to verify this. On the normal installation, the size of this folder is ~650 mb.
Here are the things I've also tested:
- I'm experiencing these symptoms on both Windows 7 and Windows Server 2012 R2 (haven't tested other platforms)
- If I launch exactly the same command from the command prompt, the installation goes through as normal
- If I replace the SQL Server Express 2012 SP2 with SQL Server Express 2012 SP1, and install via our installation framework, the installation goes through as normal
- I have checked and double-checked that our installation framework is started with administrative privileges.
- From my previous search attempts, I have seen issues where the installer would hang or fail when launched from inside an msi, which would result in a log in C:\Program Files (x86)\Microsoft SQL Server\<something something>. These are not the symptoms I am experiencing. The C:\Program Files (x86)\Microsoft SQL Server\ folder is not even created!
Any suggestions, or places I can look to figure out why it's not proceeding? For now, I have worked around the issue by including SP1 instead of SP2, but ideally I'd like to base my solution on the most recent service pack.