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

  • Thread starter Thread starter Jason Huang
  • Start date Start date
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
 
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...
 
Back
Top