borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Can Visual Studio 6 and Visual Studio .Net Reside In Same Machine?)Next Topic (Labirynth) New Topic New Poll Post Reply
AndreaVB Forum : VB.Net : installation
Poster Message
fase
Level: Whizz Kid

Registered: 04-10-2005
Posts: 17

icon installation

hi,i have aproblem
i duild up a project and i have connection with sql server
i want to make an installation project which is looking on pc if sql server exist and if not install sql server and then my database.the same thing i want to do with framework
anyone knows?

____________________________
indianos

08-12-2005 at 01:29 PM
View Profile Send Email to User Show All Posts | Quote Reply
GeoffS
Level: VB Lord


Registered: 29-09-2004
Posts: 536
icon Re: installation

Hi,
It is possible to combine the DotNet Framework Setup in with your Application Setup. Take a look at this article to see how -
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcreatingsinglesetupprojecttoinstallnetframeworkapplicationdotnetfxexe.asp

You can also use the same principles for installing SQLServer. Check for the existence of Registry Key "HKLM\SOFTWARE\Microsoft\Microsoft SQL Server" and run the SQLServer setup if it does not exist.



____________________________
multi-tasking - the ability to hang more than one app. at the same time.

12-01-2006 at 10:10 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VB.Net : installation
Previous Topic (Can Visual Studio 6 and Visual Studio .Net Reside In Same Machine?)Next Topic (Labirynth) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder