Link to home
Start Free TrialLog in
Avatar of BrianFord
BrianFordFlag for United States of America

asked on

VS 2012 Publish Windows App to Specific Folder

I have created a simple Windows Forms application, I am able to Publish the project to a specific folder, but when I run the SETUP.exe file to install on another machine, it installs into the user/roaming profile folder.

How can I tell it to install into the Program Files folder (or any other)

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BrianFord

ASKER

Makes sense, thank you
thanks