How to change an executable's properties? (Windows)

前端 未结 6 1906
执念已碎
执念已碎 2020-12-08 10:45

When I create a .exe, I can right click it and go to properties->details. Then I get a list like:

File Description | 
Type             | Applic         


        
6条回答
  •  孤城傲影
    2020-12-08 11:16

    Very easy if you are using visual studio:

    • Right click on the 'Resource Files' folder in the project
    • Click 'Add' then 'Resource'
    • Choose 'Version' from the pop-up dialog

    You can then double click on the file to open it in Visual Studio, and you get a handy editor to change the values.

    Your values are then automatically linked in to the EXE.

提交回复
热议问题