Hello,
Normally we can manually put in the version number
#define MyAppVersion "35.832"
or read it from an EXE file
#define MyAppVersion GetVersionNumbersString('MyApp.exe')
What I would like is to read just first two numbers out of four from a version string. For example
"9.3.0.147" should become "9.3"
"15.280.0.12345" should became "15.280"
Is it something that can be automized to be read out of exe with combination of some other functions? Or I need to write it manually in my ISS file?
Thanks & Regards,
Ertan