Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created one small application using MS Access Database in C#. And i have created setup also but it's not install other system. So i want to install this setup in other system. So let me know how to create setup to install to other system.
Posted

1 solution

Hi dear,

This Process will Proceed in Your current project.

Step : 1
File >> New >> Project >> Project Types >> Select Other Project Types >> SetUp and Deployement

>> Templates >> SetUp Project


Step : 2

Application Folder >> Right Click >> Select Your output project Then Click on Ok

Step : 3
Again Right Click on Application folder and Select File >> Select you Access DB file Which should be Exists in you Bin>>Degug>> youAccFilenNAme
and then proceed your work as you created your setup

And Please set you Connection String in App.Config File
 
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