Can VS2005 publish build a single exe?

  • Thread starter Thread starter Tee
  • Start date Start date
T

Tee

Hi,

I am trying to build my application into a single installation exe so that
my client can start installing and test on their machine. My question can MS
VS2005 publishing feature able to doing this?

Many thanks in advances :)
 
Hi,

A Setup and Deployment project can be used to create a single .msi for the
Windows Installer. You can also use ClickOnce deployment if you have a web
server handy that your client can access.
 
Hi,

I am trying to build my application into a single installation exe so that
my client can start installing and test on their machine. My question can MS
VS2005 publishing feature able to doing this?

Many thanks in advances :)

AFAIK there is no way to compile an executable in dot net that is a stand alone
executable like you would get from Delphi.

Why do you want to only have an EXE file? If your customer wants the view the
application, just copy the DLLs and EXE file from the debug or release folder to
a folder on their machine. There is no registration required for pure dot net
applications as there was with VB 6, etc.

Good luck with your project,

Otis Mukinfus

http://www.otismukinfus.com
http://www.arltex.com
http://www.tomchilders.com
http://www.n5ge.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top