install msde through c# coding
i want to make application in c# that check either MSDE installs on current machine or not if not then install MSDE to current machine and and copy database (mdf,ldf)files to the specific location so that my c# application may use database from MSDE.
could anybody help me out please.
|