Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to change the default installation path of installation wizard?
ie, Currently my installation wizard path is
C:\Program Files\A_Name\Application_name\
and i want to change it to
C:\Program Files\My_company_name\Application_name\ .
And also I'm working in C#.NET 2.0.
Please help.
Posted
Updated 6-Jul-10 18:48pm
v2

What tool have you used to create a setup for your program?
Different tools would have different ways to specify this path.

For the Visual Studio setup project, see here (have a look at the TargetDir setting).
 
Share this answer
 
v2
Comments
bvtoms 7-Jul-10 1:14am    
Hi Abhinav S,
Thanks for your quick reply.
I m using visual Studio 2005.
Finally I got that!!
I have to change the manufacturer name to 'My_company_name' in the Deployment Project Property . :)
 
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