Tagged Questions
1
vote
0answers
64 views
sql server install by command line
I am using following command line to install sql server 2008 r2 but its not installing.Also i am not getting any error or log in summary.txt
"D:\SQLEXPR32_x86_ENU (1).exe" /q /ACTION=
Install ...
4
votes
1answer
1k views
Unattended install of SQL Server 2008 R2 cluster fails with error - “Illegal characters in path.”
I am trying to build an .ini file for unattended installations of SQL Server 2008 R2. I followed this blog post to build an initial .ini file: ...