View Single Post
  #1 (permalink)  
Old 06-06-2009, 2:24 PM
jsmithfw jsmithfw is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: May 2009
Posts: 5
Reputation: 0
jsmithfw is on a distinguished programming path ahead
Default create install file without the need for user to install SQL server

I have a project that i have created in Visual Studio express and SQL server express. i want to create an install file so that i can send to others to install. Currently it is requiring the user to install SQL server Express and 3.5 .net framework.

what steps can i take to stop the user having to install these 2 so that it is a simple install for them.

Thanks
Reply With Quote