Page 2 of 2

Re: Catalog

Posted: 16 Jun 2009 21:00
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)

Re: Catalog

Posted: 16 Jun 2009 21:03
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.

Re: Catalog

Posted: 16 Jun 2009 21:16
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.

Re: Catalog

Posted: 16 Jun 2009 22:17
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