topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 5:24 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: XP style Version Tab for Vista and W7  (Read 3225 times)

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
XP style Version Tab for Vista and W7
« on: December 08, 2012, 12:01 PM »
I ran into mention of this Code Project shell extension to add the XP style "Version Tab" to the Properties Page of Vista and W7. You will likely need to register on the site to download. But a hotmail or similar address should be good enough.

Version Tab

There's no need to read all the programmer discussion.  Just download the source. In subfolders that have "Release" in the name you find the compiled DLLs.  It has both 64 and 32 bit.  In either case copy the VersInfoEx.dll to the System32 folder under your Windows folder. Open an admin command prompt and run
regsvr32 VersInfoEx.dll

to unregister use the same command with /u switch
regsvr32 /u VersInfoEx.dll

I gave it a quick try on both my Vista64 and W7 32 bit PCs.  Seems fine.  It mimics the XP Tab that allows highlight and copy to clipboard of the values.

(Also it's not a bad idea to look around for COM Register/Unregister shell extension.  You just right click the COM DLL to avoid typing regsvr yadda yadda in a command prompt.  There should be a bunch around if you google.)

Clipboard.jpg

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: XP style Version Tab for Vista and W7
« Reply #1 on: December 08, 2012, 02:19 PM »
This link
shows how to add the context menu commands to Register and Unregister COM DLLs and OCXs.

There are quite a few free ones available for 32 bit systems.  A 64 bit shell extension to do it is harder to find.