I'm trying to build an install that has a dependency on Sql Server.
The install kicks off our own configuration application, which creates and populates a database. We need this database to be accessible to any user logged on to the computer, so we use SQL Server authentication.
The problem - the SQL Express 2005 dependency module is installing SQL Express in Windows Authentication mode, rather than in mixed.
Is there a way to change the install options that the module uses, when it installs SQL Express 2005?
I see that there are other modules available, for later versions of SQL Express. We need to be able to install on Windows XP, so SQL Express 2012 is off the table, but I do see a SQL Express 2008 module. Does it install in mixed mode, or provide for an option that would allow mixed mode?
The install kicks off our own configuration application, which creates and populates a database. We need this database to be accessible to any user logged on to the computer, so we use SQL Server authentication.
The problem - the SQL Express 2005 dependency module is installing SQL Express in Windows Authentication mode, rather than in mixed.
Is there a way to change the install options that the module uses, when it installs SQL Express 2005?
I see that there are other modules available, for later versions of SQL Express. We need to be able to install on Windows XP, so SQL Express 2012 is off the table, but I do see a SQL Express 2008 module. Does it install in mixed mode, or provide for an option that would allow mixed mode?