[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

What is the best way to deploy console apps?

B. Chernick

7/9/2007 9:22:00 PM

Is it possible to create a setup project for a console app? For that matter,
is it necessary to create a setup project for a console app?

(I ask the latter because a co-worker has suggested to me that deploying a
console app is merely a matter of copying the bin directory of your project
to whatever computer you want. Seems to work.)
1 Answer

Phil Wilson

7/11/2007 4:42:00 PM

0

You can do an xcopy of the bin folder, or you can create a setup project.
Are you expecting the relevant framework to already be installed on the
system?

--
Phil Wilson
[MVP Windows Installer]


"B. Chernick" <BChernick@discussions.microsoft.com> wrote in message
news:AC002D43-0167-4C84-B8E9-2D2F92E03330@microsoft.com...
> Is it possible to create a setup project for a console app? For that
> matter,
> is it necessary to create a setup project for a console app?
>
> (I ask the latter because a co-worker has suggested to me that deploying a
> console app is merely a matter of copying the bin directory of your
> project
> to whatever computer you want. Seems to work.)