Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I build a merge module of a 64-bit application in VS2010. When I install it, the default target folder is C:\program files(x86)

How can I change the default target folder to C:\program files ?

Thanks,
Posted

1 solution

1. Open Visual Studio
2. Goto Build Menu then select Configuration Manager
3. In the dialog box goto "Active solution platform"
4. Select or add x64
5. In Solution Explorer right click on the solution and select Properties.
6. Select Linker on the left panel
7. Select General node.
8. Give your desired value on "Output File" on the right side of the window.

Now build your project. Be sure about your active configuration.
 
Share this answer
 
v2
Comments
Chasxu 24-May-11 8:29am    
Hi Debojyoti,

I don't think it's the answer of my question. I have no problem in the platform. And I did not see the general node as you mentioned.


Now the default installation location of the assembly is [ProgramFilesFolder][Manufacturer]\...

I want the [ProgramFilesFolder] to be c:\program files rather than c:\program files(x86).

Thanks
Chasxu 24-May-11 8:38am    
I think I will use ProgramFilesXFolder in the application folder.
Chasxu 24-May-11 8:47am    
But where to set it in the merge module?

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