Tell sqlexpress
how to create a configuration file sqlexpress
, and then screw it to the installer?
|
1 answer
To install, it is enough to specify the command line parameters (by analogy, we search for the version you need):
http://msdn.microsoft.com/en-us/library/ms144259.aspx
Here is described how to run on a setup in the mode of writing parameters to the configuration file and setting up using it:
http://kb.flexerasoftware.com/doc/Helpnet/installshield12helplib/IHelpSetup_EXECmdLine.htm
http://kb.flexerasoftware.com/doc/Helpnet/installshield12helplib/InstallShieldSilent.htm
|