I am building a test server for SharePoint 2010, following the instructions at http://technet.microsoft.com/en-us/library/ee663474.aspx
The server is Windows 2008 R2, with SQL Server Enterprise 2008 R2, default database instance. Filestream access is enabled on the server. SharePoint 2010 seems to have installed correctly. When I run the command to install RBS.msi, it returns immediately with a very small (7kb) log file. The command I am running is
msiexec /qn /lvx* rbs_install_log.txt /i RBS.msi DBNAME="WSS_Content" DBINSTANCE="DBInstanceName" ADDLOCAL=Client,Docs,Maintainer,ServerScript,FilestreamClient,FilestreamServer
...where I have tried using the <servername>, "", "MSSQLSERVER" and simply omitting DBINSTANCE. The content database actually is WSS_Content. Each time it has failed. No tables, added to database and no "...Installation completed successfully" in the log file.
Any ideas would be most appreciated.
Regards,
John