I installed a named instance of SQL Server 2012 Standard Edition (with SP1) yesterday, my customer has come back to me saying that the instance requires the 'Full-Text and Semantic Extractions for Search' feature for the associated application to operate correctly.
I have run the SQL Server 2012 Setup and attempted to add the feature to the instance.
My problem is that it appears the installer wants to add the feature to the wrong disk. When I performed the original installation I set theShared feature directory to E:\Program Files\Micorsoft SQL Server, theShared feature directory (x86) to E:\Program Files (x86)\Micorsoft SQL Serverand the Instance Directory to E:\Program Files\Micorsoft SQL Server.I have confirmed these paths both in the installation configuration file and that the files are actually located in these places.
When trying to add the feature the installer states that it will install to theInstance Directory C:\Program Files\Micorsoft SQL Server. There does not seem to be anwhere to configure this, I would expect the feature to be installed in the existingInstance Directory E:\Program Files\Micorsoft SQL Server.
Any help gratefully received.