- Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathGetJavaInfo.rc
More file actions
Latest commit
26 lines (25 loc) · 594 Bytes
/
Copy pathGetJavaInfo.rc
File metadata and controls
26 lines (25 loc) · 594 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
1 VERSIONINFO
FILEVERSION 1,6,0,0
PRODUCTVERSION 1,6,0,0
FILEOS 0x4
FILETYPE 1
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", ""
VALUE "FileDescription", "GetJavaInfo.exe"
VALUE "FileVersion", "1.6.0.0"
VALUE "InternalName", "GetJavaInfo.exe"
VALUE "LegalCopyright", "Copyright 2020-2023 by Bill Stewart (bstewart at iname.com)"
VALUE "OriginalFilename", "GetJavaInfo.exe"
VALUE "ProductName", ""
VALUE "ProductVersion", "1.6.0.0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 0x04E4
}
}