Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C # Setup Problem...

Status
Not open for further replies.

hsmsaqib

Programmer
Feb 4, 2003
1
EU
Sir,
I make the Data base Application Like salesManagement in the C# in back end i used SQL SERVER 7.0 ...
No when i install it on the client machnie..their on the client machine first i ahave to install the Frame work then sql server ..then my program setup..

Sir,
I want to make such a setup that runs only once and did eveything means i dont have to install the framework for it then Sql server then crystal report..then my Own salesManagement..setup... I want to add all the dependicies in my setup which runs and does everything....Like no Installation of SQl server..frame work...Segate Crystal repotrs....But Keep it in mind that my db is made in Sql server.. I Hope you have got my point..

Sir Please tell me the Solution..I will waite for you Answer
 
What you ask is virtually impossible.

If you are asking how to make an unattended installation of SQL Server, Crystal Reports and Framework. The closest you can get to this is using Installshield and installing, MSDE, Crystal runtimes and the dotnet framework. However I don't think this is what you want to achive. Without a better translation I cannot give you better advice. foo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top