.net - Create Setup, which installs Microsoft SQL Server 2005, if not installed (with Visual Studio 2008) -
i want create setup requires microsoft sql server 2005 , .net framework 3.5. if software isn't installed, setup should offer user install them now.
i don't know if can include either of 2 in installation package itself.
however, can tell setup app check if .net framework , sql server 2005 express edition installed. if not, download , install them , continue installation of application. of course, require internet connection.
these options available when right-click on setup project, select properties, , click on prerequisites button.
note paddy said, sql server 2005 different story.
Comments
Post a Comment