Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am create a project in C#.Net. I want to know how to run the app in other system without creating any Setup in C# windows Application.


Please Suggest Me.....
Posted

1 solution

For a simple windows application you have to copy the content of Debug or Release folder that contains the application assemblies files into the other computer, but the .NET Framework (requested by your application must exist/be installed on the computer.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 25-Aug-14 2:35am    
Correct, a 5. Most application don't really require any installations. Thanks goodness, even Microsoft is starting to encourage this way.
Installation is only needed to keep the possibility to uninstall the application clearly, in cases when a user cannot do it simply and cleanly.
—SA
Raul Iloc 25-Aug-14 2:38am    
Thank you for your vote!
Akaash Kumar 25-Aug-14 4:53am    
Thanks
Raul Iloc 25-Aug-14 6:21am    
Welcome!

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