set publisher field in .rc file
I 开发者_JAVA技巧received message like
where I need set my Publisher Name in .rc (resource file) to show it in this window?
You need to set the FileDescription and CompanyName fields of your version resource.
If you're using Visual Studio:
Expand your project and right-click Resource Files. Select Add --> Resource... --> Version.
Fill out the version, publisher, and product name fields as you like.
This will create a new .rc file in the project with your metadata. Recompile and you're good.
精彩评论