Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Guys,

Hope some can shed some light. I have a Setup Project that uses the default location [ProgramFilesFolder]\[ProductName]. Visual Studio 2010 C#

When I change my install path during installation from 'Programfiles (X86)' to 'Programfiles', the application still installs to the 'Programfiles (X86)' Directory?

Is there something that I need to change? It seems to me that it Ignores the path I select during the installation.

Any help wil be appriciated.

Thanks in advance
R
Posted
Updated 25-Apr-13 19:08pm
v2

1 solution

assuming that you know the difference between Program Files and Program Files(x86),
change the property TargetPlatform of the setup to x64
this should work.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900