Topic: VersionTabXP  (Read 8287 times)

VersionTabXP
« on: March 29, 2016, 04:52:28 PM »

was_JFX

  • Code Baker
  • Grand Chef
  • *****
  • Date Registered: Dec 2010
  • Posts: 1074
VersionTabXP brings back the old Version tab from Windows 2000/XP/2003.

with a few new features.

- supports Shelllinks (*.lnk)
- supports makecab compressed PE files
- supports ntldr/setupldr and bootmgr files

VersionTabXP
« Last Edit: March 08, 2018, 06:26:46 PM by JFX »

Re: VersionTabXP
« Reply #1 on: March 29, 2016, 08:13:35 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Thanks JFX,

works fine enough  :thumbsup:

attached .cmd files to ease installing / uninstalling .

Re: VersionTabXP
« Reply #2 on: March 31, 2016, 01:43:26 AM »

Galapo

  • Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
Thanks, JFX! :great:

I have been missing this, and other ones either don't work for x64 or have other issues.

Regards,
Galapo.

Re: VersionTabXP
« Reply #3 on: March 31, 2016, 05:48:59 PM »

was_JFX

  • Code Baker
  • Grand Chef
  • *****
  • Date Registered: Dec 2010
  • Posts: 1074
Yes, I also was looking for an alternative and the best I could find was VersInfoEx
But after adding the latest patch, it compiled to over 400 KB  :sad:

But now I finally managed to write Shell Extensions in PureBasic  :grin:

Re: VersionTabXP
« Reply #4 on: April 01, 2016, 12:33:40 AM »

Galapo

  • Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
That's what I was using too.

But this is better. :thumbsup:

Re: VersionTabXP
« Reply #5 on: August 23, 2016, 02:25:08 PM »

Atari800xl

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Feb 2013
  • Posts: 827
...
« Last Edit: February 19, 2017, 08:57:27 AM by Atari800xl »

Re: VersionTabXP
« Reply #6 on: August 23, 2016, 02:40:49 PM »

was_JFX

  • Code Baker
  • Grand Chef
  • *****
  • Date Registered: Dec 2010
  • Posts: 1074
Hi Atari800xl,

well I don't know why SIW2 choose one bootmgr over another, you have to ask him about.

However both bootmgr files are identical in code and file version.
The only difference is in the code signing here. One seems to have a time stamp one not.

Properly 2 groups of MS developers:

1th -  for the ISO image files
2nd - for the winpe (boot.wim)

Both sign the files they use. So small difference in file sizes occur.

Re: VersionTabXP
« Reply #7 on: August 23, 2016, 03:21:22 PM »

Atari800xl

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Feb 2013
  • Posts: 827
...
« Last Edit: February 19, 2017, 09:00:20 AM by Atari800xl »

Re: VersionTabXP
« Reply #8 on: July 17, 2017, 01:51:34 PM »

was_JFX

  • Code Baker
  • Grand Chef
  • *****
  • Date Registered: Dec 2010
  • Posts: 1074
Updated to version 2.1.

Some bugs are fixed and install no longer needs admin rights.

Re: VersionTabXP
« Reply #9 on: July 18, 2017, 03:21:01 AM »

Galapo

  • Gena Baker
  • Grand Chef
  • *****
  • Location: Australia
  • Date Registered: Sep 2010
  • Posts: 2207
Thanks JFX! VersionTabXP is great. :great:

Re: VersionTabXP
« Reply #10 on: March 08, 2018, 06:28:37 PM »

was_JFX

  • Code Baker
  • Grand Chef
  • *****
  • Date Registered: Dec 2010
  • Posts: 1074
Updated to version 2.3!

- there was a bug with 0 byte value strings

Re: VersionTabXP
« Reply #11 on: March 08, 2018, 06:52:26 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi JFX,

minor thing :

File Version at top: reads decimal separator from host (which is comma (,) here) which should be hardcoded dot (.)

ex:
Properties - Version - File version (AT TOP) : 9,0,1,19813
but version always with dot (.)

Interesting but there is no such mistake here:
Properties - Version - File version (Inside Left Box) -> right box: 9.0.1.19813
only at AT TOP

since version is not a math operation, windows properties version also always use dot (.)
 without reading decimal seperator (since any windows I know .. I guess 3.1 ;) but better say XP )
Properties - Details - Product version : 9.0.1.19813

