vs 2008 WinForm application deploy to client C:\Program Files folder

J

Jason Huang

Hi,

In my C# VS 2008 WinForm application, when I do the publish and deploy work,
the application will be installed into client's PC folder, such as:
C:\Documents and Settings\admin\Local
Settings\Apps\2.0\KGVHOHPT.NKW\KJRWOT25.WVW\quot..tion_6cb4b0d8b178bd2c_0001.0000_cc9cb132013bfaeb

I'm thinking how do I config the publish and deployment, so that the
application will be installed into client PC's
C:\Program Files\AppFolder?
Thanks for help.


Jason
 
P

Patrice

It liiks like you are using ClickOnce whihc is a leightweight install
process that doesn't require administrative rights.

If you want your app to be installed it would be a setup project...
 

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