Submitted by reesd on 2012/12/11 09:18
 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

Thanks for adding this in 0.9.26Pre-Rel7!
 
Unfortunately, it looks like when you changed the ProductName the following line got added and Windows/Parallels is picking that up also. I just deleted the line (and restarted Parallels) and it seems to work fine now.
VALUE "FileDescription", "InfoQube Information Management System"
 
d

Pierre_Admin

2013/03/12 17:40

In reply to by reesd

Fixed in v0.9.26Pre-Rel8