Bluestar

|
Posted: Wed Oct 16, 2013 17:06 Post subject: |
|
|
Avada wrote: | Bluestar wrote: | fixed the recognization of tcmatch64.exe too by adding a new entry to the DB |
Hmm...The result is strange. EXE files for QuiclSearch eXtended (tcmatch.exe and tcmatch64.exe) has the same file version 1.1.11.02. However tcmatch.exe shows as 2.2.3, but tcmatch64.exe still shows as 1.1.11.2 in 'updatable' status. It isn't true. |
Ah, thats because one of the recent additions:
Code: | * Change: implemented a new proper method to catch the installed "QuickSearch Extended" version number (as its dll isn't updated regularly) |
... which means from 0.8 B2 i read its version number from the PE file (tcmatch.exe) using a little trick: as its StringFileInfo section is left at an initial value 1.1.11.02, I need to check its RCDATA/1033 section, in which the first line contains the actual, correct version number.
Added code to read this info from tcmatch64.exe as well & included the above plugins too, thx.
A silent update just took place (rev2) - please redownload it in order to fix the problems above. |
|