Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi all,

How to change the file version, product name in the exe that is created using Visual Studio Installer 2015???

What I have tried:

I have created a setup file using Visual Studio 2015, on right clicking the setup file, I see

Product Name is empty, which is supposed to me my product name
Product Version is Visual Studio's Version, i.e., 14.0, which is supposed to be 2.0
Copyright is Microsoft, which is supposed to be my company.

Even after changing the properties by clicking F4 on Setup solution file.

Please help me in this regard.
Thank you.
Posted
Updated 4-Jul-16 22:47pm
v2
Comments
JayantaChatterjee 5-Jul-16 4:32am    
What happen after changing the properties of "Setup Project"?
Raja Vignesh. R 5-Jul-16 4:39am    
Its still the same, its showing Visual Studios Properties.
Not my product details.
JayantaChatterjee 5-Jul-16 4:55am    
to get the "Setup Project" properties:-
select setup project and press F4, then the properties windows will appeared..
in the properties windows you can find all the properties like Product name,version etc..
Philippe Mori 5-Jul-16 12:03pm    
We cannot guess what you are doing wrong as it works correctly when used correctly.

Try with a new project.

1 solution

First of all:-
Did you Change the "Product Name", Version and etc in the "properties windows"?
If you did that, then Rebuild your project(Right-Click on setup Project, click on "Rebuild")...

Update Solutions...
If You want to change the "Application EXE" file details then:-
Right-Click on the Project name in the Solution Explorer --> then Click on Properties --> click on Application tab from left side --> then click on Assembly Information... button..
Now you can find all the properties for your Assembly...

I hope this will works...
 
Share this answer
 
v3
Comments
Raja Vignesh. R 5-Jul-16 5:24am    
Yes, this is the one, I have done initially on creating Setup.
These changes do not apply on the exe, when you right click and see the details.

I have told this on my post in the last line too.
Please try this and give me a solution.
JayantaChatterjee 5-Jul-16 5:38am    
Please see I updated my Solution..
Raja Vignesh. R 5-Jul-16 6:06am    
I have tried as per your steps,

But the changes does not reflect in the exe properties after build.
Raja Vignesh. R 5-Jul-16 6:13am    
It's not working Boss!!!
JayantaChatterjee 7-Jul-16 0:42am    
Its works for me....
did you follow the steps and change the "product name", copyright etc??
after changed press-F6 to build solution...

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