Noob Q: When I right click > Properties on my .exe there's no version info

  • Thread starter Thread starter Mike W
  • Start date Start date
M

Mike W

When I right click on my .exe and go to the Version tab, I'll have a File
version but no description, copyright or Company, Comments, Product Name,
etc under Other Version Information.
Where can I populate some of this? I specifically want to add the Company
name for ID purposes.

Thanks,
m
 
Mike W said:
When I right click on my .exe and go to the Version tab, I'll have a File
version but no description, copyright or Company, Comments, Product Name,
etc under Other Version Information.
Where can I populate some of this? I specifically want to add the Company
name for ID purposes.

You can change these attributes in your project's "AssemblyInfo.vb". If you
are using VS 2005, there is a dialog in "My Project" to set these
attributes.

Additional information on version numbers:

Structure of version numbers and methods to determine the version number
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=versioning&lang=en>
 
Back
Top