Click to See Complete Forum and Search --> : [RESOLVED] How to write 'Version' details in file properties?


pkahal
July 31st, 2007, 02:38 AM
How to we write the "File Version" information in the properties of an executable file.
Basically, when we right-click on an executable. Then select 'Properties'.
Then there comes a tab 'Version' where many details like file version, company info etc can be punched in.
How can I add the 'Version' tab and then the various properties below it for an executable?

GremlinSA
August 2nd, 2007, 02:26 PM
Depending on the compiler used, you simply select project property's, and enter the details needed there.. when the EXE is then compiled all the nessasary info is then incerted in the exe...

Gremmy