Catalog

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
admin
Site Admin
Posts: 66337
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Catalog

Post by admin »

Just to make sure. Could a Vista user please confirm that this does NOT retrieve the file version of a selected EXE file under Vista:

Code: Select all

::text report("{name}, {fileversion}<crlf>", 1);
(Because internally I use index #37 which is "fileversion" under XP but "Is online" under Vista)

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: Catalog

Post by serendipity »

admin wrote:Just to make sure. Could a Vista user please confirm that this does NOT retrieve the file version of a selected EXE file under Vista:

Code: Select all

::text report("{name}, {fileversion}<crlf>", 1);
(Because internally I use index #37 which is "fileversion" under XP but "Is online" under Vista)
Yes it does NOT.

admin
Site Admin
Posts: 66337
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Catalog

Post by admin »

serendipity wrote:
admin wrote:Just to make sure. Could a Vista user please confirm that this does NOT retrieve the file version of a selected EXE file under Vista:

Code: Select all

::text report("{name}, {fileversion}<crlf>", 1);
(Because internally I use index #37 which is "fileversion" under XP but "Is online" under Vista)
Yes it does NOT.
OK, thanks.

timhatz
Posts: 41
Joined: 12 Dec 2008 06:21

Re: Catalog

Post by timhatz »

I'm surprised that each OS is using the #37 for different uses. So much for backwards compatabilty.

I was reading your other thread about metaprops. And now, I understand why it's such a pain to do it.

Tim

Post Reply