heloo..
if I want to use full text search in my program, can I include Full Text Search service in my program setup silently in the same way as including SQL Express and .Net Framework to the setup project, Or I have to Install MS Sql Server 2005 on my customer computer?
Full text search is included with the SQL Server Express Advanced edition (but not SQL Server Express). You can add "ADDLOCAL=SQL_FullText " to your addlocal parameter during silent install or use "ADDLOCAL=All" to get everything.
Here's a link showing what Express and Express Advanced include:
http://msdn.microsoft.com/vstudio/express/sql/compare/default.aspx
Thanks,
Sam Lester (MSFT)
No comments:
Post a Comment