Hi Pierre,
This is kind of a random (and low priority) request, but next time you are changing the version number it would nice if you could rename the infoQube.EXE's "ProductName" to just "InfoQube" rather than " InfoQube Information Management System".
The ProductName is actually used in some window managers (in my case in Witch on OSX when I am using Parallels), and the current long name takes up a lot of space.
I hack it myself using ResourceHacker each time I update, but if its no trouble it would be nice if you just tweaked the EXE next time you had a chance.
Thanks!
d
To be specific, here is what I change in ResourceHacker (in bold):
1 VERSIONINFO
FILEVERSION 0,9,0,26
PRODUCTVERSION 0,9,0,26
FILEOS 0x4
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "040904B0"
{
VALUE "CompanyName", "NeoTech Systems"
VALUE "LegalCopyright", "(c) NeoTech Systems"
VALUE "ProductName",
"InfoQube"
VALUE "FileVersion", "0.09.0026"
VALUE "ProductVersion", "0.09.0026"
VALUE "InternalName", "InfoQube"
VALUE "OriginalFilename", "InfoQube.exe"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0
}
}
Comments