PDA

View Full Version : Sql Express 2005 Sp2 Download at runtime



PaulBeaul
12-07-2009, 08:25 AM
I would like to include the Sql Express 2005 Sp2 Download at runtime but I do not have a Dependancy module for this only for the Include with setup. Where can I get this?

Thanks in advance
Paul

Ulrich
12-07-2009, 03:23 PM
You can build and include your own dependency modules as needed. If you compare, for example, the .NET 3.5 download and include dependencies and study the differences (a file comparison is very useful for this), you will see the few changes that are required for creating a "download" version from the "include" SQL Express 2005 dependency that is shipped with MSI Factory. Of course, you can also create new dependencies from scratch.

Ulrich