Tips for finding the version number of a software

Discussion of beta and abandonware topics not fit for the other forums goes here.
Post Reply
Chattercube
User avatar
Posts: 16
Joined: Sat May 19, 2018 1:08 pm
Location: Hong Kong

Tips for finding the version number of a software

Post by Chattercube »

It is easy to know the version of a program, but it is often very tricky to find the full, exact version number of an applications. It don't appear in Readme s and sometime the about page won't show you the complete one, is there any other ways or tips to find it?
Software Rediscovered
OSes, applications , interesting programs and more!

mrpijey
User avatar
Administrator
Posts: 9193
Joined: Tue Feb 12, 2008 5:28 pm
Contact:

Re: Tips for finding the version number of a software

Post by mrpijey »

That depends entirely on the application developer. Sometimes it's saved in the main executable, sometimes in a separate file. Sometimes it's encoded in a different file. And sometimes you just need to start it to figure it out. There's no universal standard of how to encode software versioning.
Image
Official guidelines: Contribution Guidelines
Channels: Discord :: Twitter :: YouTube
Misc: Archived UUP

Overdoze
User avatar
Posts: 1762
Joined: Mon Feb 24, 2014 10:28 am
Location: Slovenia

Re: Tips for finding the version number of a software

Post by Overdoze »

Considering I had to deal with this a lot myself when checking various Microsoft programs, I can give you some advice in that area at least.

Pre-Windows 3.1 (or pre-3.0, not sure) programs don't have any version fields in file properties, so you have to rely on some other source of information (e.g. internal strings, readme).

For 3.1 and later you can check the file and product version fields in file properties. Also useful are setup information files (.inf, typically named setup.inf or <main exe name>.inf), which usually contains information matching the file version. If you have original installation files, of course.

And sometimes there simply is no designated version.
All roads lead to Neptune™

KRNL386 - my site about retro computing | My site about Windows 1.0 | My blog | 86Box Manager | LeakDB - list of PC OS warez leaks

TheDosProgrammer
Posts: 92
Joined: Tue Oct 18, 2016 7:03 pm
Location: Europe

Re: Tips for finding the version number of a software

Post by TheDosProgrammer »

Some newer programs have so called "splash screens" with version number written somewhere; then there is also Help > About and ResEdit (check the Version Info resources). If you have the original installation media (CDs, floppies etc.), check the labels.

PS: Use Borland Resource Workshop 4.5 instead of ResEdit for 16-bit executables.
Image

Post Reply