vote up 0 vote down star

Is it possible to create an installer that includes ms sql express?

I currently install ms sql express via setting the setup project's pre-requisites. It outputs 2 files, an msi and a setup.exe. The setup.exe will detect is SQL express is installed and install it. It works great. But now I have to distribute 2 files...

I'd like to combine everything inside the .msi. is that possible?

flag

See this question: stackoverflow.com/questions/535966/… – divo Oct 20 at 21:18

1 Answer

vote up 1 vote down

You can pack them both in a self-extracting zip file (.exe file extension) that runs setup after extract.

link|flag
Yes, e.g. using iexpress.exe that comes with Windows. – divo Oct 20 at 21:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.