Can we set the windows exe properties from graalvm native image? The stuff you see when you look at Properties -> Details in windows, like "Product name", "Product version", "Copyright" and so on?
I wonder if it's enough to include one of these files: https://en.wikibooks.org/wiki/Windows_Programming/Resource_Script_Reference#Version_Information
you might have better luck in the native-image channel on the GraalVM slack community
Thanks for the tip I'll check it out!