-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathversioninfo.py
More file actions
28 lines (28 loc) · 905 Bytes
/
Copy pathversioninfo.py
File metadata and controls
28 lines (28 loc) · 905 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
27
28
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(2, 4, 0, 0),
prodvers=(2, 4, 0, 0),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
u'040904B0',
[StringStruct(u'CompanyName', u'Water Survey of Canada'),
StringStruct(u'FileDescription', u'FTS Configuration Viewer'),
StringStruct(u'FileVersion', u''),
StringStruct(u'InternalName', u'FTS_ConfigViewer_v2.exe'),
StringStruct(u'LegalCopyright', u'\xa9 Water Survey of Canada. All rights reserved.'),
StringStruct(u'OriginalFilename', u'FTS_ConfigViewer_v2.exe'),
StringStruct(u'ProductName', u'FTS Configuration Viewer'),
StringStruct(u'ProductVersion', u'2.4')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)