What could be the possible cause of trailing spaces in Version Info of the resulting executable file? How to remove them ? (Removing the spaces with Resource Hacker yields the executable corrupted)
This is the excerpt from Version Info, viewed with Resource Hacker.
BLOCK "StringFileInfo"
{
BLOCK "000004b0"
{
VALUE "Comments", "This installation was built with Inno Setup."
VALUE "CompanyName", "name "
VALUE "FileDescription", "installer "
VALUE "FileVersion", "3.0.5.0 "
VALUE "LegalCopyright", "copyright "
VALUE "OriginalFileName", "file.exe "
VALUE "ProductName", "some product "
VALUE "ProductVersion", "3.0.5.0 "
}
}
Thank you.