Click here to Skip to main content
15,896,479 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am new to win32. would any one tell me how to add File description, Type, File version, Product name, Product version, Copy right info to the exe.

Thanks in advance.

Regards,
Anil
Posted
Comments
Ankur\m/ 9-Sep-10 3:24am    
Use 'Add Comment' to discuss with a responder instead of adding an answer.

If you're using Visual Studio then you may add the Version resource item from the IDE.
:)
 
Share this answer
 
Comments
Ankur\m/ 9-Sep-10 3:23am    
[moved from answer]
Member 4399771 wrote:
Thanks Pallini,

Yes, I used Visual studio to develop win32 application. could you please send the procedure how to add that stuff to resource file.

Thanks in advance Smile

Regards,
Anil
Member 4399771 9-Sep-10 3:29am    
Thanks Pallini,

Yes, I used Visual studio to develop win32 application. could you please send the procedure how to add that stuff to resource file.

Thanks in advance

Regards,
Anil
In Visual Studio Solution Explorer, right click on your Win32 project.
Choose "Add"->"Resource".Choose "Version" resource type.
Click "New".
You will see a list of keys and values, like FileVersion, ProductVersion etc.
 
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