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

前端 未结 6 1907
执念已碎
执念已碎 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:11

    This is simple file version info resource. For already existent files you can edit this information with any resource editor (for example Resource Hacker, it is outdated but still good). You can change icon this way too.

    If you create your own application, then setting it depends on tool you are using. For example in Visual Studio you must look into project properties.

提交回复
热议问题