I need to change the "Version Info" and can easily do so with the GUI interface, but would like to automate this as part of my build process using the command-line interface. It provides samples for changing icons and bitmaps, which I have gotten to work, but I'd like to be able to change specific values in the following:
BLOCK "StringFileInfo"
{
BLOCK "040904e4"
{
VALUE "FileDescription", "OLD Name"
...
}
}
I would like to change "OLD Name" to "NEW Name".