Just a small thing  :wink:

Thanks again for VersionXP

:turtle:
« Last Edit: March 04, 2019, 06:31:01 PM by Lancelot »

Re: VersionTabXP
« Reply #12 on: March 08, 2018, 07:17:25 PM »

was_JFX

  • Code Baker
  • Grand Chef
  • *****
  • Date Registered: Dec 2010
  • Posts: 1074
Good catch  :thumbsup:

Re uploaded, no version change this time.

Re: VersionTabXP
« Reply #13 on: March 08, 2018, 08:25:31 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi JFX,

whatever you changed, result reverse now:
Properties - Version - File version (AT TOP) ---> Is correct (.) dot  :thumbsup:

Properties - Version - File version (Inside Left Box) -> right box: --> not correct (,) comma  :whistling:

https://www.dropbox.com/s/ky1ar1jdlddhy4m/2018-03-08_232147.png?dl=0

:turtle:

Re: VersionTabXP
« Reply #14 on: March 09, 2018, 01:27:36 PM »

was_JFX

  • Code Baker
  • Grand Chef
  • *****
  • Date Registered: Dec 2010
  • Posts: 1074
Actually, it's correct.
The value strings are up to the developer, but ok ', ' is unusual.

Wonder who had this brilliant idea to put the keys next to each other.  :glare:
« Last Edit: March 09, 2018, 04:00:31 PM by JFX »

Re: VersionTabXP
« Reply #15 on: March 11, 2018, 03:44:32 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
but ok ', ' is unusual.
Well, in fact, '. ' was unusual at the begining.

http://www.wiki-zero.com/index.php?q=aHR0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvRGVjaW1hbF9zZXBhcmF0b3I
(you can see red also comma ', ' )

as usual, British like to do opposite what French to, hence British Ministry of Technology choose '.'
USA followed ... Computer development goes with USA ... etc. etc.

http://www.wiki-zero.com/index.php?q=aHR0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvRmlsZTpEZWNpbWFsU2VwYXJhdG9yLnN2Zw

Anyway, it is up to author but as far as I know "Software versioning" use '.' not "decimal seperator"


During time I was traveling around It was fun reading history where all these began
http://www.wiki-zero.com/index.php?q=aHR0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvTXUlRTElQjglQTVhbW1hZF9pYm5fTSVDNSVBQnMlQzQlODFfYWwtS2h3JUM0JTgxcml6bSVDNCVBQg

All like Roman Empire, but they failed with number system.  :wink:

and life goes ... :turtle:

Re: VersionTabXP
« Reply #16 on: February 21, 2019, 02:16:08 PM »

was_JFX

  • Code Baker
  • Grand Chef
  • *****
  • Date Registered: Dec 2010
  • Posts: 1074
New version is up, fixing some bugs and adds support for 16Bit executables  :w00t:

Installation now requires again admin rights (else it would not be loaded by a file manager with admin rights).

Re: VersionTabXP
« Reply #17 on: February 21, 2019, 04:14:55 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
New version is up, fixing some bugs and adds support for 16Bit executables  :w00t:
What is 16Bit ? Haven't used that in years now  :wink:

Thanks for the update  :cheers:
 I installed to my hostos
  and also update \Apps\System Tools\Explorer Addons\VersionTabXP plugin .

 :turtle:

Re: VersionTabXP
« Reply #18 on: March 03, 2019, 11:21:07 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
I just realize,
Win10--.exe File--Properties--Details do not show some info that exists before with XP

Thanks again VersionTabXP , all info available.

ref. http://theoven.org/index.php?topic=2390.msg31988#msg31988

@JFX

maybe something to write to topic post:
VersionTabXP shows all information written by author where Win10 fails.  :cool:

And I still most like easy Copy Paste info with VersionTabXP

:turtle:

Re: VersionTabXP
« Reply #19 on: March 04, 2019, 05:39:29 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi JFX,

I accidentally catch a little failure
edit: link removed (no redistributable)

I guess the reason behind is very old Delphi compiler .........

*
Maybe I am wrong, but better to ask :
I had to reinstall windows....
I remember dll from you that show us architecture and compiled info of .exe / .dll ?
or my memory is wrong......

:turtle:
« Last Edit: March 04, 2019, 06:27:36 PM by Lancelot »

 

Powered by EzPortal