Does anyone know the naming scheme used for Webtop patches? It seems to go like this:
Appname_major.minor.####.####.zip
I need to figure out how to programmatically determine the ####.#### part. If it's even possible.
Thanks
I know this:
First digit after minor version means service pack version.
The next two digits mean patch version, maybe with the last (it was always zero and I think it could be for the cases where number of patches would be more than 100 ).
As for the last group of 4 digit - it looks like build number.
E.q. Webtop_6.7.1280.0261.zip means SP1 patch 28 build 261.