Test if FullText Search is installed or not on SQL Server

Fire this command in query window.

Select SERVERPROPERTY('IsFullTextInstalled')

If this query returns "1" then the component is installed otherwise no.