database installation with setup

shanthsp2002

New member
Joined
Apr 5, 2006
Messages
2
Programming Experience
1-3
I am working on a setup and deployment programm for our application, a dilogue box will be appeard while installation in which there will be options for selecting database to install or not. if selected the programm have to install database on target machin , can anybody help me in this


expecting ur help soon
thanku friends
 
All you have to do is a create a Form that does what you need with the SQL Stuff and create a Installer class which will override the Install Function and call the form there.
 
Thanku

Hi
thanks for that reply, i got idea , ur suggession is very helpfull to me,
i have done it in other way , i am not using a form but i am generating the sqlscript file and a batch file which will excutes that script. so i am calling this batch file using System.Diognistics.Process class , and its working

Once again thanks for ur help.....
 
Back
Top