Solved [TC 10.50rc2] Wrong timestamp and archive attr. in installer
Moderators: Hacker, petermad, Stefan2, white
Solved [TC 10.50rc2] Wrong timestamp and archive attr. in installer
When opening the tc1050x32_rc2.exe, tc1050x64_rc2.exe or tc1050x32_64_rc2.exe with Ctrl+PgDn it is seen that the file timestamps are 10.30 and not 10.50 as expected - and only a few of the files in the install.cab file are marked with the archive bit.
This also applies to the content of the totalcmd.chm files
Not a big deal, but it would be nice if this doen't occur in the final version.
This also applies to the content of the totalcmd.chm files
Not a big deal, but it would be nice if this doen't occur in the final version.
Last edited by petermad on 2022-06-22, 19:44 UTC, edited 1 time in total.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: [TC 10.50rc2] Wrong timestamp and archive attr. in installer
Well, 10.30 (hour) is perfectly in the middle between 10 and 11, just as 10.50 for numbers.
AIK dates and times inside CHM file are fakes - doesn't exist really - just set by packer plugin from "archive" timestamp.
For check copy file anywhere change date/time and timestamp of all files inside changes accordingly.

AIK dates and times inside CHM file are fakes - doesn't exist really - just set by packer plugin from "archive" timestamp.
For check copy file anywhere change date/time and timestamp of all files inside changes accordingly.
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: [TC 10.50rc2] Wrong timestamp and archive attr. in installer
Sorry, I must have made a typo when creating the installers.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: [TC 10.50rc2] Wrong timestamp and archive attr. in installer
TC10.50rc3, all packages:
These files always had a different time stamp. Is it on purpose?
Code: Select all
DEFAULT.BAR 977 22-06-2022 00:00 ----
NO.BAR 26 22-06-2022 00:00 ----
VERTICAL.BAR 417 22-06-2022 00:00 ----
Re: [TC 10.50rc2] Wrong timestamp and archive attr. in installer
tc1050x32_rc3.exe, tc1050x64_rc3.exe and tc1050x32_64_rc3.exe are back to normal timestamps (also inside the .chm files) 

License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: [TC 10.50rc2] Wrong timestamp and archive attr. in installer
You mean .cab files?
Re: Solved [TC 10.50rc2] Wrong timestamp and archive attr. in installer
I do think CHM. Do a ctrl-pgdn on the chm file and you'll see all html files now are 10.50
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Re: Solved [TC 10.50rc2] Wrong timestamp and archive attr. in installer
It doesn't on my computer. I assume you need a plugin for that?hi5 wrote: 2022-06-22, 20:04 UTC I do think CHM. Do a ctrl-pgdn on the chm file and you'll see all html files now are 10.50
Re: Solved [TC 10.50rc2] Wrong timestamp and archive attr. in installer
Right you are - installed so long ago I forgot about it and had to look it up, I'm using the CHMDir Plugin http://totalcmd.net/plugring/chmdir.html - but I see here https://www.ghisler.com/plugins.htm Total7zip can also open chm files?
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Re: Solved [TC 10.50rc2] Wrong timestamp and archive attr. in installer
2white
If you have total7zip plugin installed you can press Ctrl+Dn to open chm files - it does not show the date/time of the files though.
I use the http://totalcmd.net/plugring/chmdir.html plugin - but be aware that the 64bit version is buggy and cannot modify chm files.
If you have total7zip plugin installed you can press Ctrl+Dn to open chm files - it does not show the date/time of the files though.
I use the http://totalcmd.net/plugring/chmdir.html plugin - but be aware that the 64bit version is buggy and cannot modify chm files.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Solved [TC 10.50rc2] Wrong timestamp and archive attr. in installer
Yes, a timestamp of zero means "do not overwrite unless the target files also have a timestamp of zero".These files always had a different time stamp. Is it on purpose?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com