Adding your name as author to an exe's properties
-
When you right click an exe file you get the company's name, I'm wondering how you create this information? I would assume there's a setting in VC++ and studio.NET that compiles this information into the file but I'm not sure where to find this setting. Obseve everything, remember more...
-
When you right click an exe file you get the company's name, I'm wondering how you create this information? I would assume there's a setting in VC++ and studio.NET that compiles this information into the file but I'm not sure where to find this setting. Obseve everything, remember more...
In resources tab, click Insert > Version and fill out the version info for your app. That'll get compiled in the exe and Windows will be able to associate your exe file with a company etc. when viewing properties or in small text beneath the icon in explorer :)
-
When you right click an exe file you get the company's name, I'm wondering how you create this information? I would assume there's a setting in VC++ and studio.NET that compiles this information into the file but I'm not sure where to find this setting. Obseve everything, remember more...
-
When you right click an exe file you get the company's name, I'm wondering how you create this information? I would assume there's a setting in VC++ and studio.NET that compiles this information into the file but I'm not sure where to find this setting. Obseve everything, remember more...
In VC++, just add version info to your resources. things could always be worse...