SQL Server 2008R2 silent installation issue
- Repost - originally posted 01-10-2012
- Dec 5, 2017
- 1 min read
We had a question the other day with a client trying to install SQL Server 2008 R2 (yes people are still using and installing SQL Server 2008R2 – in this case to support a legacy application that the vendor will not upgrade) doing a silent mode installation on Windows 2003 server and on Windows 2008 it gave the error : SQL Server setup has encountered following error \is not a valid value for setting 'ACTION' ERROR CODE:0X84B40000. The issue came down to something quite simple - not double quoting the configuration file parameter. See the following link. https://connect.microsoft.com/SQLServer/feedback/details/522592/sql2008r2-install-admin-script-fails-with-action-null

Comments