Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Total Updater (обновление TC и его плагинов) 
Author Message
Bluestar



PostPosted: Wed Oct 16, 2013 21:26    Post subject: Reply with quote

Hi Alextp,

Absolutely, I'm a Hungarian developer to the core. Smile Nice question though, I'll tell as its not a secret: my avatar is chosen because of my 10+ year enthusiasm for an Italian producer/dj who uses this exact Japanese character/symbol for all his work (not gonna tell who he is - wonder if anyone really cares hah). ^.^

@Avada:
It is absolutely intentional - some items automatically being inserted into the "[OverridePlugVer]" section in case their online date (upload date) matches the latest modification date of the local file, so their version gets "corrected" and automatically rewritten by TU to its ini file.
(only in case "VerCorrOnDateMatch=True" in TotalUpdater.ini)

For example lets check that mentioned "Plugman.exe" addon:
Code:
VerCorrOnDateMatch=False    Plugman.exe   2.0.0.0   2.2.8   OK.  (shows OK because of the matching package date -> they are the same one)
VerCorrOnDateMatch=True     Plugman.exe   2.2.8     2.2.8   OK.  (shows the corrected version number too [based on the date comparement])

Needless to say these values only get saved because that way TU won't need another online check & comparement to get their real version, it can load them directly from its ini file - of course only in case the given file still matches the previously calculated checksum value.

Added the correct checksum entry for calendar.wfx & the other one too.


Last edited by Bluestar on Wed Oct 16, 2013 21:43; edited 1 time in total
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group