GetFileVersion question? 
Author Message
 GetFileVersion question?

Hi All,

I just downloaded the new Script5.6 docs, which seem to include WSH,
VBScript and JScript in 1 file, and can not find the information I need.

I want my VBS script to have a minimum requirement of IE4 but I can not find
the version requirement for GetFileVersion.  There are 2 listing in the
help, 1 seems to be for JScript which states Version 1 as a requirement.
The 2nd listing does not show any requirement section at all.

Can someone please tell me in what release did VBScript GetFileVersion
appear?  If my users have a minimum of IE4 is GetFileVersion included?

Thanks for any information,

Charles



Mon, 29 Mar 2004 19:09:35 GMT  
 GetFileVersion question?
The version 1.0 reference in the JScript docs is bogus ;-)...

GetFileVersion was added in 5.0 (or maybe 5.1) of scrrun.dll (the Scripting Runtime Library).  IE didn't install *any* version of the scrrun.dll until IE 5.0.

You can check this by looking up scrrun.dll at

DLL Help Database
http://support.microsoft.com/servicedesks/fileversion/dllinfo.asp?fr=...

In the pre-5.6 docs, the was a version info chart that include dictionary and filesystemobject methods/properties, but that seems to be missing from the new docs :-(...

--
Michael Harris
Microsoft.MVP.Scripting
--

Please do not email questions - post them to the newsgroup instead.
--


Quote:
> Hi All,

> I just downloaded the new Script5.6 docs, which seem to include WSH,
> VBScript and JScript in 1 file, and can not find the information I need.

> I want my VBS script to have a minimum requirement of IE4 but I can not find
> the version requirement for GetFileVersion.  There are 2 listing in the
> help, 1 seems to be for JScript which states Version 1 as a requirement.
> The 2nd listing does not show any requirement section at all.

> Can someone please tell me in what release did VBScript GetFileVersion
> appear?  If my users have a minimum of IE4 is GetFileVersion included?

> Thanks for any information,

> Charles



Mon, 29 Mar 2004 23:45:28 GMT  
 GetFileVersion question?
Hi Michael,

Thanks for the information and link, I will check on it.

Charles



The version 1.0 reference in the JScript docs is bogus ;-)...

GetFileVersion was added in 5.0 (or maybe 5.1) of scrrun.dll (the Scripting
Runtime Library).  IE didn't install *any* version of the scrrun.dll until
IE 5.0.

You can check this by looking up scrrun.dll at

DLL Help Database
http://support.microsoft.com/servicedesks/fileversion/dllinfo.asp?fr=...
dn

In the pre-5.6 docs, the was a version info chart that include dictionary
and filesystemobject methods/properties, but that seems to be missing from
the new docs :-(...

--
Michael Harris
Microsoft.MVP.Scripting
--

Please do not email questions - post them to the newsgroup instead.
--



Quote:
> Hi All,

> I just downloaded the new Script5.6 docs, which seem to include WSH,
> VBScript and JScript in 1 file, and can not find the information I need.

> I want my VBS script to have a minimum requirement of IE4 but I can not
find
> the version requirement for GetFileVersion.  There are 2 listing in the
> help, 1 seems to be for JScript which states Version 1 as a requirement.
> The 2nd listing does not show any requirement section at all.

> Can someone please tell me in what release did VBScript GetFileVersion
> appear?  If my users have a minimum of IE4 is GetFileVersion included?

> Thanks for any information,

> Charles



Tue, 30 Mar 2004 00:31:25 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. GetFileVersion Question

2. GetFileVersion remotely?

3. GetFileVersion over a network???

4. GetFileVersion

5. GetFileVersion Method??????

6. GetFileVersion

7. File properties like getFileVersion ...

8. GetFileVersion Method??????

9. GetFileVersion design

10. GetFileVersion

11. GetFileVersion on NT4 (SP4)

12. api ? getfileversion etc.

 

 
Powered by phpBB® Forum Software