I have a setup project for my C# program, and this setup project has a Version in its properties. I’d like for the MSI file that is generated to have this Version embedded in it, so I can mouse over it in explorer and see what version the file is.
I’m using VS2008. How can I do this?
If you simply add the ‘Version: 1.5.0’ text into the Description property of the Setup Project, the version number also shows on the MSI file like so:
http://screencast.com/t/A499i6jS