Deploying a C # Console Application

I have a simple C # console application developed on my local machine using VS2008 Pro. I want to know how to deploy this solution to a shared folder?

A similar Java console console is already located (as a JAR file) in the same shared folder. Users just open a command prompt, browse to the shared folder and enter "java -jar programName.jar inputParameter1 inputParameter2"

How can I achieve the same with .NET?

+3
source share
7 answers

You can copy exe above yourself, go to the bin folder in the directory where your source code is located, and copy it there.

BUILD PUBLISH. , .

+7

"", . , "" , , caspol. , , , , .

+2

, Java. , exe bin ( ) .

, "programName.exe inputParameter1 inputParameter2"

+1

VS. , "" , , . , .dll .exe ".deploy" "" . " " → "" " " " ", "..." .

+1

, , , , .

0

, , (.net, ..). bin exe .

0

ClickOnce:

ClickOnce - Microsoft Windows Forms Windows , Smart . Java Web Start Java.

MSDN

Wikipedia

0

All Articles