Possible Duplicate:
C# console app deployment
I have a C# console application developed on my local machine using VS2008 Pro. I want to know how to deploy this solution onto a network share folder? A similar Java console program is already placed (as a JAR file) in the same network share folder. Users open command prompt, navigate to shared folder and type "java -jar programName.jar inputParameter1 inputParameter2" How can I achieve the same with .NET?
--- Based on feedback from helpful members --- I did publish it to the network share folder using ClickOnce. On the share drive I get the following structure
