change deployment path

tagrove

New member
Joined
May 4, 2006
Messages
2
Programming Experience
1-3
Hello all,

I'm banging my head against a wall, and would like some guidance.

I have created a deployment project for a winforms application. When I
run the setup, it places an application reference in:

C:\Documents and Settings\Start Menu\Program
Files\<manufacturer>\<application>\

It places the executable (and some other files) in a folder 2 or 3 levels
underneath:

C:\Documents and Settings\tigrove\Local Settings\Apps\2.0\

What I would like to be able to do is create an executable in:

C:\Program Files\<manufacturer>\<application>\

I know it's probably some easy setting in the deployment project, or some
such.

Can anyone help me out?
 
Never mind, I think I have it.....

My problem was that I was using ClickOnce deployment. I need to add a setup project and specify the appropriate info in there.

Thanks for the response!
 
Back
Top