Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello

i have developed a c# windows application using sql server db and crystal reports.
(it is imlemented through visual studio 2008 and sqlserver 2005)
now i want to make a exe file on my exe file.

i have these doughts on making exe file.

1.if i create a exe file respective databse(sqlserver db) automatically added to the
exe or any other process i need to add db to exe?
2.how exe maintain the database in client system?
3. how to add my crystal reports to exe?

4. how to add dotnet frame work and related thigs to exe?
5 How to check in client system dotnet resources exist or not

6.wich are must installed in client system for my exe ?

7.how to maintain in app.config for file paths changes after instalation?

8.how to make automaically installation of dotnet resources with exe file click in client system location?

any body give good meterial or good examples on my queries...
Posted

1. You have to add database in your setup
2. No need to maintain db in clients as your database is already in server.
3. --
4. Install dot net framework externally if your solution not working after installation.
5. If your project works fine then no need to check for resources if not then install framework.
6. framework n db
7. After Installation your projects folder get placed in program files change connection string in projectname.exe.config file
8. --
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900