in a command prompt:
wmic datafile where name='C:\\Users\\path\\to\\Construct 2\\Construct2.exe' get version
...returns the major version, but not the release version.
Is there a file or some way to programmatically detect the construct 2 version installed?
I use Construct 2 to teach. The release version we have in our classrooms is always older than the version students use, so we do the version number rollback ... a lot
(this thing - https://www.construct.net/en/tutorials/revert-project-earlier-270).
I've written a program to rollback capx files automatically, however I would like to be able to detect the version of Construct installed on the local machine and use that number as the new project version number.
I'll share my work once this is working.