SQL Server 2005 Express Named Instance Dependency.
Posted: Tue Jan 02, 2007 6:54 pm
I am attempting to create an installer that checks that SQL Server 2005 Express (SSE) is installed, and provides an explicit instance name. This is for Microsoft Vista.
I filled in the password and instance name in the SSE dialog,
then clicked on the generate command line button, as follows:
SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0 SAPWD="secret" INSTANCENAME="MYINSTANCE" ADDLOCAL=SQL_Engine
However, upon installation (where SSE is already installed), I can't see the instance in either the "Programs and Features" list nor can I see it in the SSE Services list in Computer Maintanance, I can only see SQL Server Browser, and the default named instance of SQLEXPRESS.
What might be wrong?
If this command only occurs if SSE is not installed, what is a good solution to get what I want in the event that SSE is already installed?
Thankyou.
I filled in the password and instance name in the SSE dialog,
then clicked on the generate command line button, as follows:
SECURITYMODE=SQL DISABLENETWORKPROTOCOLS=0 SAPWD="secret" INSTANCENAME="MYINSTANCE" ADDLOCAL=SQL_Engine
However, upon installation (where SSE is already installed), I can't see the instance in either the "Programs and Features" list nor can I see it in the SSE Services list in Computer Maintanance, I can only see SQL Server Browser, and the default named instance of SQLEXPRESS.
What might be wrong?
If this command only occurs if SSE is not installed, what is a good solution to get what I want in the event that SSE is already installed?
Thankyou.