checking version of client
Author: lalitpct@gmail.com (lalitpct)
We have Client/Server Architecture ..we have the client on 9.4.01 and we are changing some settings in .ini file.
I would like to change something on client side which i can capture in the code to check users have the new version (modified by us) or not.
Below are some ideas that I can think off
1)On client asn file i put below logical and retrieve it in the code ..
[LOGICALS]
appl_version =9.4.01verA
The problem which i see here is that its a plain text and anyone who will have acess to that file can modify that and make it work.
2)we rename the folder of installation for
eg suppose Client is installed at C:\\Program Files\\APPLICATION GUI 9.4 then when the appplication starts it starts in
C:\\Program Files\\APPLICATION GUI 9.4\\bin which we can scan in the code and figure it out by keeping the foldername as
APPLICATION GUI 9.4verA
I think there should be some better way to put the version change on client software which can be captured by the code while running.




