2005 Setup Project: Installing SQL Server Express prerequisite with command line parameters

V

Velislav

Hi, I've got a setup project which installs SQL Server Express as a
prerequisite to my program.

The problem is that by default it's installed using the SQLEXPRESS
instance name and Windows Authentication login mode.

I'd like to have my own instance name and SQL Authentication, which is
easily achieved with command line parameters... is there a way to
specify that sort of thing?

Thanks
 
V

Velislav

Thanks, all I'm trying to do is get the bootstrap, which my set up
generates, to run the SQL Server Express setup file with the following
command-line arguments:
/qn SECURITYMODE=SQL SAPWD=mySaPassword INSTANCENAME=myInstanceName

(I just thought this is an appropriate place to ask this question as it
has more to do with Setup & Deployment than SQL itself)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top