简体   繁体   中英

How to use Single windows form application on multiple machines

How to use Single windows form application on multiple machines without installing it in all machines? or do i have to install it on all machines?

First of all, please tag your questions well, Sql Server??. Second, depends on how your application is constructed. If you only have one project, then copying the bin folder with all the files inside should do the work. But if you have more complexity, then you have to make an installer. It is always recommended to make an installer as it takes care of a lot of situations (framework installed, files needed, etc), otherwise you have to take care of that on your own. Not recommended.

Copy Bin folder of project and paste to computer where you want to run it. And directly run YourProgramName.exe

You can do following options:

1) Install project to one machine and create shortcuts on antoher machines, so they will open project installed on first machine

2) Make folder with files and folders in project/bin folder, and you can copy to any machine. But if your project requires something to install this option will not good choice

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM