Newbie C# Deployment Question

J

jndb72

Hi All,

I'm a newbie to C# who's just completed their first project. I'm now
trying to deploy my project on a new pc for testing. However, it
appears to be installing the files in the same location as where they
have been developed. eg C:\Documents and Settings\username\My
Documents\Visual Studio 2005\Projects\projectname. How do I get them to
install under Program Files\My Company Name\My Product\ etc? I'm
[hoping] I've missed some simple setting?

Using C# 2005 Express Edition

TIA

Justin
 
G

Guest

Add a Deployment project to your solution, fill in the required items, and
build the MSI Installer. Use this to install your program.
Peter
 
M

Michael Nemtsev

Hello jndb72,

How do u deploy it?

j> I'm a newbie to C# who's just completed their first project. I'm now
j> trying to deploy my project on a new pc for testing. However, it
j> appears to be installing the files in the same location as where they
j> have been developed. eg C:\Documents and Settings\username\My
j> Documents\Visual Studio 2005\Projects\projectname. How do I get them
j> to install under Program Files\My Company Name\My Product\ etc? I'm
j> [hoping] I've missed some simple setting?

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
G

Guest

Oops,
you said C# Express, and it probably doesn't have a Deployment project option.
You'd likely have to use a third party program to build an installer.

Peter
 

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

Top